From f8f92a8aaf291e845c4412b7f5d4e250f9b9e383 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 14 Apr 2025 08:37:33 +0000 Subject: [PATCH] fix: upgrade sanitize-html from 2.14.0 to 2.15.0 Snyk has created this PR to upgrade sanitize-html from 2.14.0 to 2.15.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 | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) 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",