From b6e4f0993a237dea1f5f36172b40559570e99165 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Jul 2021 12:08:07 +0000 Subject: [PATCH] Bump dompurify from 2.2.9 to 2.3.0 Bumps [dompurify](https://github.com/cure53/DOMPurify) from 2.2.9 to 2.3.0. - [Release notes](https://github.com/cure53/DOMPurify/releases) - [Commits](https://github.com/cure53/DOMPurify/compare/2.2.9...2.3.0) --- updated-dependencies: - dependency-name: dompurify dependency-type: direct:production update-type: version-update:semver-minor ... 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 dfdc3c403..446039465 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "@nextcloud/vue": "^3.10.1", "@nextcloud/vue-dashboard": "^2.0.1", "blueimp-md5": "^2.18.0", - "dompurify": "^2.2.9", + "dompurify": "^2.3.0", "lodash": "^4.17.21", "markdown-it": "^12.1.0", "markdown-it-task-lists": "^2.1.1", @@ -6921,9 +6921,9 @@ } }, "node_modules/dompurify": { - "version": "2.2.9", - "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-2.2.9.tgz", - "integrity": "sha512-+9MqacuigMIZ+1+EwoEltogyWGFTJZWU3258Rupxs+2CGs4H914G9er6pZbsme/bvb5L67o2rade9n21e4RW/w==" + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-2.3.0.tgz", + "integrity": "sha512-VV5C6Kr53YVHGOBKO/F86OYX6/iLTw2yVSI721gKetxpHCK/V5TaLEf9ODjRgl1KLSWRMY6cUhAbv/c+IUnwQw==" }, "node_modules/domutils": { "version": "1.7.0", @@ -24839,9 +24839,9 @@ } }, "dompurify": { - "version": "2.2.9", - "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-2.2.9.tgz", - "integrity": "sha512-+9MqacuigMIZ+1+EwoEltogyWGFTJZWU3258Rupxs+2CGs4H914G9er6pZbsme/bvb5L67o2rade9n21e4RW/w==" + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-2.3.0.tgz", + "integrity": "sha512-VV5C6Kr53YVHGOBKO/F86OYX6/iLTw2yVSI721gKetxpHCK/V5TaLEf9ODjRgl1KLSWRMY6cUhAbv/c+IUnwQw==" }, "domutils": { "version": "1.7.0", diff --git a/package.json b/package.json index e2f0f32ec..61dfa4e2f 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "@nextcloud/vue": "^3.10.1", "@nextcloud/vue-dashboard": "^2.0.1", "blueimp-md5": "^2.18.0", - "dompurify": "^2.2.9", + "dompurify": "^2.3.0", "lodash": "^4.17.21", "markdown-it": "^12.1.0", "markdown-it-task-lists": "^2.1.1",