diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-06-04 14:43:38 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-04 14:43:38 +0200 |
commit | 30d4f5c7eef374694974683f078ef20cf90b8ed9 (patch) | |
tree | e8ea7d9b7cce1856b358368a474d6656bfa5a157 /package.json | |
parent | 9791af58f79c6d7dd977169a328920efbcdcef34 (diff) | |
download | FlightCore-30d4f5c7eef374694974683f078ef20cf90b8ed9.tar.gz FlightCore-30d4f5c7eef374694974683f078ef20cf90b8ed9.zip |
chore: bump @tauri-apps/cli from 1.5.11 to 1.5.14 (#928)
Bumps [@tauri-apps/cli](https://github.com/tauri-apps/tauri) from 1.5.11 to 1.5.14.
- [Release notes](https://github.com/tauri-apps/tauri/releases)
- [Commits](https://github.com/tauri-apps/tauri/compare/@tauri-apps/cli-v1.5.11...@tauri-apps/cli-v1.5.14)
---
updated-dependencies:
- dependency-name: "@tauri-apps/cli"
dependency-type: direct:development
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 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 24cc1c58..54e8e983 100644 --- a/package.json +++ b/package.json @@ -7,6 +7,6 @@ "@tauri-apps/api": "^1.5.3" }, "devDependencies": { - "@tauri-apps/cli": "^1.5.11" + "@tauri-apps/cli": "^1.5.14" } } |