diff --git a/package-lock.json b/package-lock.json index a880e330..1edf0ee6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20355,9 +20355,9 @@ "license": "MIT" }, "node_modules/sanitize-html": { - "version": "2.17.6", - "resolved": "https://registry.npmjs.org/sanitize-html/-/sanitize-html-2.17.6.tgz", - "integrity": "sha512-M4bo9tfv1yfhQZZKkc6dL07ALrGJtfvNOuhX3hU9AVPR/uPQ+nKOJBqTYc7LfMQblTW04mtSWDJWEyLvygJsLA==", + "version": "2.17.7", + "resolved": "https://registry.npmjs.org/sanitize-html/-/sanitize-html-2.17.7.tgz", + "integrity": "sha512-PGtEkc9cbnedU3s9TmzDbpsZ8w086g/0Q8k8/oIO1NLNU3i5k9yn835CrjJSajp1KMmkisbO1qPXxNKO3welAg==", "license": "MIT", "dependencies": { "deepmerge": "^4.2.2", @@ -23656,7 +23656,7 @@ "fast-xml-parser": "^5.8.0", "html-react-parser": "^5.2.17", "modify-source-webpack-plugin": "^4.1.0", - "sanitize-html": "^2.17.6" + "sanitize-html": "^2.17.7" }, "devDependencies": { "@snapwp/types": "*", diff --git a/packages/next/package.json b/packages/next/package.json index 7521d61a..4c6aa6cf 100644 --- a/packages/next/package.json +++ b/packages/next/package.json @@ -56,7 +56,7 @@ "fast-xml-parser": "^5.8.0", "html-react-parser": "^5.2.17", "modify-source-webpack-plugin": "^4.1.0", - "sanitize-html": "^2.17.6" + "sanitize-html": "^2.17.7" }, "devDependencies": { "@snapwp/types": "*",