From 299cd01bee01307bb5f4903032228bf2d0fda64c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 13 Jan 2025 06:42:57 +0000 Subject: [PATCH] fix: upgrade sanitize-html from 2.13.0 to 2.14.0 Snyk has created this PR to upgrade sanitize-html from 2.13.0 to 2.14.0. See this package in npm: sanitize-html See this project in Snyk: https://app.snyk.io/org/skywarth/project/c3fec121-f729-4eb0-be9c-70c83093c0c2?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 49d0d2e..6b794d7 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.1", - "sanitize-html": "^2.13.0" + "sanitize-html": "^2.14.0" }, "devDependencies": { "@types/node": "^20.0.0", @@ -4055,9 +4055,10 @@ "license": "MIT" }, "node_modules/sanitize-html": { - "version": "2.13.0", - "resolved": "https://registry.npmjs.org/sanitize-html/-/sanitize-html-2.13.0.tgz", - "integrity": "sha512-Xff91Z+4Mz5QiNSLdLWwjgBDm5b1RU6xBT0+12rapjiaR7SwfRdjw8f+6Rir2MXKLrDicRFHdb51hGOAxmsUIA==", + "version": "2.14.0", + "resolved": "https://registry.npmjs.org/sanitize-html/-/sanitize-html-2.14.0.tgz", + "integrity": "sha512-CafX+IUPxZshXqqRaG9ZClSlfPVjSxI0td7n07hk8QO2oO+9JDnlcL8iM8TWeOXOIBFgIOx6zioTzM53AOMn3g==", + "license": "MIT", "dependencies": { "deepmerge": "^4.2.2", "escape-string-regexp": "^4.0.0", diff --git a/package.json b/package.json index 67fa932..3b5772a 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "cheerio": "^1.0.0-rc.12", "marked": "^12.0.2", "probot": "^13.4.1", - "sanitize-html": "^2.13.0" + "sanitize-html": "^2.14.0" }, "devDependencies": { "@types/node": "^20.0.0",