diff --git a/package-lock.json b/package-lock.json index 55374a106d55..e08ec6d8709d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12243,13 +12243,6 @@ "url": "https://github.com/fb55/domhandler?sponsor=1" } }, - "node_modules/dompurify": { - "version": "3.3.1", - "license": "(MPL-2.0 OR Apache-2.0)", - "optionalDependencies": { - "@types/trusted-types": "^2.0.7" - } - }, "node_modules/domutils": { "version": "2.8.0", "license": "BSD-2-Clause", @@ -34523,7 +34516,7 @@ "license": "MIT", "dependencies": { "detab": "^2.0.4", - "dompurify": "^3.2.6", + "dompurify": "^3.3.2", "is-hotkey": "^0.2.0", "is-url": "^1.2.4", "mdast-util-definitions": "^1.2.3", @@ -34565,6 +34558,18 @@ "react-immutable-proptypes": "^2.1.0" } }, + "packages/decap-cms-widget-markdown/node_modules/dompurify": { + "version": "3.3.2", + "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.3.2.tgz", + "integrity": "sha512-6obghkliLdmKa56xdbLOpUZ43pAR6xFy1uOrxBaIDjT+yaRuuybLjGS9eVBoSR/UPU5fq3OXClEHLJNGvbxKpQ==", + "license": "(MPL-2.0 OR Apache-2.0)", + "engines": { + "node": ">=20" + }, + "optionalDependencies": { + "@types/trusted-types": "^2.0.7" + } + }, "packages/decap-cms-widget-markdown/node_modules/mdast-util-to-hast": { "version": "4.0.0", "license": "MIT",