diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-10-06 14:55:37 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-06 14:55:37 +0200 |
commit | 2580566251c2ab548fdee34537d91a47786acfdc (patch) | |
tree | e73d4af1c693e6340571dbabbb1e93cb016b4b4e /src-vue/package.json | |
parent | 26922bc656f698a924938c660d120aad51720663 (diff) | |
download | FlightCore-2580566251c2ab548fdee34537d91a47786acfdc.tar.gz FlightCore-2580566251c2ab548fdee34537d91a47786acfdc.zip |
chore: bump vue-router from 4.2.4 to 4.2.5 in /src-vue (#581)
Bumps [vue-router](https://github.com/vuejs/router) from 4.2.4 to 4.2.5.
- [Release notes](https://github.com/vuejs/router/releases)
- [Commits](https://github.com/vuejs/router/compare/v4.2.4...v4.2.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>
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 efbf26fa..e4c8c49f 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#9bd993aa67766596638bbfd91e79a1bf8f632014", "vue": "^3.2.37", "vue-i18n": "^9.5.0", - "vue-router": "^4.1.5", + "vue-router": "^4.2.5", "vuex": "^4.0.2" }, "devDependencies": { |