From 2fb729adfdfa624ee93a7bc77044d182c70cfe85 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Sep 2026 03:15:45 +0000 Subject: [PATCH] build(deps): bump sanitize-html from 2.17.6 to 2.17.7 Bumps [sanitize-html](https://github.com/apostrophecms/apostrophe/tree/HEAD/packages/sanitize-html) from 2.17.6 to 2.17.7. - [Changelog](https://github.com/apostrophecms/apostrophe/blob/main/packages/sanitize-html/CHANGELOG.md) - [Commits](https://github.com/apostrophecms/apostrophe/commits/HEAD/packages/sanitize-html) --- updated-dependencies: - dependency-name: sanitize-html dependency-version: 2.17.7 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- 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 66445c6a..f6f5315e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -50,7 +50,7 @@ "remark-directive": "^4.0.0", "remark-gfm": "^4.0.1", "remark-toc": "^9.0.0", - "sanitize-html": "^2.17.6", + "sanitize-html": "^2.17.7", "sass": "^1.101.7", "sharp": "^0.35.3", "tailwindcss": "^4.3.3", @@ -11851,9 +11851,9 @@ "license": "MIT" }, "node_modules/sanitize-html": { - "version": "2.17.6", - "resolved": "https://registry.npmjs.org/sanitize-html/-/sanitize-html-2.17.6.tgz", - "integrity": "sha512-M4bo9tfv1yfhQZZKkc6dL07ALrGJtfvNOuhX3hU9AVPR/uPQ+nKOJBqTYc7LfMQblTW04mtSWDJWEyLvygJsLA==", + "version": "2.17.7", + "resolved": "https://registry.npmjs.org/sanitize-html/-/sanitize-html-2.17.7.tgz", + "integrity": "sha512-PGtEkc9cbnedU3s9TmzDbpsZ8w086g/0Q8k8/oIO1NLNU3i5k9yn835CrjJSajp1KMmkisbO1qPXxNKO3welAg==", "license": "MIT", "dependencies": { "deepmerge": "^4.2.2", diff --git a/package.json b/package.json index 20d06dfb..782f79f8 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "remark-directive": "^4.0.0", "remark-gfm": "^4.0.1", "remark-toc": "^9.0.0", - "sanitize-html": "^2.17.6", + "sanitize-html": "^2.17.7", "sass": "^1.101.7", "sharp": "^0.35.3", "tailwindcss": "^4.3.3",