diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-08-07 02:52:31 +0000 |
---|---|---|
committer | nextcloud-command <nextcloud-command@users.noreply.github.com> | 2021-08-07 23:51:24 +0000 |
commit | 164d5a296ba4dc6aab92161ae0c592a10c6b4d74 (patch) | |
tree | 5c68f03598a2613f31ffc8dd5e36a262b003323f /package.json | |
parent | 9da252811ca58eacb18d3861c8c6f8a7f0fee785 (diff) | |
download | nextcloud-server-164d5a296ba4dc6aab92161ae0c592a10c6b4d74.tar.gz nextcloud-server-164d5a296ba4dc6aab92161ae0c592a10c6b4d74.zip |
Bump dompurify from 2.2.8 to 2.2.9
Bumps [dompurify](https://github.com/cure53/DOMPurify) from 2.2.8 to 2.2.9.
- [Release notes](https://github.com/cure53/DOMPurify/releases)
- [Commits](https://github.com/cure53/DOMPurify/compare/2.2.8...2.2.9)
---
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.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 53f1e3659f3..9c809d438ef 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "css-vars-ponyfill": "^2.4.6", "davclient.js": "git+https://github.com/owncloud/davclient.js.git#0.2.1", "debounce": "^1.2.1", - "dompurify": "^2.2.8", + "dompurify": "^2.2.9", "escape-html": "^1.0.3", "handlebars": "^4.7.7", "jcrop": "git+https://github.com/ChristophWurst/Jcrop.git#v0.9.12-npm3", |