|
@@ -15,6 +15,7 @@
|
|
|
"clipboard": "^2.0.11",
|
|
"clipboard": "^2.0.11",
|
|
|
"crypto-js": "^4.2.0",
|
|
"crypto-js": "^4.2.0",
|
|
|
"dexie": "^4.0.11",
|
|
"dexie": "^4.0.11",
|
|
|
|
|
+ "dompurify": "^3.4.3",
|
|
|
"echarts": "^5.6.0",
|
|
"echarts": "^5.6.0",
|
|
|
"echarts-wordcloud": "^2.1.0",
|
|
"echarts-wordcloud": "^2.1.0",
|
|
|
"file-saver": "^2.0.5",
|
|
"file-saver": "^2.0.5",
|
|
@@ -63,6 +64,7 @@
|
|
|
"@rushstack/eslint-patch": "^1.3.3",
|
|
"@rushstack/eslint-patch": "^1.3.3",
|
|
|
"@tsconfig/node18": "^18.2.2",
|
|
"@tsconfig/node18": "^18.2.2",
|
|
|
"@types/crypto-js": "^4.2.1",
|
|
"@types/crypto-js": "^4.2.1",
|
|
|
|
|
+ "@types/dompurify": "^3.0.5",
|
|
|
"@types/file-saver": "^2.0.7",
|
|
"@types/file-saver": "^2.0.7",
|
|
|
"@types/html2canvas": "^1.0.0",
|
|
"@types/html2canvas": "^1.0.0",
|
|
|
"@types/lodash": "^4.14.202",
|
|
"@types/lodash": "^4.14.202",
|
|
@@ -1736,6 +1738,16 @@
|
|
|
"integrity": "sha512-vAvE8C9DGWR+tkb19xyjk1TSUlJ7RUzzp4a9Anu7mwBT+fpyePWK1UxmH14tMO5zHmrnrRIMg5NutnnDztLxgg==",
|
|
"integrity": "sha512-vAvE8C9DGWR+tkb19xyjk1TSUlJ7RUzzp4a9Anu7mwBT+fpyePWK1UxmH14tMO5zHmrnrRIMg5NutnnDztLxgg==",
|
|
|
"license": "MIT"
|
|
"license": "MIT"
|
|
|
},
|
|
},
|
|
|
|
|
+ "node_modules/@types/dompurify": {
|
|
|
|
|
+ "version": "3.0.5",
|
|
|
|
|
+ "resolved": "https://registry.npmjs.org/@types/dompurify/-/dompurify-3.0.5.tgz",
|
|
|
|
|
+ "integrity": "sha512-1Wg0g3BtQF7sSb27fJQAKck1HECM6zV1EB66j8JH9i3LCjYabJa0FSdiSgsD5K/RbrsR0SiraKacLB+T8ZVYAg==",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "@types/trusted-types": "*"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
"node_modules/@types/estree": {
|
|
"node_modules/@types/estree": {
|
|
|
"version": "1.0.5",
|
|
"version": "1.0.5",
|
|
|
"resolved": "https://registry.npmmirror.com/@types/estree/-/estree-1.0.5.tgz",
|
|
"resolved": "https://registry.npmmirror.com/@types/estree/-/estree-1.0.5.tgz",
|
|
@@ -1836,6 +1848,13 @@
|
|
|
"integrity": "sha512-iEN8J0BoMnsWBqjVbWH/c0G0Hh7O21lpR2/+PrvAVgWdzL7eexIFm4JN/Wn10PTcmNdtS6U67r499mlWMXOxNw==",
|
|
"integrity": "sha512-iEN8J0BoMnsWBqjVbWH/c0G0Hh7O21lpR2/+PrvAVgWdzL7eexIFm4JN/Wn10PTcmNdtS6U67r499mlWMXOxNw==",
|
|
|
"dev": true
|
|
"dev": true
|
|
|
},
|
|
},
|
|
|
|
|
+ "node_modules/@types/trusted-types": {
|
|
|
|
|
+ "version": "2.0.7",
|
|
|
|
|
+ "resolved": "https://registry.npmjs.org/@types/trusted-types/-/trusted-types-2.0.7.tgz",
|
|
|
|
|
+ "integrity": "sha512-ScaPdn1dQczgbl0QFTeTOmVHFULt394XJgOQNoyVhZ6r2vLnMLJfBPd53SB52T/3G36VI1/g2MZaX0cwDuXsfw==",
|
|
|
|
|
+ "devOptional": true,
|
|
|
|
|
+ "license": "MIT"
|
|
|
|
|
+ },
|
|
|
"node_modules/@types/wicg-file-system-access": {
|
|
"node_modules/@types/wicg-file-system-access": {
|
|
|
"version": "2020.9.8",
|
|
"version": "2020.9.8",
|
|
|
"resolved": "https://registry.npmmirror.com/@types/wicg-file-system-access/-/wicg-file-system-access-2020.9.8.tgz",
|
|
"resolved": "https://registry.npmmirror.com/@types/wicg-file-system-access/-/wicg-file-system-access-2020.9.8.tgz",
|
|
@@ -3159,6 +3178,15 @@
|
|
|
"node": ">=6.0.0"
|
|
"node": ">=6.0.0"
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
|
|
+ "node_modules/dompurify": {
|
|
|
|
|
+ "version": "3.4.3",
|
|
|
|
|
+ "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.4.3.tgz",
|
|
|
|
|
+ "integrity": "sha512-VVwJidIJcp1hpg2OMXML3ZVRPYSZiq4aX7qBh83BSIpOaRDqI+qxhXjjIWnpzkOXhmp0L81lnoME1mnCc9H48A==",
|
|
|
|
|
+ "license": "(MPL-2.0 OR Apache-2.0)",
|
|
|
|
|
+ "optionalDependencies": {
|
|
|
|
|
+ "@types/trusted-types": "^2.0.7"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
"node_modules/dot-prop": {
|
|
"node_modules/dot-prop": {
|
|
|
"version": "5.3.0",
|
|
"version": "5.3.0",
|
|
|
"resolved": "https://registry.npmmirror.com/dot-prop/-/dot-prop-5.3.0.tgz",
|
|
"resolved": "https://registry.npmmirror.com/dot-prop/-/dot-prop-5.3.0.tgz",
|
|
@@ -8033,6 +8061,15 @@
|
|
|
"resolved": "https://registry.npmmirror.com/@types/dom-webcodecs/-/dom-webcodecs-0.1.18.tgz",
|
|
"resolved": "https://registry.npmmirror.com/@types/dom-webcodecs/-/dom-webcodecs-0.1.18.tgz",
|
|
|
"integrity": "sha512-vAvE8C9DGWR+tkb19xyjk1TSUlJ7RUzzp4a9Anu7mwBT+fpyePWK1UxmH14tMO5zHmrnrRIMg5NutnnDztLxgg=="
|
|
"integrity": "sha512-vAvE8C9DGWR+tkb19xyjk1TSUlJ7RUzzp4a9Anu7mwBT+fpyePWK1UxmH14tMO5zHmrnrRIMg5NutnnDztLxgg=="
|
|
|
},
|
|
},
|
|
|
|
|
+ "@types/dompurify": {
|
|
|
|
|
+ "version": "3.0.5",
|
|
|
|
|
+ "resolved": "https://registry.npmjs.org/@types/dompurify/-/dompurify-3.0.5.tgz",
|
|
|
|
|
+ "integrity": "sha512-1Wg0g3BtQF7sSb27fJQAKck1HECM6zV1EB66j8JH9i3LCjYabJa0FSdiSgsD5K/RbrsR0SiraKacLB+T8ZVYAg==",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "requires": {
|
|
|
|
|
+ "@types/trusted-types": "*"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
"@types/estree": {
|
|
"@types/estree": {
|
|
|
"version": "1.0.5",
|
|
"version": "1.0.5",
|
|
|
"resolved": "https://registry.npmmirror.com/@types/estree/-/estree-1.0.5.tgz",
|
|
"resolved": "https://registry.npmmirror.com/@types/estree/-/estree-1.0.5.tgz",
|
|
@@ -8132,6 +8169,12 @@
|
|
|
"integrity": "sha512-iEN8J0BoMnsWBqjVbWH/c0G0Hh7O21lpR2/+PrvAVgWdzL7eexIFm4JN/Wn10PTcmNdtS6U67r499mlWMXOxNw==",
|
|
"integrity": "sha512-iEN8J0BoMnsWBqjVbWH/c0G0Hh7O21lpR2/+PrvAVgWdzL7eexIFm4JN/Wn10PTcmNdtS6U67r499mlWMXOxNw==",
|
|
|
"dev": true
|
|
"dev": true
|
|
|
},
|
|
},
|
|
|
|
|
+ "@types/trusted-types": {
|
|
|
|
|
+ "version": "2.0.7",
|
|
|
|
|
+ "resolved": "https://registry.npmjs.org/@types/trusted-types/-/trusted-types-2.0.7.tgz",
|
|
|
|
|
+ "integrity": "sha512-ScaPdn1dQczgbl0QFTeTOmVHFULt394XJgOQNoyVhZ6r2vLnMLJfBPd53SB52T/3G36VI1/g2MZaX0cwDuXsfw==",
|
|
|
|
|
+ "devOptional": true
|
|
|
|
|
+ },
|
|
|
"@types/wicg-file-system-access": {
|
|
"@types/wicg-file-system-access": {
|
|
|
"version": "2020.9.8",
|
|
"version": "2020.9.8",
|
|
|
"resolved": "https://registry.npmmirror.com/@types/wicg-file-system-access/-/wicg-file-system-access-2020.9.8.tgz",
|
|
"resolved": "https://registry.npmmirror.com/@types/wicg-file-system-access/-/wicg-file-system-access-2020.9.8.tgz",
|
|
@@ -9109,6 +9152,14 @@
|
|
|
"esutils": "^2.0.2"
|
|
"esutils": "^2.0.2"
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
|
|
+ "dompurify": {
|
|
|
|
|
+ "version": "3.4.3",
|
|
|
|
|
+ "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.4.3.tgz",
|
|
|
|
|
+ "integrity": "sha512-VVwJidIJcp1hpg2OMXML3ZVRPYSZiq4aX7qBh83BSIpOaRDqI+qxhXjjIWnpzkOXhmp0L81lnoME1mnCc9H48A==",
|
|
|
|
|
+ "requires": {
|
|
|
|
|
+ "@types/trusted-types": "^2.0.7"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
"dot-prop": {
|
|
"dot-prop": {
|
|
|
"version": "5.3.0",
|
|
"version": "5.3.0",
|
|
|
"resolved": "https://registry.npmmirror.com/dot-prop/-/dot-prop-5.3.0.tgz",
|
|
"resolved": "https://registry.npmmirror.com/dot-prop/-/dot-prop-5.3.0.tgz",
|