From bf3d8f14aaa2d36a356c79f26de66516760d1f71 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Mar 2023 02:58:42 +0000 Subject: [PATCH] Chore(deps): Bump dompurify from 3.0.0 to 3.0.1 Bumps [dompurify](https://github.com/cure53/DOMPurify) from 3.0.0 to 3.0.1. - [Release notes](https://github.com/cure53/DOMPurify/releases) - [Commits](https://github.com/cure53/DOMPurify/compare/3.0.0...3.0.1) --- updated-dependencies: - dependency-name: dompurify dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 588094ea1..62b04938e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "@nextcloud/vue-dashboard": "^2.0.1", "@nextcloud/vue-richtext": "^2.0.4", "blueimp-md5": "^2.19.0", - "dompurify": "^3.0.0", + "dompurify": "^3.0.1", "lodash": "^4.17.21", "markdown-it": "^13.0.1", "markdown-it-link-attributes": "^4.0.1", @@ -7523,9 +7523,9 @@ } }, "node_modules/dompurify": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.0.0.tgz", - "integrity": "sha512-0g/yr2IJn4nTbxwL785YxS7/AvvgGFJw6LLWP+BzWzB1+BYOqPUT9Hy0rXrZh5HLdHnxH72aDdzvC9SdTjsuaA==" + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.0.1.tgz", + "integrity": "sha512-60tsgvPKwItxZZdfLmamp0MTcecCta3avOhsLgPZ0qcWt96OasFfhkeIRbJ6br5i0fQawT1/RBGB5L58/Jpwuw==" }, "node_modules/domutils": { "version": "2.8.0", @@ -23749,9 +23749,9 @@ } }, "dompurify": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.0.0.tgz", - "integrity": "sha512-0g/yr2IJn4nTbxwL785YxS7/AvvgGFJw6LLWP+BzWzB1+BYOqPUT9Hy0rXrZh5HLdHnxH72aDdzvC9SdTjsuaA==" + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.0.1.tgz", + "integrity": "sha512-60tsgvPKwItxZZdfLmamp0MTcecCta3avOhsLgPZ0qcWt96OasFfhkeIRbJ6br5i0fQawT1/RBGB5L58/Jpwuw==" }, "domutils": { "version": "2.8.0", diff --git a/package.json b/package.json index 6743cbd2f..bf2fa0efd 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "@nextcloud/vue-dashboard": "^2.0.1", "@nextcloud/vue-richtext": "^2.0.4", "blueimp-md5": "^2.19.0", - "dompurify": "^3.0.0", + "dompurify": "^3.0.1", "lodash": "^4.17.21", "markdown-it": "^13.0.1", "markdown-it-link-attributes": "^4.0.1",