From b88c372f8f58938c6564d68c117584e32189ec28 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2024 01:14:45 +0000 Subject: [PATCH] Chore(deps): Bump dompurify from 3.1.6 to 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] --- 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 ca36df8c4..279ecaad7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "@nextcloud/router": "^3.0.1", "@nextcloud/vue": "^8.19.0", "core-js": "^3.38.1", - "dompurify": "^3.1.6", + "dompurify": "^3.1.7", "file-saver": "^2.0.5", "linkify-string": "^4.1.3", "lodash": "^4.17.21", @@ -4290,9 +4290,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", diff --git a/package.json b/package.json index d95272798..bcb2662d3 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "@nextcloud/router": "^3.0.1", "@nextcloud/vue": "^8.19.0", "core-js": "^3.38.1", - "dompurify": "^3.1.6", + "dompurify": "^3.1.7", "file-saver": "^2.0.5", "linkify-string": "^4.1.3", "lodash": "^4.17.21",