diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-11-06 14:23:01 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-06 14:23:01 +0100 |
commit | 984900d1c54bf3e1e93739b623eca3b84c1493a4 (patch) | |
tree | 234bd09db6d074297d607956f0d8f6403abc109c /src-vue/package.json | |
parent | 5e8b0d09a70368381824d0bde6ed288fbeac57b3 (diff) | |
download | FlightCore-984900d1c54bf3e1e93739b623eca3b84c1493a4.tar.gz FlightCore-984900d1c54bf3e1e93739b623eca3b84c1493a4.zip |
chore: bump vue-i18n from 9.6.4 to 9.6.5 in /src-vue (#662)
Bumps [vue-i18n](https://github.com/intlify/vue-i18n-next/tree/HEAD/packages/vue-i18n) from 9.6.4 to 9.6.5.
- [Release notes](https://github.com/intlify/vue-i18n-next/releases)
- [Changelog](https://github.com/intlify/vue-i18n-next/blob/master/CHANGELOG.md)
- [Commits](https://github.com/intlify/vue-i18n-next/commits/v9.6.5/packages/vue-i18n)
---
updated-dependencies:
- dependency-name: vue-i18n
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 5127a784..f30503bd 100644 --- a/src-vue/package.json +++ b/src-vue/package.json @@ -14,7 +14,7 @@ "marked": "^9.1.5", "tauri-plugin-store-api": "github:tauri-apps/tauri-plugin-store#9bd993aa67766596638bbfd91e79a1bf8f632014", "vue": "^3.3.7", - "vue-i18n": "^9.6.4", + "vue-i18n": "^9.6.5", "vue-router": "^4.2.5", "vuex": "^4.0.2" }, |