From a2c92b4ff33c94cc51fc1a9260cb65d075e6885f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 19 Sep 2026 01:03:31 +0000 Subject: [PATCH] chore(deps): Bump dompurify from 3.4.13 to 3.4.15 Bumps [dompurify](https://github.com/cure53/DOMPurify) from 3.4.13 to 3.4.15. - [Release notes](https://github.com/cure53/DOMPurify/releases) - [Commits](https://github.com/cure53/DOMPurify/compare/3.4.13...3.4.15) --- updated-dependencies: - dependency-name: dompurify dependency-version: 3.4.15 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 23 ++++------------------- package.json | 2 +- 2 files changed, 5 insertions(+), 20 deletions(-) diff --git a/package-lock.json b/package-lock.json index 00f15332..f002baf2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "@nextcloud/password-confirmation": "^6.0.2", "@nextcloud/router": "^3.0.1", "@nextcloud/vue": "^9.2.0", - "dompurify": "^3.4.12", + "dompurify": "^3.4.15", "marked": "^18.0.9", "p-limit": "^7.2.0", "vue": "^3.5.41", @@ -3401,21 +3401,6 @@ "eslint-scope": "5.1.1" } }, - "node_modules/@noble/hashes": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/@noble/hashes/-/hashes-2.4.0.tgz", - "integrity": "sha512-X5XaVWZIBCT7HHZGm5I7ZQXDwLG+bGXuSrMQAW+7Zvl87h1kmc1ZB1VSRJcpUfoUrGQp4Fkoxm5kZ+Ms+aW+eA==", - "dev": true, - "license": "MIT", - "optional": true, - "peer": true, - "engines": { - "node": ">= 20.19.0" - }, - "funding": { - "url": "https://paulmillr.com/funding/" - } - }, "node_modules/@nodable/entities": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/@nodable/entities/-/entities-2.1.0.tgz", @@ -8222,9 +8207,9 @@ } }, "node_modules/dompurify": { - "version": "3.4.13", - "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.4.13.tgz", - "integrity": "sha512-2vmYIoqjze2d+kakP8S/nS5shfsl587kzwEjcGlTdiksUVgFHnFCsLYDVj/JNqJVOQZGSYBTmuycv0PodwmnMQ==", + "version": "3.4.15", + "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.4.15.tgz", + "integrity": "sha512-EUBjM+B+lkDE41iE82DDSCfkoPGfXx8IxFxPMjNzm/Uk4xDet77rTN9wqlxlVg71kK7XGuUMv6wUxJUwwv+Xyw==", "license": "(MPL-2.0 OR Apache-2.0)", "optionalDependencies": { "@types/trusted-types": "^2.0.7" diff --git a/package.json b/package.json index 1db17db7..8a9cf0db 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "@nextcloud/password-confirmation": "^6.0.2", "@nextcloud/router": "^3.0.1", "@nextcloud/vue": "^9.2.0", - "dompurify": "^3.4.12", + "dompurify": "^3.4.15", "marked": "^18.0.9", "p-limit": "^7.2.0", "vue": "^3.5.41",