aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-01-01 11:50:33 +0000
committerGitHub <noreply@github.com>2025-01-01 11:50:33 +0000
commita2b8ce985861e07ef204137f6a453914109b117b (patch)
tree95d71a300caadc8ef064e02f10640ff1c7483c11
parentc8760eee80f447a5222e7264487e2bce3e30a255 (diff)
downloadFlightCore-dependabot/npm_and_yarn/src-vue/tauri-plugin-store-api-6a39270.tar.gz
FlightCore-dependabot/npm_and_yarn/src-vue/tauri-plugin-store-api-6a39270.zip
chore: bump tauri-plugin-store-api in /src-vuedependabot/npm_and_yarn/src-vue/tauri-plugin-store-api-6a39270
Bumps [tauri-plugin-store-api](https://github.com/tauri-apps/tauri-plugin-store) from `0224368` to `6a39270`. - [Commits](https://github.com/tauri-apps/tauri-plugin-store/compare/02243686d0507d2aeeb2924cd889dd0bcb47ecef...6a392700cc072fb407f3ee614c117eb40d5ca7a1) --- updated-dependencies: - dependency-name: tauri-plugin-store-api dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--src-vue/package-lock.json11
1 files changed, 6 insertions, 5 deletions
diff --git a/src-vue/package-lock.json b/src-vue/package-lock.json
index b67fa7d8..fb03cb6a 100644
--- a/src-vue/package-lock.json
+++ b/src-vue/package-lock.json
@@ -194,9 +194,9 @@
}
},
"node_modules/@tauri-apps/api": {
- "version": "1.5.3",
- "resolved": "https://registry.npmjs.org/@tauri-apps/api/-/api-1.5.3.tgz",
- "integrity": "sha512-zxnDjHHKjOsrIzZm6nO5Xapb/BxqUq1tc7cGkFXsFkGTsSWgCPH1D8mm0XS9weJY2OaR73I3k3S+b7eSzJDfqA==",
+ "version": "1.6.0",
+ "resolved": "https://registry.npmjs.org/@tauri-apps/api/-/api-1.6.0.tgz",
+ "integrity": "sha512-rqI++FWClU5I2UBp4HXFvl+sBWkdigBkxnpJDQUWttNyG7IZP4FwQGhTNL5EOw0vI8i6eSAJ5frLqO7n7jbJdg==",
"engines": {
"node": ">= 14.6.0",
"npm": ">= 6.6.0",
@@ -1217,10 +1217,11 @@
},
"node_modules/tauri-plugin-store-api": {
"version": "0.0.0",
- "resolved": "git+ssh://git@github.com/tauri-apps/tauri-plugin-store.git#02243686d0507d2aeeb2924cd889dd0bcb47ecef",
+ "resolved": "git+ssh://git@github.com/tauri-apps/tauri-plugin-store.git#6a392700cc072fb407f3ee614c117eb40d5ca7a1",
+ "integrity": "sha512-rbsIuKos/UfD76277tBLgZjBlpbAj6C5cL2HonyE3YFluwLrWzf2cdhjtadsdK3dj7VsGmTe68ZVTIotiiEh0g==",
"license": "MIT or APACHE-2.0",
"dependencies": {
- "@tauri-apps/api": "1.5.3"
+ "@tauri-apps/api": "1.6.0"
}
},
"node_modules/to-fast-properties": {