diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-07-06 01:33:10 +0000 |
---|---|---|
committer | Git'Fellow <12234510+solracsf@users.noreply.github.com> | 2024-07-06 12:33:11 +0200 |
commit | 5a8d766cd7cb52acdd02572e5030e7d9036a74bc (patch) | |
tree | cbfc1f6fc93558e684d6c9cdc57b8b7103fae99b /package.json | |
parent | afae77a6438f5c21b82de51d2cdf1d0a3cd5dc8a (diff) | |
download | nextcloud-server-5a8d766cd7cb52acdd02572e5030e7d9036a74bc.tar.gz nextcloud-server-5a8d766cd7cb52acdd02572e5030e7d9036a74bc.zip |
chore(deps): bump dompurify from 3.1.4 to 3.1.6
Bumps [dompurify](https://github.com/cure53/DOMPurify) from 3.1.4 to 3.1.6.
- [Release notes](https://github.com/cure53/DOMPurify/releases)
- [Commits](https://github.com/cure53/DOMPurify/compare/3.1.4...3.1.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.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index f6a76427120..97a3f722956 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,7 @@ "core-js": "^3.33.0", "davclient.js": "github:owncloud/davclient.js.git#0.2.1", "debounce": "^1.2.1", - "dompurify": "^3.0.6", + "dompurify": "^3.1.6", "escape-html": "^1.0.3", "focus-trap": "^7.5.4", "handlebars": "^4.7.7", |