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-10 09:46:19 +0300
committerGitHub <noreply@github.com>2022-09-10 09:46:19 +0300
commit21aafcf495694be9e2644d33edc857c6f88ec79e (patch)
treeb7d7bca2479eb2a869b6230b7fec6346dc1811e8
parent77db7cd04c6a3a2ba5c3bac8b9bcf6336def516f (diff)
parent3fd59f81f128c50abbe1913cbbad3bf806b67747 (diff)
Merge pull request #1892 from nextcloud/dependabot/npm_and_yarn/vue-router-3.6.5
-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 5f9433a8..70f146fc 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -28,7 +28,7 @@
"vue": "^2.6.14",
"vue-click-outside": "^1.1.0",
"vue-material-design-icons": "^5.1.2",
- "vue-router": "^3.6.4",
+ "vue-router": "^3.6.5",
"vue-simple-progress": "^1.1.1",
"vue-template-compiler": "^2.6.14",
"vuex": "^3.6.2",
@@ -12736,9 +12736,9 @@
}
},
"node_modules/vue-router": {
- "version": "3.6.4",
- "resolved": "https://registry.npmjs.org/vue-router/-/vue-router-3.6.4.tgz",
- "integrity": "sha512-QSJs5aKKPiwBH++gelVbnq0ZFbUZXjlsjAklUM+F8dtd49YY72QsD1uGpBk/cqLK1bkZ8HiqPjS8NkhaGtpqHw=="
+ "version": "3.6.5",
+ "resolved": "https://registry.npmjs.org/vue-router/-/vue-router-3.6.5.tgz",
+ "integrity": "sha512-VYXZQLtjuvKxxcshuRAwjHnciqZVoXAjTjcqBTz4rKc8qih9g9pI3hbDjmqXaHdgL3v8pV6P8Z335XvHzESxLQ=="
},
"node_modules/vue-simple-progress": {
"version": "1.1.1",
@@ -23688,9 +23688,9 @@
"requires": {}
},
"vue-router": {
- "version": "3.6.4",
- "resolved": "https://registry.npmjs.org/vue-router/-/vue-router-3.6.4.tgz",
- "integrity": "sha512-QSJs5aKKPiwBH++gelVbnq0ZFbUZXjlsjAklUM+F8dtd49YY72QsD1uGpBk/cqLK1bkZ8HiqPjS8NkhaGtpqHw=="
+ "version": "3.6.5",
+ "resolved": "https://registry.npmjs.org/vue-router/-/vue-router-3.6.5.tgz",
+ "integrity": "sha512-VYXZQLtjuvKxxcshuRAwjHnciqZVoXAjTjcqBTz4rKc8qih9g9pI3hbDjmqXaHdgL3v8pV6P8Z335XvHzESxLQ=="
},
"vue-simple-progress": {
"version": "1.1.1",
diff --git a/package.json b/package.json
index 5ca28dd6..8130b51c 100644
--- a/package.json
+++ b/package.json
@@ -40,7 +40,7 @@
"vue": "^2.6.14",
"vue-click-outside": "^1.1.0",
"vue-material-design-icons": "^5.1.2",
- "vue-router": "^3.6.4",
+ "vue-router": "^3.6.5",
"vue-simple-progress": "^1.1.1",
"vue-template-compiler": "^2.6.14",
"vuex": "^3.6.2",