From 782e7db7b35542291645bfbf4edc1faaf2b82304 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Jul 2026 23:56:34 +0000 Subject: [PATCH] Bump sanitize-html from 2.17.4 to 2.17.5 Bumps [sanitize-html](https://github.com/apostrophecms/apostrophe/tree/HEAD/packages/sanitize-html) from 2.17.4 to 2.17.5. - [Changelog](https://github.com/apostrophecms/apostrophe/blob/main/packages/sanitize-html/CHANGELOG.md) - [Commits](https://github.com/apostrophecms/apostrophe/commits/sanitize-html@2.17.5/packages/sanitize-html) --- updated-dependencies: - dependency-name: sanitize-html dependency-version: 2.17.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- nuxt/package.json | 2 +- package-lock.json | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/nuxt/package.json b/nuxt/package.json index 56481d50c1..07eda773c3 100644 --- a/nuxt/package.json +++ b/nuxt/package.json @@ -14,7 +14,7 @@ "@takumi-rs/core": "^1.8.4", "markdown-it": "^14.2.0", "mermaid": "^11", - "sanitize-html": "^2.13.0", + "sanitize-html": "^2.17.5", "satori": "^0.26.0", "unstorage": "^1.17.5" }, diff --git a/package-lock.json b/package-lock.json index bff239eed6..3957161537 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22753,9 +22753,9 @@ "license": "MIT" }, "node_modules/sanitize-html": { - "version": "2.17.4", - "resolved": "https://registry.npmjs.org/sanitize-html/-/sanitize-html-2.17.4.tgz", - "integrity": "sha512-2HW7v2ol/uAM7sX4hbD8Z59OGWmAPrvjL8E71UWlBcj6m+kcF6ilQBLny+cIgY214QJeJT5tQuxKKqX0SQqjGQ==", + "version": "2.17.5", + "resolved": "https://registry.npmjs.org/sanitize-html/-/sanitize-html-2.17.5.tgz", + "integrity": "sha512-ZmU1joGRrvoyctKIiuwUxqR6moLoU2Wk+2bMccN6f7UwhAmwYDvWziqPxRDDN2Qip62NqnIrVrT9akbL6Wretg==", "license": "MIT", "dependencies": { "deepmerge": "^4.2.2", @@ -26510,7 +26510,7 @@ "@takumi-rs/core": "^1.8.4", "markdown-it": "^14.2.0", "mermaid": "^11", - "sanitize-html": "^2.13.0", + "sanitize-html": "^2.17.5", "satori": "^0.26.0", "unstorage": "^1.17.5" },