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:
authorChristoph Wurst <ChristophWurst@users.noreply.github.com>2021-07-13 10:28:22 +0300
committerGitHub <noreply@github.com>2021-07-13 10:28:22 +0300
commit72e82b31ccf86fe5ac03f226c26bcdf06256d21b (patch)
tree6748e692f40f655db6d9a1042e7aa7658e908178
parent0023181b83f4f0627be69e2009778ae8f1e7dacf (diff)
parent6a5f1c54818ec77c1f0b82b4639ab29be173754f (diff)
Merge pull request #5314 from nextcloud/dependabot/npm_and_yarn/dompurify-2.3.0
Bump dompurify from 2.2.9 to 2.3.0
-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",