From 98a6ff08707273fbbfef1592d1b6930725a4463f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 May 2026 17:01:00 +0000 Subject: [PATCH] Bump sanitize-html from 2.17.3 to 2.17.4 in /astro-app Bumps [sanitize-html](https://github.com/apostrophecms/apostrophe/tree/HEAD/packages/sanitize-html) from 2.17.3 to 2.17.4. - [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.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- astro-app/package-lock.json | 39 +++++++++++++++++++------------------ astro-app/package.json | 2 +- 2 files changed, 21 insertions(+), 20 deletions(-) diff --git a/astro-app/package-lock.json b/astro-app/package-lock.json index edbb920f..e663dd30 100644 --- a/astro-app/package-lock.json +++ b/astro-app/package-lock.json @@ -17,7 +17,7 @@ "dotenv": "^17.4.2", "firebase-admin": "^13.8.0", "json5": "^2.2.3", - "sanitize-html": "^2.17.3", + "sanitize-html": "^2.17.4", "tailwindcss": "^4.2.4", "ws": "^8.20.0", "zod": "^4.3.6" @@ -3478,21 +3478,6 @@ } } }, - "node_modules/astro/node_modules/typescript": { - "version": "5.9.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz", - "integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==", - "license": "Apache-2.0", - "optional": true, - "peer": true, - "bin": { - "tsc": "bin/tsc", - "tsserver": "bin/tsserver" - }, - "engines": { - "node": ">=14.17" - } - }, "node_modules/astro/node_modules/vite": { "version": "7.3.2", "resolved": "https://registry.npmjs.org/vite/-/vite-7.3.2.tgz", @@ -4111,6 +4096,12 @@ "node": ">= 12" } }, + "node_modules/dayjs": { + "version": "1.11.20", + "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.20.tgz", + "integrity": "sha512-YbwwqR/uYpeoP4pu043q+LTDLFBLApUP6VxRihdfNTqu4ubqMlGDLd6ErXhEgsyvY0K6nCs7nggYumAN+9uEuQ==", + "license": "MIT" + }, "node_modules/debug": { "version": "4.4.3", "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz", @@ -5905,6 +5896,15 @@ "node": ">=6" } }, + "node_modules/launder": { + "version": "1.7.1", + "resolved": "https://registry.npmjs.org/launder/-/launder-1.7.1.tgz", + "integrity": "sha512-mU6WRz5EusL9ZZuiZ5SO4Y6C0P9PAUR9iwdb6bzj4KDihm28DiHFw+/yk9DBH4f+Pv1wuzQ4e2jV3oQ7mkIqvw==", + "license": "MIT", + "dependencies": { + "dayjs": "^1.11.7" + } + }, "node_modules/lightningcss": { "version": "1.32.0", "resolved": "https://registry.npmjs.org/lightningcss/-/lightningcss-1.32.0.tgz", @@ -8262,15 +8262,16 @@ "license": "MIT" }, "node_modules/sanitize-html": { - "version": "2.17.3", - "resolved": "https://registry.npmjs.org/sanitize-html/-/sanitize-html-2.17.3.tgz", - "integrity": "sha512-Kn4srCAo2+wZyvCNKCSyB2g8RQ8IkX/gQs2uqoSRNu5t9I2qvUyAVvRDiFUVAiX3N3PNuwStY0eNr+ooBHVWEg==", + "version": "2.17.4", + "resolved": "https://registry.npmjs.org/sanitize-html/-/sanitize-html-2.17.4.tgz", + "integrity": "sha512-2HW7v2ol/uAM7sX4hbD8Z59OGWmAPrvjL8E71UWlBcj6m+kcF6ilQBLny+cIgY214QJeJT5tQuxKKqX0SQqjGQ==", "license": "MIT", "dependencies": { "deepmerge": "^4.2.2", "escape-string-regexp": "^4.0.0", "htmlparser2": "^10.1.0", "is-plain-object": "^5.0.0", + "launder": "^1.7.1", "parse-srcset": "^1.0.2", "postcss": "^8.3.11" } diff --git a/astro-app/package.json b/astro-app/package.json index 33b610a7..d82e1ec5 100644 --- a/astro-app/package.json +++ b/astro-app/package.json @@ -27,7 +27,7 @@ "dotenv": "^17.4.2", "firebase-admin": "^13.8.0", "json5": "^2.2.3", - "sanitize-html": "^2.17.3", + "sanitize-html": "^2.17.4", "tailwindcss": "^4.2.4", "ws": "^8.20.0", "zod": "^4.3.6"