Skip to content

Commit 2ca3a46

Browse files
renovate-botrenovate[bot]
authored andcommitted
fix(deps): update dependency vue-router to v3.5.1
1 parent c26f349 commit 2ca3a46

File tree

6 files changed

+15
-15
lines changed

6 files changed

+15
-15
lines changed

advanced/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"subscriptions-transport-ws": "0.9.18",
2424
"vue": "2.6.12",
2525
"vue-apollo": "3.0.5",
26-
"vue-router": "3.4.9",
26+
"vue-router": "3.5.1",
2727
"vue-template-compiler": "2.6.12"
2828
},
2929
"devDependencies": {

advanced/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6232,10 +6232,10 @@ [email protected]:
62326232
vue-style-loader "^4.0.1"
62336233
vue-template-es2015-compiler "^1.6.0"
62346234

6235-
vue-router@3.4.9:
6236-
version "3.4.9"
6237-
resolved "https://registry.yarnpkg.com/vue-router/-/vue-router-3.4.9.tgz#c016f42030ae2932f14e4748b39a1d9a0e250e66"
6238-
integrity sha512-CGAKWN44RqXW06oC+u4mPgHLQQi2t6vLD/JbGRDAXm0YpMv0bgpKuU5bBd7AvMgfTz9kXVRIWKHqRwGEb8xFkA==
6235+
vue-router@3.5.1:
6236+
version "3.5.1"
6237+
resolved "https://registry.yarnpkg.com/vue-router/-/vue-router-3.5.1.tgz#edf3cf4907952d1e0583e079237220c5ff6eb6c9"
6238+
integrity sha512-RRQNLT8Mzr8z7eL4p7BtKvRaTSGdCbTy2+Mm5HTJvLGYSSeG9gDzNasJPP/yOYKLy+/cLG/ftrqq5fvkFwBJEw==
62396239

62406240
62416241
version "4.1.2"

basic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"subscriptions-transport-ws": "0.9.18",
2020
"vue": "2.6.12",
2121
"vue-apollo": "3.0.5",
22-
"vue-router": "3.4.9",
22+
"vue-router": "3.5.1",
2323
"vue-template-compiler": "2.6.12"
2424
},
2525
"devDependencies": {

basic/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6560,10 +6560,10 @@ [email protected]:
65606560
vue-style-loader "^4.0.1"
65616561
vue-template-es2015-compiler "^1.6.0"
65626562

6563-
vue-router@3.4.9:
6564-
version "3.4.9"
6565-
resolved "https://registry.yarnpkg.com/vue-router/-/vue-router-3.4.9.tgz#c016f42030ae2932f14e4748b39a1d9a0e250e66"
6566-
integrity sha512-CGAKWN44RqXW06oC+u4mPgHLQQi2t6vLD/JbGRDAXm0YpMv0bgpKuU5bBd7AvMgfTz9kXVRIWKHqRwGEb8xFkA==
6563+
vue-router@3.5.1:
6564+
version "3.5.1"
6565+
resolved "https://registry.yarnpkg.com/vue-router/-/vue-router-3.5.1.tgz#edf3cf4907952d1e0583e079237220c5ff6eb6c9"
6566+
integrity sha512-RRQNLT8Mzr8z7eL4p7BtKvRaTSGdCbTy2+Mm5HTJvLGYSSeG9gDzNasJPP/yOYKLy+/cLG/ftrqq5fvkFwBJEw==
65676567

65686568
65696569
version "4.1.2"

minimal/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"graphql-tag": "2.11.0",
1717
"vue": "2.6.12",
1818
"vue-apollo": "3.0.5",
19-
"vue-router": "3.4.9",
19+
"vue-router": "3.5.1",
2020
"vue-template-compiler": "2.6.12"
2121
},
2222
"devDependencies": {

minimal/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6538,10 +6538,10 @@ [email protected]:
65386538
vue-style-loader "^4.0.1"
65396539
vue-template-es2015-compiler "^1.6.0"
65406540

6541-
vue-router@3.4.9:
6542-
version "3.4.9"
6543-
resolved "https://registry.yarnpkg.com/vue-router/-/vue-router-3.4.9.tgz#c016f42030ae2932f14e4748b39a1d9a0e250e66"
6544-
integrity sha512-CGAKWN44RqXW06oC+u4mPgHLQQi2t6vLD/JbGRDAXm0YpMv0bgpKuU5bBd7AvMgfTz9kXVRIWKHqRwGEb8xFkA==
6541+
vue-router@3.5.1:
6542+
version "3.5.1"
6543+
resolved "https://registry.yarnpkg.com/vue-router/-/vue-router-3.5.1.tgz#edf3cf4907952d1e0583e079237220c5ff6eb6c9"
6544+
integrity sha512-RRQNLT8Mzr8z7eL4p7BtKvRaTSGdCbTy2+Mm5HTJvLGYSSeG9gDzNasJPP/yOYKLy+/cLG/ftrqq5fvkFwBJEw==
65456545

65466546
65476547
version "4.1.2"

0 commit comments

Comments
 (0)