diff --git a/package-lock.json b/package-lock.json index 405a2aef..c1bfea81 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20200,9 +20200,9 @@ "license": "MIT" }, "node_modules/sanitize-html": { - "version": "2.17.2", - "resolved": "https://registry.npmjs.org/sanitize-html/-/sanitize-html-2.17.2.tgz", - "integrity": "sha512-EnffJUl46VE9uvZ0XeWzObHLurClLlT12gsOk1cHyP2Ol1P0BnBnsXmShlBmWVJM+dKieQI68R0tsPY5m/B+Jg==", + "version": "2.17.3", + "resolved": "https://registry.npmjs.org/sanitize-html/-/sanitize-html-2.17.3.tgz", + "integrity": "sha512-Kn4srCAo2+wZyvCNKCSyB2g8RQ8IkX/gQs2uqoSRNu5t9I2qvUyAVvRDiFUVAiX3N3PNuwStY0eNr+ooBHVWEg==", "license": "MIT", "dependencies": { "deepmerge": "^4.2.2", @@ -23367,7 +23367,7 @@ "fast-xml-parser": "^5.5.10", "html-react-parser": "^5.2.17", "modify-source-webpack-plugin": "^4.1.0", - "sanitize-html": "^2.17.2" + "sanitize-html": "^2.17.3" }, "devDependencies": { "@snapwp/types": "*", diff --git a/packages/next/package.json b/packages/next/package.json index fe1d968c..e7ea5095 100644 --- a/packages/next/package.json +++ b/packages/next/package.json @@ -56,7 +56,7 @@ "fast-xml-parser": "^5.5.10", "html-react-parser": "^5.2.17", "modify-source-webpack-plugin": "^4.1.0", - "sanitize-html": "^2.17.2" + "sanitize-html": "^2.17.3" }, "devDependencies": { "@snapwp/types": "*",