diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-10-25 00:37:40 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-25 00:37:40 +0200 |
commit | 07e1694cb19ebe504554b039e3fd70d27fbfdc01 (patch) | |
tree | 57774ece9e850ee0375281b2f0f04b07b3e4caaa /package.json | |
parent | 61c9770939e6e1060d69b862b492617bdac4503d (diff) | |
download | FlightCore-07e1694cb19ebe504554b039e3fd70d27fbfdc01.tar.gz FlightCore-07e1694cb19ebe504554b039e3fd70d27fbfdc01.zip |
chore: bump @tauri-apps/cli from 1.5.4 to 1.5.6 (#643)
Bumps [@tauri-apps/cli](https://github.com/tauri-apps/tauri) from 1.5.4 to 1.5.6.
- [Release notes](https://github.com/tauri-apps/tauri/releases)
- [Commits](https://github.com/tauri-apps/tauri/compare/@tauri-apps/cli-v1.5.4...@tauri-apps/cli-v1.5.6)
---
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 996b7d09..74b57ce0 100644 --- a/package.json +++ b/package.json @@ -7,6 +7,6 @@ "@tauri-apps/api": "^1.5.1" }, "devDependencies": { - "@tauri-apps/cli": "^1.5.4" + "@tauri-apps/cli": "^1.5.6" } } |