summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-09-18 01:05:04 +0000
committernextcloud-command <nextcloud-command@users.noreply.github.com>2021-09-18 09:36:32 +0000
commit7b3171934afe2a2833459a8ce50e2e4838ad23f9 (patch)
treea1ea1f9fc4fc3c3e6e1a047f79eff8f791457d08 /package.json
parenta10233348b5aa59ae91ac44a1b07bcca70af7b09 (diff)
downloadnextcloud-server-7b3171934afe2a2833459a8ce50e2e4838ad23f9.tar.gz
nextcloud-server-7b3171934afe2a2833459a8ce50e2e4838ad23f9.zip
Bump dompurify from 2.3.1 to 2.3.2
Bumps [dompurify](https://github.com/cure53/DOMPurify) from 2.3.1 to 2.3.2. - [Release notes](https://github.com/cure53/DOMPurify/releases) - [Commits](https://github.com/cure53/DOMPurify/compare/2.3.1...2.3.2) --- updated-dependencies: - dependency-name: dompurify dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.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 71e505c20dc..94b1e12c980 100644
--- a/package.json
+++ b/package.json
@@ -51,7 +51,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.1",
+ "dompurify": "^2.3.2",
"escape-html": "^1.0.3",
"handlebars": "^4.7.7",
"jcrop": "git+https://github.com/ChristophWurst/Jcrop.git#v0.9.12-npm3",