Skip to content

Commit 443e740

Browse files
chore(deps): bump vue-router from 4.4.5 to 4.5.0 (#210)
Bumps [vue-router](https://github.com/vuejs/router) from 4.4.5 to 4.5.0. - [Release notes](https://github.com/vuejs/router/releases) - [Commits](vuejs/router@v4.4.5...v4.5.0) --- updated-dependencies: - dependency-name: vue-router dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent acc2a98 commit 443e740

File tree

2 files changed

+6
-11
lines changed

2 files changed

+6
-11
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"uncrypto": "^0.1.3",
5252
"unstorage": "^1.12.0",
5353
"vue": "^3.5.12",
54-
"vue-router": "^4.3.2",
54+
"vue-router": "^4.5.0",
5555
"zod": "^3.23.8"
5656
},
5757
"devDependencies": {

yarn.lock

+5-10
Original file line numberDiff line numberDiff line change
@@ -2527,12 +2527,7 @@
25272527
de-indent "^1.0.2"
25282528
he "^1.2.0"
25292529

2530-
"@vue/devtools-api@^6.6.1":
2531-
version "6.6.3"
2532-
resolved "https://registry.yarnpkg.com/@vue/devtools-api/-/devtools-api-6.6.3.tgz#b23a588154cba8986bba82b6e1d0248bde3fd1a0"
2533-
integrity sha512-0MiMsFma/HqA6g3KLKn+AGpL1kgKhFWszC9U29NfpWK5LE7bjeXxySWJrOJ77hBz+TBrBQ7o4QJqbPbqbs8rJw==
2534-
2535-
"@vue/devtools-api@^6.6.4":
2530+
"@vue/devtools-api@^6.6.1", "@vue/devtools-api@^6.6.4":
25362531
version "6.6.4"
25372532
resolved "https://registry.yarnpkg.com/@vue/devtools-api/-/devtools-api-6.6.4.tgz#cbe97fe0162b365edc1dba80e173f90492535343"
25382533
integrity sha512-sGhTPMuXqZ1rVOk32RylztWkfXTRhuS7vgAKv0zjqk8gbsHkJ7xfFf+jbySxt7tWObEJwyKaHMikV/WGDiQm8g==
@@ -8005,10 +8000,10 @@ vue-devtools-stub@^0.1.0:
80058000
resolved "https://registry.yarnpkg.com/vue-devtools-stub/-/vue-devtools-stub-0.1.0.tgz#a65b9485edecd4273cedcb8102c739b83add2c81"
80068001
integrity sha512-RutnB7X8c5hjq39NceArgXg28WZtZpGc3+J16ljMiYnFhKvd8hITxSWQSQ5bvldxMDU6gG5mkxl1MTQLXckVSQ==
80078002

8008-
vue-router@^4.3.2, vue-router@^4.4.5:
8009-
version "4.4.5"
8010-
resolved "https://registry.yarnpkg.com/vue-router/-/vue-router-4.4.5.tgz#bdf535e4cf32414ebdea6b4b403593efdb541388"
8011-
integrity sha512-4fKZygS8cH1yCyuabAXGUAsyi1b2/o/OKgu/RUb+znIYOxPRxdkytJEx+0wGcpBE1pX6vUgh5jwWOKRGvuA/7Q==
8003+
vue-router@^4.4.5, vue-router@^4.5.0:
8004+
version "4.5.0"
8005+
resolved "https://registry.yarnpkg.com/vue-router/-/vue-router-4.5.0.tgz#58fc5fe374e10b6018f910328f756c3dae081f14"
8006+
integrity sha512-HDuk+PuH5monfNuY+ct49mNmkCRK4xJAV9Ts4z9UFc4rzdDnxQLyCMGGc8pKhZhHTVzfanpNwB/lwqevcBwI4w==
80128007
dependencies:
80138008
"@vue/devtools-api" "^6.6.4"
80148009

0 commit comments

Comments
 (0)