diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-03-23 02:22:39 +0000 |
---|---|---|
committer | nextcloud-command <nextcloud-command@users.noreply.github.com> | 2024-03-23 11:12:41 +0000 |
commit | 215c0b0c922589a38144468901a0ff3661ba446c (patch) | |
tree | 218b203a855c4198b38cd06991690ae336b9db49 /package-lock.json | |
parent | 323f72496b6a48fb7b8be435ff9ad3c493591d80 (diff) | |
download | nextcloud-server-215c0b0c922589a38144468901a0ff3661ba446c.tar.gz nextcloud-server-215c0b0c922589a38144468901a0ff3661ba446c.zip |
build(deps): bump dompurify from 3.0.9 to 3.0.11
Bumps [dompurify](https://github.com/cure53/DOMPurify) from 3.0.9 to 3.0.11.
- [Release notes](https://github.com/cure53/DOMPurify/releases)
- [Commits](https://github.com/cure53/DOMPurify/compare/3.0.9...3.0.11)
---
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 8482269fdae..01600926b18 100644 --- a/package-lock.json +++ b/package-lock.json @@ -44,7 +44,7 @@ "core-js": "^3.35.1", "davclient.js": "github:owncloud/davclient.js.git#0.2.2", "debounce": "^1.2.1", - "dompurify": "^3.0.8", + "dompurify": "^3.0.11", "escape-html": "^1.0.3", "focus-trap": "^7.5.4", "handlebars": "^4.7.7", @@ -11079,9 +11079,9 @@ } }, "node_modules/dompurify": { - "version": "3.0.9", - "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.0.9.tgz", - "integrity": "sha512-uyb4NDIvQ3hRn6NiC+SIFaP4mJ/MdXlvtunaqK9Bn6dD3RuB/1S/gasEjDHD8eiaqdSael2vBv+hOs7Y+jhYOQ==" + "version": "3.0.11", + "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.0.11.tgz", + "integrity": "sha512-Fan4uMuyB26gFV3ovPoEoQbxRRPfTu3CvImyZnhGq5fsIEO+gEFLp45ISFt+kQBWsK5ulDdT0oV28jS1UrwQLg==" }, "node_modules/domutils": { "version": "3.1.0", |