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.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.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 0da869b20e2..4503563ff5a 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,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", |