diff --git a/package-lock.json b/package-lock.json index d6750bcf7..3ad605636 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,14 +12,14 @@ "@fortawesome/fontawesome-free": "^5.15.3", "@keeweb/keeweb-native-messaging-host": "https://github.com/keeweb/keeweb-connect/releases/download/0.3.5/keeweb-native-messaging-host.tgz", "@keeweb/keeweb-native-modules": "https://github.com/keeweb/keeweb-native-modules/releases/download/0.11.6/keeweb-native-modules.tgz", - "argon2-browser": "^1.18.0", + "argon2-browser": "1.18.0", "baron": "3.0.3", "bourbon": "^7.3.0", "chai": "^4.5.0", - "dompurify": "^2.5.6", + "dompurify": "^2.5.7", "events": "^3.3.0", "handlebars": "^4.7.8", - "jquery": "^3.7.1", + "jquery": "3.7.1", "jsqrcode": "github:antelle/jsqrcode#0.1.3", "kdbxweb": "^2.0.4", "lodash": "^4.17.21", @@ -4935,9 +4935,9 @@ } }, "node_modules/dompurify": { - "version": "2.5.6", - "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-2.5.6.tgz", - "integrity": "sha512-zUTaUBO8pY4+iJMPE1B9XlO2tXVYIcEA4SNGtvDELzTSCQO7RzH+j7S180BmhmJId78lqGU2z19vgVx2Sxs/PQ==", + "version": "2.5.7", + "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-2.5.7.tgz", + "integrity": "sha512-2q4bEI+coQM8f5ez7kt2xclg1XsecaV9ASJk/54vwlfRRNQfDqJz2pzQ8t0Ix/ToBpXlVjrRIx7pFC/o8itG2Q==", "license": "(MPL-2.0 OR Apache-2.0)" }, "node_modules/domutils": { @@ -20453,9 +20453,9 @@ } }, "dompurify": { - "version": "2.5.6", - "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-2.5.6.tgz", - "integrity": "sha512-zUTaUBO8pY4+iJMPE1B9XlO2tXVYIcEA4SNGtvDELzTSCQO7RzH+j7S180BmhmJId78lqGU2z19vgVx2Sxs/PQ==" + "version": "2.5.7", + "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-2.5.7.tgz", + "integrity": "sha512-2q4bEI+coQM8f5ez7kt2xclg1XsecaV9ASJk/54vwlfRRNQfDqJz2pzQ8t0Ix/ToBpXlVjrRIx7pFC/o8itG2Q==" }, "domutils": { "version": "2.8.0", diff --git a/package.json b/package.json index 1f7365a5f..1468c1850 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "baron": "3.0.3", "bourbon": "^7.3.0", "chai": "^4.5.0", - "dompurify": "^2.5.6", + "dompurify": "^2.5.7", "events": "^3.3.0", "handlebars": "^4.7.8", "jquery": "3.7.1",