From 01ec6ed9890b0f65fe5330a79d76f6885cc7a141 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Mar 2024 02:54:14 +0000 Subject: [PATCH] Build(deps): Bump dompurify from 3.0.10 to 3.0.11 Bumps [dompurify](https://github.com/cure53/DOMPurify) from 3.0.10 to 3.0.11. - [Release notes](https://github.com/cure53/DOMPurify/releases) - [Commits](https://github.com/cure53/DOMPurify/compare/3.0.10...3.0.11) --- 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 0f0ac0cfd..3f3e8eb69 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "@nextcloud/router": "^3.0.0", "@nextcloud/vue": "^8.11.1", "core-js": "^3.36.1", - "dompurify": "^3.0.10", + "dompurify": "^3.0.11", "file-saver": "^2.0.5", "linkify-string": "^4.1.3", "lodash": "^4.17.21", @@ -7483,9 +7483,9 @@ } }, "node_modules/dompurify": { - "version": "3.0.10", - "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.0.10.tgz", - "integrity": "sha512-WZDL8ZHTliEVP3Lk4phtvjg8SNQ3YMc5WVstxE8cszKZrFjzI4PF4ZTIk9VGAc9vZADO7uGO2V/ZiStcRSAT4Q==" + "version": "3.0.11", + "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.0.11.tgz", + "integrity": "sha512-Fan4uMuyB26gFV3ovPoEoQbxRRPfTu3CvImyZnhGq5fsIEO+gEFLp45ISFt+kQBWsK5ulDdT0oV28jS1UrwQLg==" }, "node_modules/domutils": { "version": "3.1.0", diff --git a/package.json b/package.json index 9d287b637..c6439acd2 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "@nextcloud/router": "^3.0.0", "@nextcloud/vue": "^8.11.1", "core-js": "^3.36.1", - "dompurify": "^3.0.10", + "dompurify": "^3.0.11", "file-saver": "^2.0.5", "linkify-string": "^4.1.3", "lodash": "^4.17.21",