Skip to content

Commit

Permalink
Bump vue-router from 4.4.3 to 4.4.5 (#662)
Browse files Browse the repository at this point in the history
Bumps [vue-router](https://github.com/vuejs/router) from 4.4.3 to 4.4.5.
- [Release notes](https://github.com/vuejs/router/releases)
- [Commits](vuejs/router@v4.4.3...v4.4.5)

---
updated-dependencies:
- dependency-name: vue-router
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 1, 2024
1 parent 35c2d53 commit 524225c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@
"@mdi/font": "^7.4.47",
"@oruga-ui/oruga-next": "^0.8.12",
"@oruga-ui/theme-bulma": "^0.3.0",
"vue-router": "^4.4.3"
"vue-router": "^4.4.5"
}
}
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1415,10 +1415,10 @@
"@vue/compiler-dom" "3.5.3"
"@vue/shared" "3.5.3"

"@vue/devtools-api@^6.6.3":
version "6.6.3"
resolved "https://registry.yarnpkg.com/@vue/devtools-api/-/devtools-api-6.6.3.tgz#b23a588154cba8986bba82b6e1d0248bde3fd1a0"
integrity sha512-0MiMsFma/HqA6g3KLKn+AGpL1kgKhFWszC9U29NfpWK5LE7bjeXxySWJrOJ77hBz+TBrBQ7o4QJqbPbqbs8rJw==
"@vue/devtools-api@^6.6.4":
version "6.6.4"
resolved "https://registry.yarnpkg.com/@vue/devtools-api/-/devtools-api-6.6.4.tgz#cbe97fe0162b365edc1dba80e173f90492535343"
integrity sha512-sGhTPMuXqZ1rVOk32RylztWkfXTRhuS7vgAKv0zjqk8gbsHkJ7xfFf+jbySxt7tWObEJwyKaHMikV/WGDiQm8g==

"@vue/reactivity@3.5.3":
version "3.5.3"
Expand Down Expand Up @@ -5688,12 +5688,12 @@ vue-loader@17.4.2:
hash-sum "^2.0.0"
watchpack "^2.4.0"

vue-router@^4.4.3:
version "4.4.3"
resolved "https://registry.yarnpkg.com/vue-router/-/vue-router-4.4.3.tgz#58a39dc804632bfb6d26f052aa8f6718bd130299"
integrity sha512-sv6wmNKx2j3aqJQDMxLFzs/u/mjA9Z5LCgy6BE0f7yFWMjrPLnS/sPNn8ARY/FXw6byV18EFutn5lTO6+UsV5A==
vue-router@^4.4.5:
version "4.4.5"
resolved "https://registry.yarnpkg.com/vue-router/-/vue-router-4.4.5.tgz#bdf535e4cf32414ebdea6b4b403593efdb541388"
integrity sha512-4fKZygS8cH1yCyuabAXGUAsyi1b2/o/OKgu/RUb+znIYOxPRxdkytJEx+0wGcpBE1pX6vUgh5jwWOKRGvuA/7Q==
dependencies:
"@vue/devtools-api" "^6.6.3"
"@vue/devtools-api" "^6.6.4"

vue-style-loader@^4.1.3:
version "4.1.3"
Expand Down

0 comments on commit 524225c

Please sign in to comment.