diff --git a/package-lock.json b/package-lock.json index 5701c125..bb8e6f44 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8587,9 +8587,9 @@ "dev": true }, "sanitize-html": { - "version": "2.7.1", - "resolved": "https://registry.npmjs.org/sanitize-html/-/sanitize-html-2.7.1.tgz", - "integrity": "sha512-oOpe8l4J8CaBk++2haoN5yNI5beekjuHv3JRPKUx/7h40Rdr85pemn4NkvUB3TcBP7yjat574sPlcMAyv4UQig==", + "version": "2.7.3", + "resolved": "https://registry.npmjs.org/sanitize-html/-/sanitize-html-2.7.3.tgz", + "integrity": "sha512-jMaHG29ak4miiJ8wgqA1849iInqORgNv7SLfSw9LtfOhEUQ1C0YHKH73R+hgyufBW9ZFeJrb057k9hjlfBCVlw==", "requires": { "deepmerge": "^4.2.2", "escape-string-regexp": "^4.0.0", diff --git a/package.json b/package.json index 20b7c84e..4e2e3aa8 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "prepublishOnly": "npm run lint && npm run test && npm run build" }, "dependencies": { - "@types/sanitize-html": "^2.6.2", + "@types/sanitize-html": "2.6.2", "chalk": "4.1.2", "get-root-node-polyfill": "1.0.0", "github-slugger": "1.4.0", @@ -44,7 +44,7 @@ "markdownlint": "^0.25.1", "markdownlint-rule-helpers": "0.17.2", "postcss": "8.4.16", - "sanitize-html": "^2.7.1", + "sanitize-html": "2.7.3", "slugify": "1.6.5" }, "devDependencies": {