diff --git a/package-lock.json b/package-lock.json index 2bd97b938..06c22a176 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "break", - "version": "2.44.0", + "version": "2.46.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "break", - "version": "2.44.0", + "version": "2.46.4", "dependencies": { "@element-plus/icons-vue": "^2.3.1", "axios": "^1.9.0", @@ -29,7 +29,7 @@ "@vue/eslint-config-typescript": "^14.7.0", "@vue/test-utils": "^2.4.11", "@vue/tsconfig": "^0.7.0", - "dompurify": "^3.4.11", + "dompurify": "^3.4.13", "eslint": "^9.0.0", "eslint-plugin-jsonc": "^3.2.0", "eslint-plugin-vue": "^10.0.0", @@ -5287,9 +5287,9 @@ } }, "node_modules/dompurify": { - "version": "3.4.11", - "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.4.11.tgz", - "integrity": "sha512-zhlUV12GsaRzMsf9q5M254YhA4+VuF0fG+QFqu6aYpoGlKtz+w8//jBcGVYBgQkR5GHjUomejY84AV+/uPbWdw==", + "version": "3.4.13", + "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.4.13.tgz", + "integrity": "sha512-2vmYIoqjze2d+kakP8S/nS5shfsl587kzwEjcGlTdiksUVgFHnFCsLYDVj/JNqJVOQZGSYBTmuycv0PodwmnMQ==", "license": "(MPL-2.0 OR Apache-2.0)", "optionalDependencies": { "@types/trusted-types": "^2.0.7" diff --git a/package.json b/package.json index 7a5984807..df62ef724 100644 --- a/package.json +++ b/package.json @@ -127,7 +127,7 @@ "@vue/eslint-config-typescript": "^14.7.0", "@vue/test-utils": "^2.4.11", "@vue/tsconfig": "^0.7.0", - "dompurify": "^3.4.11", + "dompurify": "^3.4.13", "eslint": "^9.0.0", "eslint-plugin-jsonc": "^3.2.0", "eslint-plugin-vue": "^10.0.0",