From dc5a7ebc76409df2a64005dea04993148d62df5c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 01:13:30 +0000 Subject: [PATCH] Chore(deps): Bump dompurify from 3.1.5 to 3.1.6 Bumps [dompurify](https://github.com/cure53/DOMPurify) from 3.1.5 to 3.1.6. - [Release notes](https://github.com/cure53/DOMPurify/releases) - [Commits](https://github.com/cure53/DOMPurify/compare/3.1.5...3.1.6) --- 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 f2ea47240..1d6501681 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "@nextcloud/router": "^3.0.1", "@nextcloud/vue": "^8.14.0", "core-js": "^3.37.1", - "dompurify": "^3.1.5", + "dompurify": "^3.1.6", "file-saver": "^2.0.5", "linkify-string": "^4.1.3", "lodash": "^4.17.21", @@ -4505,9 +4505,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.6", + "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.1.6.tgz", + "integrity": "sha512-cTOAhc36AalkjtBpfG6O8JimdTMWNXjiePT2xQH/ppBGi/4uIpmj8eKyIkMJErXWARyINV/sB38yf8JCLF5pbQ==" }, "node_modules/domutils": { "version": "3.1.0", diff --git a/package.json b/package.json index 31cdc3007..076922e2e 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "@nextcloud/router": "^3.0.1", "@nextcloud/vue": "^8.14.0", "core-js": "^3.37.1", - "dompurify": "^3.1.5", + "dompurify": "^3.1.6", "file-saver": "^2.0.5", "linkify-string": "^4.1.3", "lodash": "^4.17.21",