diff --git a/package-lock.json b/package-lock.json index 66445c6a..f6f5315e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -50,7 +50,7 @@ "remark-directive": "^4.0.0", "remark-gfm": "^4.0.1", "remark-toc": "^9.0.0", - "sanitize-html": "^2.17.6", + "sanitize-html": "^2.17.7", "sass": "^1.101.7", "sharp": "^0.35.3", "tailwindcss": "^4.3.3", @@ -11851,9 +11851,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", diff --git a/package.json b/package.json index 20d06dfb..782f79f8 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "remark-directive": "^4.0.0", "remark-gfm": "^4.0.1", "remark-toc": "^9.0.0", - "sanitize-html": "^2.17.6", + "sanitize-html": "^2.17.7", "sass": "^1.101.7", "sharp": "^0.35.3", "tailwindcss": "^4.3.3",