diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-07-05 16:04:44 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-05 16:04:44 +0200 |
commit | a0721ec8bb39d7016b54244f7c80bcf0c4be8aab (patch) | |
tree | 6044fb05a8f706d3cb113ab44637e2596d0d3784 /src-vue/package.json | |
parent | 53d31a12b23dcc238368017d3a63f7b7b5cc7955 (diff) | |
download | FlightCore-a0721ec8bb39d7016b54244f7c80bcf0c4be8aab.tar.gz FlightCore-a0721ec8bb39d7016b54244f7c80bcf0c4be8aab.zip |
chore: bump vue from 3.4.27 to 3.4.31 in /src-vue (#961)
Bumps [vue](https://github.com/vuejs/core) from 3.4.27 to 3.4.31.
- [Release notes](https://github.com/vuejs/core/releases)
- [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md)
- [Commits](https://github.com/vuejs/core/compare/v3.4.27...v3.4.31)
---
updated-dependencies:
- dependency-name: vue
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 393eda77..74a70c2c 100644 --- a/src-vue/package.json +++ b/src-vue/package.json @@ -13,7 +13,7 @@ "element-plus": "^2.6.0", "marked": "^12.0.2", "tauri-plugin-store-api": "github:tauri-apps/tauri-plugin-store#v1", - "vue": "^3.4.27", + "vue": "^3.4.31", "vue-i18n": "^9.13.1", "vue-router": "^4.3.3", "vuex": "^4.0.2" |