diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-06-10 16:44:20 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-10 16:44:20 +0200 |
commit | 60d9a9b6cb5e25201f3875b795710d285e039632 (patch) | |
tree | bcaf2ec954c04c7dca91fff2bee3baa3823933ea /src-vue/package.json | |
parent | 1a8642e4bdea44f0fb5d5c54ca64090918bd7471 (diff) | |
download | FlightCore-60d9a9b6cb5e25201f3875b795710d285e039632.tar.gz FlightCore-60d9a9b6cb5e25201f3875b795710d285e039632.zip |
chore: bump vue-router from 4.3.0 to 4.3.3 in /src-vue (#943)
Bumps [vue-router](https://github.com/vuejs/router) from 4.3.0 to 4.3.3.
- [Release notes](https://github.com/vuejs/router/releases)
- [Commits](https://github.com/vuejs/router/compare/v4.3.0...v4.3.3)
---
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>
Diffstat (limited to 'src-vue/package.json')
-rw-r--r-- | src-vue/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src-vue/package.json b/src-vue/package.json index dda31337..f626c4c7 100644 --- a/src-vue/package.json +++ b/src-vue/package.json @@ -15,7 +15,7 @@ "tauri-plugin-store-api": "github:tauri-apps/tauri-plugin-store#v1", "vue": "^3.4.27", "vue-i18n": "^9.13.1", - "vue-router": "^4.3.0", + "vue-router": "^4.3.3", "vuex": "^4.0.2" }, "devDependencies": { |