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>2021-05-27 11:17:28 +0300
committerGitHub <noreply@github.com>2021-05-27 11:17:28 +0300
commit4ab1a3b0d276debb7e2ccfaaecc2efb852b55251 (patch)
treece372fc48172e853e50595c3c40d891428ae7ab7 /package.json
parent2ded52519b28b7e1a9ec8c5365a5fff5bd62d3bd (diff)
Bump dompurify from 2.2.2 to 2.2.8
Bumps [dompurify](https://github.com/cure53/DOMPurify) from 2.2.2 to 2.2.8. - [Release notes](https://github.com/cure53/DOMPurify/releases) - [Commits](https://github.com/cure53/DOMPurify/compare/2.2.2...2.2.8) Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index d3c7142ef69..ba6872b81bc 100644
--- a/package.json
+++ b/package.json
@@ -50,7 +50,7 @@
"css-vars-ponyfill": "^2.3.2",
"davclient.js": "git+https://github.com/owncloud/davclient.js.git#0.2.1",
"debounce": "^1.2.0",
- "dompurify": "^2.2.2",
+ "dompurify": "^2.2.8",
"escape-html": "^1.0.3",
"handlebars": "^4.7.7",
"jcrop": "git+https://github.com/ChristophWurst/Jcrop.git#v0.9.12-npm3",