Skip to content

Commit

Permalink
fix(deps): bump vue-router from 4.4.0 to 4.4.1
Browse files Browse the repository at this point in the history
Bumps [vue-router](https://github.com/vuejs/router) from 4.4.0 to 4.4.1.
- [Release notes](https://github.com/vuejs/router/releases)
- [Commits](vuejs/router@v4.4.0...v4.4.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 1, 2024
1 parent 941e9be commit ad1c9c1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"serve": "^14.2.3",
"typescript": "^5.5.4",
"vue": "^3.4.34",
"vue-router": "^4.4.0"
"vue-router": "^4.4.1"
},
"devDependencies": {
"@pinia-plugin-persistedstate/nuxt": "^1.2.1",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2051,7 +2051,7 @@
"@vue/compiler-dom" "3.4.34"
"@vue/shared" "3.4.34"

"@vue/devtools-api@^6.5.1", "@vue/devtools-api@^6.6.3":
"@vue/devtools-api@^6.6.3":
version "6.6.3"
resolved "https://registry.npmjs.org/@vue/devtools-api/-/devtools-api-6.6.3.tgz"
integrity sha512-0MiMsFma/HqA6g3KLKn+AGpL1kgKhFWszC9U29NfpWK5LE7bjeXxySWJrOJ77hBz+TBrBQ7o4QJqbPbqbs8rJw==
Expand Down Expand Up @@ -8644,12 +8644,12 @@ vue-resize@^2.0.0-alpha.1:
resolved "https://registry.npmjs.org/vue-resize/-/vue-resize-2.0.0-alpha.1.tgz"
integrity sha512-7+iqOueLU7uc9NrMfrzbG8hwMqchfVfSzpVlCMeJQe4pyibqyoifDNbKTZvwxZKDvGkB+PdFeKvnGZMoEb8esg==

vue-router@^4.3.3, vue-router@^4.4.0:
version "4.4.0"
resolved "https://registry.yarnpkg.com/vue-router/-/vue-router-4.4.0.tgz#128e3fc0c84421035a9bd26027245e6bd68f69ab"
integrity sha512-HB+t2p611aIZraV2aPSRNXf0Z/oLZFrlygJm+sZbdJaW6lcFqEDQwnzUBXn+DApw+/QzDU/I9TeWx9izEjTmsA==
vue-router@^4.3.3, vue-router@^4.4.1:
version "4.4.1"
resolved "https://registry.yarnpkg.com/vue-router/-/vue-router-4.4.1.tgz#a22c39b9e240984bf068a7e0181d096167d49d68"
integrity sha512-njTLt/6gYGgIhv+U8nc5J6JpJpntFgy4fptRJ9Dp2qWQRo/PekB5DbKRYRPt0kM6feXysPKl7A5BjOmOJL5Ttw==
dependencies:
"@vue/devtools-api" "^6.5.1"
"@vue/devtools-api" "^6.6.3"

[email protected]:
version "2.0.0-beta.8"
Expand Down

0 comments on commit ad1c9c1

Please sign in to comment.