diff --git a/package-lock.json b/package-lock.json index b540b61..dc9b031 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "rehype-sanitize": "^6.0.0", "remark-frontmatter": "^5.0.0", "remark-gfm": "^4.0.1", - "sanitize-html": "^2.17.6", + "sanitize-html": "^2.17.7", "uuid": "^14.0.1" }, "devDependencies": { @@ -8488,9 +8488,9 @@ } }, "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 6a8004e..06ec928 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "rehype-sanitize": "^6.0.0", "remark-frontmatter": "^5.0.0", "remark-gfm": "^4.0.1", - "sanitize-html": "^2.17.6", + "sanitize-html": "^2.17.7", "uuid": "^14.0.1" }, "overrides": {