From 80fea7063cafe66488fdc16010829ae43eb1af18 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 21 Apr 2025 07:08:01 +0000 Subject: [PATCH] fix: upgrade @types/sanitize-html from 2.13.0 to 2.15.0 Snyk has created this PR to upgrade @types/sanitize-html from 2.13.0 to 2.15.0. See this package in npm: @types/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..da95020 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "license": "ISC", "dependencies": { - "@types/sanitize-html": "^2.13.0", + "@types/sanitize-html": "^2.15.0", "cheerio": "^1.0.0-rc.12", "marked": "^12.0.2", "probot": "^13.4.3", @@ -2075,9 +2075,9 @@ "integrity": "sha512-hKormJbkJqzQGhziax5PItDUTMAM9uE2XXQmM37dyd4hVM+5aVl7oVxMVUiVQn2oCQFN/LKCZdvSM0pFRqbSmQ==" }, "node_modules/@types/sanitize-html": { - "version": "2.13.0", - "resolved": "https://registry.npmjs.org/@types/sanitize-html/-/sanitize-html-2.13.0.tgz", - "integrity": "sha512-X31WxbvW9TjIhZZNyNBZ/p5ax4ti7qsNDBDEnH4zAgmEh35YnFD1UiS6z9Cd34kKm0LslFW0KPmTQzu/oGtsqQ==", + "version": "2.15.0", + "resolved": "https://registry.npmjs.org/@types/sanitize-html/-/sanitize-html-2.15.0.tgz", + "integrity": "sha512-71Z6PbYsVKfp4i6Jvr37s5ql6if1Q/iJQT80NbaSi7uGaG8CqBMXP0pk/EsURAOuGdk5IJCd/vnzKrR7S3Txsw==", "license": "MIT", "dependencies": { "htmlparser2": "^8.0.0" diff --git a/package.json b/package.json index 63c8312..ab608c8 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "test": "vitest" }, "dependencies": { - "@types/sanitize-html": "^2.13.0", + "@types/sanitize-html": "^2.15.0", "cheerio": "^1.0.0-rc.12", "marked": "^12.0.2", "probot": "^13.4.3",