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

github.com/nextcloud/bookmarks.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>2022-09-17 08:30:21 +0300
committerGitHub <noreply@github.com>2022-09-17 08:30:21 +0300
commit5455a00a364bac013c9d892e0d686c0f48828b25 (patch)
treee5d0df5287e6d6e1d6841cd8fbe683483a44b2ca
parent00a916dcd9406ec53cce82521030ab0972b692fc (diff)
parent3341327b1595026a4f306182396ea64df985c814 (diff)
Merge pull request #1896 from nextcloud/dependabot/npm_and_yarn/sanitize-html-2.7.2
-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 70f146fc..145d3f69 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -24,7 +24,7 @@
"linkify-it": "^3.0.3",
"lodash": "^4.17.21",
"nextcloud-vue-collections": "^0.10.0",
- "sanitize-html": "^2.7.1",
+ "sanitize-html": "^2.7.2",
"vue": "^2.6.14",
"vue-click-outside": "^1.1.0",
"vue-material-design-icons": "^5.1.2",
@@ -10481,9 +10481,9 @@
"peer": true
},
"node_modules/sanitize-html": {
- "version": "2.7.1",
- "resolved": "https://registry.npmjs.org/sanitize-html/-/sanitize-html-2.7.1.tgz",
- "integrity": "sha512-oOpe8l4J8CaBk++2haoN5yNI5beekjuHv3JRPKUx/7h40Rdr85pemn4NkvUB3TcBP7yjat574sPlcMAyv4UQig==",
+ "version": "2.7.2",
+ "resolved": "https://registry.npmjs.org/sanitize-html/-/sanitize-html-2.7.2.tgz",
+ "integrity": "sha512-DggSTe7MviO+K4YTCwprG6W1vsG+IIX67yp/QY55yQqKCJYSWzCA1rZbaXzkjoKeL9+jqwm56wD6srYLtUNivg==",
"dependencies": {
"deepmerge": "^4.2.2",
"escape-string-regexp": "^4.0.0",
@@ -21975,9 +21975,9 @@
"peer": true
},
"sanitize-html": {
- "version": "2.7.1",
- "resolved": "https://registry.npmjs.org/sanitize-html/-/sanitize-html-2.7.1.tgz",
- "integrity": "sha512-oOpe8l4J8CaBk++2haoN5yNI5beekjuHv3JRPKUx/7h40Rdr85pemn4NkvUB3TcBP7yjat574sPlcMAyv4UQig==",
+ "version": "2.7.2",
+ "resolved": "https://registry.npmjs.org/sanitize-html/-/sanitize-html-2.7.2.tgz",
+ "integrity": "sha512-DggSTe7MviO+K4YTCwprG6W1vsG+IIX67yp/QY55yQqKCJYSWzCA1rZbaXzkjoKeL9+jqwm56wD6srYLtUNivg==",
"requires": {
"deepmerge": "^4.2.2",
"escape-string-regexp": "^4.0.0",
diff --git a/package.json b/package.json
index 8130b51c..ee7a9e78 100644
--- a/package.json
+++ b/package.json
@@ -36,7 +36,7 @@
"linkify-it": "^3.0.3",
"lodash": "^4.17.21",
"nextcloud-vue-collections": "^0.10.0",
- "sanitize-html": "^2.7.1",
+ "sanitize-html": "^2.7.2",
"vue": "^2.6.14",
"vue-click-outside": "^1.1.0",
"vue-material-design-icons": "^5.1.2",