Skip to content

Commit

Permalink
chore(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 770d25f commit 2440cf0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion showcases/nuxt-showcase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"dependencies": {
"nuxt": "^3.12.4",
"vue": "^3.4.35",
"vue-router": "^4.4.0"
"vue-router": "^4.4.1"
}
}
2 changes: 1 addition & 1 deletion showcases/vue-showcase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"dependencies": {
"sa11y": "3.2.2",
"vue": "^3.4.35",
"vue-router": "4.4.0"
"vue-router": "4.4.1"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.1.1",
Expand Down

0 comments on commit 2440cf0

Please sign in to comment.