Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-06-12 03:41:43 +0300
committerGitHub <noreply@github.com>2022-06-12 03:41:43 +0300
commit0dd642ac699aa092a1017aa65ee575eccb3df8f4 (patch)
treeaf98f099bdeb273b323dec912f47e2864bb8e4ab
parent6a9937a2fe173edc0586b79f2694b7438056eb4f (diff)
Bump dompurify from 2.3.6 to 2.3.8dependabot/npm_and_yarn/stable24/dompurify-2.3.8
Bumps [dompurify](https://github.com/cure53/DOMPurify) from 2.3.6 to 2.3.8. - [Release notes](https://github.com/cure53/DOMPurify/releases) - [Commits](https://github.com/cure53/DOMPurify/compare/2.3.6...2.3.8) --- updated-dependencies: - dependency-name: dompurify dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--package-lock.json14
-rw-r--r--package.json2
2 files changed, 8 insertions, 8 deletions
diff --git a/package-lock.json b/package-lock.json
index 6319e8e8acd..a9bbb22974f 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -39,7 +39,7 @@
"css-vars-ponyfill": "^2.4.7",
"davclient.js": "git+https://github.com/owncloud/davclient.js.git#0.2.1",
"debounce": "^1.2.1",
- "dompurify": "^2.3.6",
+ "dompurify": "^2.3.8",
"escape-html": "^1.0.3",
"handlebars": "^4.7.7",
"ical.js": "^1.4.0",
@@ -6652,9 +6652,9 @@
}
},
"node_modules/dompurify": {
- "version": "2.3.6",
- "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-2.3.6.tgz",
- "integrity": "sha512-OFP2u/3T1R5CEgWCEONuJ1a5+MFKnOYpkywpUSxv/dj1LeBT1erK+JwM7zK0ROy2BRhqVCf0LRw/kHqKuMkVGg=="
+ "version": "2.3.8",
+ "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-2.3.8.tgz",
+ "integrity": "sha512-eVhaWoVibIzqdGYjwsBWodIQIaXFSB+cKDf4cfxLMsK0xiud6SE+/WCVx/Xw/UwQsa4cS3T2eITcdtmTg2UKcw=="
},
"node_modules/domutils": {
"version": "2.8.0",
@@ -24707,9 +24707,9 @@
}
},
"dompurify": {
- "version": "2.3.6",
- "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-2.3.6.tgz",
- "integrity": "sha512-OFP2u/3T1R5CEgWCEONuJ1a5+MFKnOYpkywpUSxv/dj1LeBT1erK+JwM7zK0ROy2BRhqVCf0LRw/kHqKuMkVGg=="
+ "version": "2.3.8",
+ "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-2.3.8.tgz",
+ "integrity": "sha512-eVhaWoVibIzqdGYjwsBWodIQIaXFSB+cKDf4cfxLMsK0xiud6SE+/WCVx/Xw/UwQsa4cS3T2eITcdtmTg2UKcw=="
},
"domutils": {
"version": "2.8.0",
diff --git a/package.json b/package.json
index 21e4b0f8f41..367e29d0f81 100644
--- a/package.json
+++ b/package.json
@@ -56,7 +56,7 @@
"css-vars-ponyfill": "^2.4.7",
"davclient.js": "git+https://github.com/owncloud/davclient.js.git#0.2.1",
"debounce": "^1.2.1",
- "dompurify": "^2.3.6",
+ "dompurify": "^2.3.8",
"escape-html": "^1.0.3",
"handlebars": "^4.7.7",
"ical.js": "^1.4.0",