diff --git a/package-lock.json b/package-lock.json index 1225838c9..dbc01f67d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -41,7 +41,7 @@ "cronstrue": "^3.3.0", "custom-electron-titlebar": "^4.1.0", "deepmerge": "^4.2.2", - "dompurify": "^3.4.11", + "dompurify": "^3.4.13", "ejs": "^3.1.10", "electron-regedit": "^2.0.0", "electron-window-state": "^5.0.3", @@ -118,9 +118,6 @@ "electron-installer-debian": "^3.2.0" } }, - "^github:crcrowbartools/firebot-nutjs": { - "extraneous": true - }, "node_modules/@aashutoshrathi/word-wrap": { "version": "1.2.6", "resolved": "https://registry.npmjs.org/@aashutoshrathi/word-wrap/-/word-wrap-1.2.6.tgz", @@ -5624,9 +5621,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" @@ -12853,4 +12850,4 @@ } } } -} \ No newline at end of file +} diff --git a/package.json b/package.json index 920016e92..a0b2ef971 100644 --- a/package.json +++ b/package.json @@ -85,7 +85,7 @@ "cronstrue": "^3.3.0", "custom-electron-titlebar": "^4.1.0", "deepmerge": "^4.2.2", - "dompurify": "^3.4.11", + "dompurify": "^3.4.13", "ejs": "^3.1.10", "electron-regedit": "^2.0.0", "electron-window-state": "^5.0.3",