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 05:03:18 +0300
committerGitHub <noreply@github.com>2022-09-17 05:03:18 +0300
commit3341327b1595026a4f306182396ea64df985c814 (patch)
tree0f39ae473207fb2b34a58f38e848e770436f9469
parentf5ef0266095b11494e183429f7c916a8fd355f9f (diff)
Bump sanitize-html from 2.7.1 to 2.7.2dependabot/npm_and_yarn/sanitize-html-2.7.2
Bumps [sanitize-html](https://github.com/apostrophecms/sanitize-html) from 2.7.1 to 2.7.2. - [Release notes](https://github.com/apostrophecms/sanitize-html/releases) - [Changelog](https://github.com/apostrophecms/sanitize-html/blob/main/CHANGELOG.md) - [Commits](https://github.com/apostrophecms/sanitize-html/compare/2.7.1...2.7.2) --- updated-dependencies: - dependency-name: sanitize-html dependency-type: direct:production update-type: version-update:semver-patch ... 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 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",