Skip to content

Commit a1e846f

Browse files
Update dependency vue-router to v4.3.2
1 parent 911222d commit a1e846f

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@vueuse/core": "9.3.0",
1414
"vite-plugin-inspect": "0.7.4",
1515
"vue": "3.2.40",
16-
"vue-router": "4.1.5",
16+
"vue-router": "4.3.2",
1717
"vuetify": "3.0.0-beta.11"
1818
},
1919
"devDependencies": {

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -182,10 +182,10 @@
182182
"@vue/compiler-dom" "3.2.40"
183183
"@vue/shared" "3.2.40"
184184

185-
"@vue/devtools-api@^6.1.4":
186-
version "6.4.2"
187-
resolved "https://registry.yarnpkg.com/@vue/devtools-api/-/devtools-api-6.4.2.tgz#faf303a70cd9f8662896d663a195df41a8af1e53"
188-
integrity sha512-6hNZ23h1M2Llky+SIAmVhL7s6BjLtZBCzjIz9iRSBUsysjE7kC39ulW0dH4o/eZtycmSt4qEr6RDVGTIuWu+ow==
185+
"@vue/devtools-api@^6.5.1":
186+
version "6.6.1"
187+
resolved "https://registry.yarnpkg.com/@vue/devtools-api/-/devtools-api-6.6.1.tgz#7c14346383751d9f6ad4bea0963245b30220ef83"
188+
integrity sha512-LgPscpE3Vs0x96PzSSB4IGVSZXZBZHpfxs+ZA1d+VEPwHdOXowy/Y2CsvCAIFrf+ssVU1pD1jidj505EpUnfbA==
189189

190190
"@vue/reactivity-transform@3.2.40":
191191
version "3.2.40"
@@ -1503,12 +1503,12 @@ vue-demi@*:
15031503
resolved "https://registry.yarnpkg.com/vue-demi/-/vue-demi-0.13.11.tgz#7d90369bdae8974d87b1973564ad390182410d99"
15041504
integrity sha512-IR8HoEEGM65YY3ZJYAjMlKygDQn25D5ajNFNoKh9RSDMQtlzCxtfQjdQgv9jjK+m3377SsJXY8ysq8kLCZL25A==
15051505

1506-
vue-router@4.1.5:
1507-
version "4.1.5"
1508-
resolved "https://registry.yarnpkg.com/vue-router/-/vue-router-4.1.5.tgz#256f597e3f5a281a23352a6193aa6e342c8d9f9a"
1509-
integrity sha512-IsvoF5D2GQ/EGTs/Th4NQms9gd2NSqV+yylxIyp/OYp8xOwxmU8Kj/74E9DTSYAyH5LX7idVUngN3JSj1X4xcQ==
1506+
vue-router@4.3.2:
1507+
version "4.3.2"
1508+
resolved "https://registry.yarnpkg.com/vue-router/-/vue-router-4.3.2.tgz#08096c7765dacc6832f58e35f7a081a8b34116a7"
1509+
integrity sha512-hKQJ1vDAZ5LVkKEnHhmm1f9pMiWIBNGF5AwU67PdH7TyXCj/a4hTccuUuYCAMgJK6rO/NVYtQIEN3yL8CECa7Q==
15101510
dependencies:
1511-
"@vue/devtools-api" "^6.1.4"
1511+
"@vue/devtools-api" "^6.5.1"
15121512

15131513
vue-tsc@0.40.13:
15141514
version "0.40.13"

0 commit comments

Comments
 (0)