diff --git a/package-lock.json b/package-lock.json index df39341..8885933 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "cheerio": "^1.0.0-rc.12", "marked": "^12.0.2", "probot": "^13.4.3", - "sanitize-html": "^2.14.0" + "sanitize-html": "^2.15.0" }, "devDependencies": { "@types/node": "^20.0.0", @@ -4810,9 +4810,9 @@ "license": "MIT" }, "node_modules/sanitize-html": { - "version": "2.14.0", - "resolved": "https://registry.npmjs.org/sanitize-html/-/sanitize-html-2.14.0.tgz", - "integrity": "sha512-CafX+IUPxZshXqqRaG9ZClSlfPVjSxI0td7n07hk8QO2oO+9JDnlcL8iM8TWeOXOIBFgIOx6zioTzM53AOMn3g==", + "version": "2.15.0", + "resolved": "https://registry.npmjs.org/sanitize-html/-/sanitize-html-2.15.0.tgz", + "integrity": "sha512-wIjst57vJGpLyBP8ioUbg6ThwJie5SuSIjHxJg53v5Fg+kUK+AXlb7bK3RNXpp315MvwM+0OBGCV6h5pPHsVhA==", "license": "MIT", "dependencies": { "deepmerge": "^4.2.2", diff --git a/package.json b/package.json index 63c8312..2b52ce0 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "cheerio": "^1.0.0-rc.12", "marked": "^12.0.2", "probot": "^13.4.3", - "sanitize-html": "^2.14.0" + "sanitize-html": "^2.15.0" }, "devDependencies": { "@types/node": "^20.0.0",