aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-05-29 08:44:02 +0000
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2021-05-29 14:48:03 +0200
commita6d43e3fd9aed1e9c91d77aa2d9f07200258efb7 (patch)
treed3d084a1b0dacfc2a14603e021fbab067fbdbab6
parent6653543596416503178622a001df90824652a04f (diff)
downloadnextcloud-server-a6d43e3fd9aed1e9c91d77aa2d9f07200258efb7.tar.gz
nextcloud-server-a6d43e3fd9aed1e9c91d77aa2d9f07200258efb7.zip
Bump dompurify from 2.2.7 to 2.2.8
Bumps [dompurify](https://github.com/cure53/DOMPurify) from 2.2.7 to 2.2.8. - [Release notes](https://github.com/cure53/DOMPurify/releases) - [Commits](https://github.com/cure53/DOMPurify/compare/2.2.7...2.2.8) Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--package-lock.json6
-rw-r--r--package.json2
2 files changed, 4 insertions, 4 deletions
diff --git a/package-lock.json b/package-lock.json
index dbc476a9176..847d37bf2e3 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -5684,9 +5684,9 @@
}
},
"dompurify": {
- "version": "2.2.7",
- "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-2.2.7.tgz",
- "integrity": "sha512-jdtDffdGNY+C76jvodNTu9jt5yYj59vuTUyx+wXdzcSwAGTYZDAQkQ7Iwx9zcGrA4ixC1syU4H3RZROqRxokxg=="
+ "version": "2.2.8",
+ "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-2.2.8.tgz",
+ "integrity": "sha512-9H0UL59EkDLgY3dUFjLV6IEUaHm5qp3mxSqWw7Yyx4Zhk2Jn2cmLe+CNPP3xy13zl8Bqg+0NehQzkdMoVhGRww=="
},
"duplexify": {
"version": "3.7.1",
diff --git a/package.json b/package.json
index c2deca014fc..9e98a8a9547 100644
--- a/package.json
+++ b/package.json
@@ -51,7 +51,7 @@
"css-vars-ponyfill": "^2.4.3",
"davclient.js": "git+https://github.com/owncloud/davclient.js.git#0.2.1",
"debounce": "^1.2.1",
- "dompurify": "^2.2.7",
+ "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",