From c60e9f6b1e7c882e77d302f3e2cffc3283f754bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 May 2026 01:58:43 +0000 Subject: [PATCH] chore(deps): Bump dompurify in /build/frontend-legacy Bumps [dompurify](https://github.com/cure53/DOMPurify) from 3.4.1 to 3.4.2. - [Release notes](https://github.com/cure53/DOMPurify/releases) - [Commits](https://github.com/cure53/DOMPurify/compare/3.4.1...3.4.2) --- updated-dependencies: - dependency-name: dompurify dependency-version: 3.4.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build/frontend-legacy/package-lock.json | 8 ++++---- build/frontend-legacy/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/build/frontend-legacy/package-lock.json b/build/frontend-legacy/package-lock.json index afca4ccf419..af8ddd73b18 100644 --- a/build/frontend-legacy/package-lock.json +++ b/build/frontend-legacy/package-lock.json @@ -46,7 +46,7 @@ "crypto-browserify": "^3.12.1", "davclient.js": "nextcloud-deps/davclient.js#59d7777d7fe290c5f1fd74a58e7eb529b63e153d", "debounce": "^3.0.0", - "dompurify": "^3.4.1", + "dompurify": "^3.4.2", "escape-html": "^1.0.3", "focus-trap": "^7.8.0", "handlebars": "^4.7.9", @@ -8940,9 +8940,9 @@ } }, "node_modules/dompurify": { - "version": "3.4.1", - "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.4.1.tgz", - "integrity": "sha512-JahakDAIg1gyOm7dlgWSDjV4n7Ip2PKR55NIT6jrMfIgLFgWo81vdr1/QGqWtFNRqXP9UV71oVePtjqS2ebnPw==", + "version": "3.4.2", + "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.4.2.tgz", + "integrity": "sha512-lHeS9SA/IKeIFFyYciHBr2n0v1VMPlSj843HdLOwjb2OxNwdq9Xykxqhk+FE42MzAdHvInbAolSE4mhahPpjXA==", "license": "(MPL-2.0 OR Apache-2.0)", "optionalDependencies": { "@types/trusted-types": "^2.0.7" diff --git a/build/frontend-legacy/package.json b/build/frontend-legacy/package.json index cb7ae7c7938..7f4299c24c3 100644 --- a/build/frontend-legacy/package.json +++ b/build/frontend-legacy/package.json @@ -62,7 +62,7 @@ "crypto-browserify": "^3.12.1", "davclient.js": "nextcloud-deps/davclient.js#59d7777d7fe290c5f1fd74a58e7eb529b63e153d", "debounce": "^3.0.0", - "dompurify": "^3.4.1", + "dompurify": "^3.4.2", "escape-html": "^1.0.3", "focus-trap": "^7.8.0", "handlebars": "^4.7.9",