diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-11-16 03:19:48 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-16 03:19:48 +0000 |
commit | b649cde4998c853fd2c85522f3aa43a22d17ea60 (patch) | |
tree | ffecee86fbacccf9f5e1978803c7ae9f138cd0ac | |
parent | f7b3ade8b93adb491e55e42a90ca00e54dbc9668 (diff) | |
download | nextcloud-server-dependabot/npm_and_yarn/stable30/dompurify-3.1.7.tar.gz nextcloud-server-dependabot/npm_and_yarn/stable30/dompurify-3.1.7.zip |
build(deps): bump dompurify from 3.1.6 to 3.1.7dependabot/npm_and_yarn/stable30/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>
-rw-r--r-- | package-lock.json | 9 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 5 insertions, 6 deletions
diff --git a/package-lock.json b/package-lock.json index ce540c395ee..8e3d335abfb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -45,7 +45,7 @@ "core-js": "^3.37.1", "davclient.js": "github:owncloud/davclient.js.git#0.2.2", "debounce": "^2.1.1", - "dompurify": "^3.0.11", + "dompurify": "^3.1.7", "escape-html": "^1.0.3", "focus-trap": "^7.5.4", "handlebars": "^4.7.7", @@ -11979,10 +11979,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==", - "license": "(MPL-2.0 OR Apache-2.0)" + "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", diff --git a/package.json b/package.json index d003dc2061c..e38bdc47096 100644 --- a/package.json +++ b/package.json @@ -73,7 +73,7 @@ "core-js": "^3.37.1", "davclient.js": "github:owncloud/davclient.js.git#0.2.2", "debounce": "^2.1.1", - "dompurify": "^3.0.11", + "dompurify": "^3.1.7", "escape-html": "^1.0.3", "focus-trap": "^7.5.4", "handlebars": "^4.7.7", |