diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-10-14 03:10:57 +0000 |
---|---|---|
committer | Ferdinand Thiessen <opensource@fthiessen.de> | 2023-10-18 13:25:49 +0200 |
commit | 477cfad8b3a80650ddfd6cc521f93f52fc1b5125 (patch) | |
tree | eece6604abd8dbc0102299667cc34bdc0e9680f7 /package-lock.json | |
parent | 9bdf98f699e8c484d19fd6210c50765f36bd08ee (diff) | |
download | nextcloud-server-477cfad8b3a80650ddfd6cc521f93f52fc1b5125.tar.gz nextcloud-server-477cfad8b3a80650ddfd6cc521f93f52fc1b5125.zip |
chore(deps): Bump dompurify from 3.0.5 to 3.0.6
Bumps [dompurify](https://github.com/cure53/DOMPurify) from 3.0.5 to 3.0.6.
- [Release notes](https://github.com/cure53/DOMPurify/releases)
- [Commits](https://github.com/cure53/DOMPurify/compare/3.0.5...3.0.6)
---
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-lock.json')
-rw-r--r-- | package-lock.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/package-lock.json b/package-lock.json index 84afa1216ab..912a68eec89 100644 --- a/package-lock.json +++ b/package-lock.json @@ -43,7 +43,7 @@ "core-js": "^3.33.0", "davclient.js": "github:owncloud/davclient.js.git#0.2.1", "debounce": "^1.2.1", - "dompurify": "^3.0.5", + "dompurify": "^3.0.6", "escape-html": "^1.0.3", "focus-trap": "^7.4.0", "handlebars": "^4.7.7", @@ -10715,9 +10715,9 @@ } }, "node_modules/dompurify": { - "version": "3.0.5", - "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.0.5.tgz", - "integrity": "sha512-F9e6wPGtY+8KNMRAVfxeCOHU0/NPWMSENNq4pQctuXRqqdEPW7q3CrLbR5Nse044WwacyjHGOMlvNsBe1y6z9A==" + "version": "3.0.6", + "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.0.6.tgz", + "integrity": "sha512-ilkD8YEnnGh1zJ240uJsW7AzE+2qpbOUYjacomn3AvJ6J4JhKGSZ2nh4wUIXPZrEPppaCLx5jFe8T89Rk8tQ7w==" }, "node_modules/domutils": { "version": "3.1.0", |