Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-07-12 12:50:10 +0300
committerGitHub <noreply@github.com>2021-07-12 12:50:10 +0300
commit6a5f1c54818ec77c1f0b82b4639ab29be173754f (patch)
treed14d68dbc7e381e62e02cbcc8c21ff12f9de04c1
parentb2c35b2fc57a561b2f658b0816a9ef2a337d3b76 (diff)
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] <support@github.com>
-rw-r--r--package-lock.json14
-rw-r--r--package.json2
2 files changed, 8 insertions, 8 deletions
diff --git a/package-lock.json b/package-lock.json
index 189a4223e..1f3ca4af6 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -40,7 +40,7 @@
"color-convert": "^2.0.1",
"core-js": "^3.15.2",
"debounce-promise": "^3.1.2",
- "dompurify": "^2.2.9",
+ "dompurify": "^2.3.0",
"html-to-text": "^5.1.1",
"ical.js": "^1.4.0",
"iframe-resizer": "^4.3.2",
@@ -8471,9 +8471,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/dot-prop": {
"version": "5.3.0",
@@ -29514,9 +29514,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=="
},
"dot-prop": {
"version": "5.3.0",
diff --git a/package.json b/package.json
index 2d2febfb5..899bf708a 100644
--- a/package.json
+++ b/package.json
@@ -46,7 +46,7 @@
"color-convert": "^2.0.1",
"core-js": "^3.15.2",
"debounce-promise": "^3.1.2",
- "dompurify": "^2.2.9",
+ "dompurify": "^2.3.0",
"html-to-text": "^5.1.1",
"ical.js": "^1.4.0",
"iframe-resizer": "^4.3.2",