diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-07-15 16:20:12 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-15 16:20:12 +0200 |
commit | b522af0141870b326f33890bb2223f2bda8971f4 (patch) | |
tree | df30a0b6e56e3461be46a3b6ae637aa8952c5b38 /src-vue/package.json | |
parent | d347903d5bbb2395b3fb64133da1a828c08fce8c (diff) | |
download | FlightCore-b522af0141870b326f33890bb2223f2bda8971f4.tar.gz FlightCore-b522af0141870b326f33890bb2223f2bda8971f4.zip |
chore: bump vue-router from 4.3.3 to 4.4.0 in /src-vue (#981)
Bumps [vue-router](https://github.com/vuejs/router) from 4.3.3 to 4.4.0.
- [Release notes](https://github.com/vuejs/router/releases)
- [Commits](https://github.com/vuejs/router/compare/v4.3.3...v4.4.0)
---
updated-dependencies:
- dependency-name: vue-router
dependency-type: direct:production
update-type: version-update:semver-minor
...
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 bb3288ff..34cf5651 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.31", "vue-i18n": "^9.13.1", - "vue-router": "^4.3.3", + "vue-router": "^4.4.0", "vuex": "^4.0.2" }, "devDependencies": { |