aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-05-31 15:23:54 +0000
committerGitHub <noreply@github.com>2025-05-31 15:23:54 +0000
commit50ce69bd79b20e917cfbbbb3baf5daaa70197e2e (patch)
tree8ecbaf289f96983f52ab5648cc9944e418d26d2a
parent595757944509c5b4f58099d50d6cb9948981f948 (diff)
downloadnextcloud-server-dependabot/npm_and_yarn/dompurify-3.2.6.tar.gz
nextcloud-server-dependabot/npm_and_yarn/dompurify-3.2.6.zip
build(deps): bump dompurify from 3.2.5 to 3.2.6dependabot/npm_and_yarn/dompurify-3.2.6
Bumps [dompurify](https://github.com/cure53/DOMPurify) from 3.2.5 to 3.2.6. - [Release notes](https://github.com/cure53/DOMPurify/releases) - [Commits](https://github.com/cure53/DOMPurify/compare/3.2.5...3.2.6) --- updated-dependencies: - dependency-name: dompurify dependency-version: 3.2.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--package-lock.json8
-rw-r--r--package.json2
2 files changed, 5 insertions, 5 deletions
diff --git a/package-lock.json b/package-lock.json
index be74b4ab418..e5d2ee3f930 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -47,7 +47,7 @@
"core-js": "^3.42.0",
"davclient.js": "nextcloud-deps/davclient.js#59d7777d7fe290c5f1fd74a58e7eb529b63e153d",
"debounce": "^2.1.0",
- "dompurify": "^3.2.5",
+ "dompurify": "^3.2.6",
"escape-html": "^1.0.3",
"focus-trap": "^7.6.5",
"handlebars": "^4.7.7",
@@ -11598,9 +11598,9 @@
}
},
"node_modules/dompurify": {
- "version": "3.2.5",
- "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.2.5.tgz",
- "integrity": "sha512-mLPd29uoRe9HpvwP2TxClGQBzGXeEC/we/q+bFlmPPmj2p2Ugl3r6ATu/UU1v77DXNcehiBg9zsr1dREyA/dJQ==",
+ "version": "3.2.6",
+ "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.2.6.tgz",
+ "integrity": "sha512-/2GogDQlohXPZe6D6NOgQvXLPSYBqIWMnZ8zzOhn09REE4eyAzb+Hed3jhoM9OkuaJ8P6ZGTTVWQKAi8ieIzfQ==",
"license": "(MPL-2.0 OR Apache-2.0)",
"optionalDependencies": {
"@types/trusted-types": "^2.0.7"
diff --git a/package.json b/package.json
index 6115102bd56..e4fe8e7e4d9 100644
--- a/package.json
+++ b/package.json
@@ -78,7 +78,7 @@
"core-js": "^3.42.0",
"davclient.js": "nextcloud-deps/davclient.js#59d7777d7fe290c5f1fd74a58e7eb529b63e153d",
"debounce": "^2.1.0",
- "dompurify": "^3.2.5",
+ "dompurify": "^3.2.6",
"escape-html": "^1.0.3",
"focus-trap": "^7.6.5",
"handlebars": "^4.7.7",