diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-11-16 03:08:41 +0000 |
---|---|---|
committer | nextcloud-command <nextcloud-command@users.noreply.github.com> | 2024-11-17 00:51:06 +0000 |
commit | 3e0ce4af0ffc38038b7309b430af48865c2d0669 (patch) | |
tree | bc185addd0cafc0eb7cf814d9f8db735826c8e06 /package-lock.json | |
parent | 2297a657bf4f28a8f081c24309d45ad588b179e1 (diff) | |
download | nextcloud-server-3e0ce4af0ffc38038b7309b430af48865c2d0669.tar.gz nextcloud-server-3e0ce4af0ffc38038b7309b430af48865c2d0669.zip |
build(deps): bump dompurify from 3.1.6 to 3.1.7dependabot/npm_and_yarn/stable28/dompurify-3.1.7
Bumps [dompurify](https://github.com/cure53/DOMPurify) from 3.1.6 to 3.1.7.
- [Release notes](https://github.com/cure53/DOMPurify/releases)
- [Commits](https://github.com/cure53/DOMPurify/compare/3.1.6...3.1.7)
---
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 7dc48c0ecf3..4f04179d1c8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -45,7 +45,7 @@ "core-js": "^3.33.0", "davclient.js": "github:owncloud/davclient.js.git#0.2.1", "debounce": "^2.1.0", - "dompurify": "^3.1.6", + "dompurify": "^3.1.7", "escape-html": "^1.0.3", "focus-trap": "^7.5.4", "handlebars": "^4.7.7", @@ -11427,9 +11427,9 @@ } }, "node_modules/dompurify": { - "version": "3.1.6", - "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.1.6.tgz", - "integrity": "sha512-cTOAhc36AalkjtBpfG6O8JimdTMWNXjiePT2xQH/ppBGi/4uIpmj8eKyIkMJErXWARyINV/sB38yf8JCLF5pbQ==" + "version": "3.1.7", + "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.1.7.tgz", + "integrity": "sha512-VaTstWtsneJY8xzy7DekmYWEOZcmzIe3Qb3zPd4STve1OBTa+e+WmS1ITQec1fZYXI3HCsOZZiSMpG6oxoWMWQ==" }, "node_modules/domutils": { "version": "3.1.0", |