From 5ebe10cfd1eb7d6b2f50734ce61db69a33ac1bcc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Jan 2025 02:27:25 +0000 Subject: [PATCH] build(deps): bump dompurify from 3.1.5 to 3.1.7 Bumps [dompurify](https://github.com/cure53/DOMPurify) from 3.1.5 to 3.1.7. - [Release notes](https://github.com/cure53/DOMPurify/releases) - [Commits](https://github.com/cure53/DOMPurify/compare/3.1.5...3.1.7) --- updated-dependencies: - dependency-name: dompurify dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9fd3ebf0f57ab..1fe8cfbd48db3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -44,7 +44,7 @@ "core-js": "^3.37.1", "davclient.js": "github:owncloud/davclient.js.git#0.2.2", "debounce": "^2.1.0", - "dompurify": "^3.0.11", + "dompurify": "^3.1.7", "escape-html": "^1.0.3", "focus-trap": "^7.5.4", "handlebars": "^4.7.7", @@ -11845,9 +11845,9 @@ } }, "node_modules/dompurify": { - "version": "3.1.5", - "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.1.5.tgz", - "integrity": "sha512-lwG+n5h8QNpxtyrJW/gJWckL+1/DQiYMX8f7t8Z2AZTPw1esVrqjI63i7Zc2Gz0aKzLVMYC1V1PL/ky+aY/NgA==" + "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 0cfb2d0a7623c..44b62e93b87f8 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "core-js": "^3.37.1", "davclient.js": "github:owncloud/davclient.js.git#0.2.2", "debounce": "^2.1.0", - "dompurify": "^3.0.11", + "dompurify": "^3.1.7", "escape-html": "^1.0.3", "focus-trap": "^7.5.4", "handlebars": "^4.7.7",