From e8f2b76f748761251e0e8eaee5790aeceb319f8f Mon Sep 17 00:00:00 2001 From: seven Date: Tue, 23 Jul 2024 23:30:29 +0800 Subject: [PATCH] [Snyk] Upgrade @tauri-apps/api from 1.5.6 to 1.6.0 (#75) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit

This PR was automatically created by Snyk using the credentials of a real user.


![snyk-top-banner](https://github.com/andygongea/OWASP-Benchmark/assets/818805/c518c423-16fe-447e-b67f-ad5a49b5d123)

Snyk has created this PR to upgrade @tauri-apps/api from 1.5.6 to 1.6.0.

:information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
- The recommended version is **1 version** ahead of your current version. - The recommended version was released on **21 days ago**.
Release notes
Package name: @tauri-apps/api
  • 1.6.0 - 2024-07-02
  • 1.5.6 - 2024-05-15
from @tauri-apps/api GitHub release notes
--- > [!IMPORTANT] > > - Check the changes in this PR to ensure they won't cause issues with your project. > - This PR was automatically created by Snyk using the credentials of a real user. --- **Note:** _You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs._ **For more information:** > - 🧐 [View latest project report](https://app.snyk.io/org/blankll/project/d19c39b4-9b25-4232-b09a-2d71e94c8a24?utm_source=github&utm_medium=referral&page=upgrade-pr) > - 📜 [Customise PR templates](https://docs.snyk.io/scan-using-snyk/pull-requests/snyk-fix-pull-or-merge-requests/customize-pr-templates) > - 🛠 [Adjust upgrade PR settings](https://app.snyk.io/org/blankll/project/d19c39b4-9b25-4232-b09a-2d71e94c8a24/settings/integration?utm_source=github&utm_medium=referral&page=upgrade-pr) > - 🔕 [Ignore this dependency or unsubscribe from future upgrade PRs](https://app.snyk.io/org/blankll/project/d19c39b4-9b25-4232-b09a-2d71e94c8a24/settings/integration?pkg=&utm_source=github&utm_medium=referral&page=upgrade-pr#auto-dep-upgrades) Co-authored-by: snyk-bot --- package-lock.json | 24 ++++++++++++++++++++---- package.json | 2 +- 2 files changed, 21 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 956e9ba..9235b1c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.4.2", "license": "Apache-2.0", "dependencies": { - "@tauri-apps/api": "^1", + "@tauri-apps/api": "^1.6.0", "debug": "^4.3.5", "highlight.js": "^11.9.0", "lodash": "^4.17.21", @@ -2128,9 +2128,10 @@ } }, "node_modules/@tauri-apps/api": { - "version": "1.5.6", - "resolved": "https://registry.npmjs.org/@tauri-apps/api/-/api-1.5.6.tgz", - "integrity": "sha512-LH5ToovAHnDVe5Qa9f/+jW28I6DeMhos8bNDtBOmmnaDpPmJmYLyHdeDblAWWWYc7KKRDg9/66vMuKyq0WIeFA==", + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/@tauri-apps/api/-/api-1.6.0.tgz", + "integrity": "sha512-rqI++FWClU5I2UBp4HXFvl+sBWkdigBkxnpJDQUWttNyG7IZP4FwQGhTNL5EOw0vI8i6eSAJ5frLqO7n7jbJdg==", + "license": "Apache-2.0 OR MIT", "engines": { "node": ">= 14.6.0", "npm": ">= 6.6.0", @@ -7575,6 +7576,21 @@ "@tauri-apps/api": "1.5.6" } }, + "node_modules/tauri-plugin-store-api/node_modules/@tauri-apps/api": { + "version": "1.5.6", + "resolved": "https://registry.npmjs.org/@tauri-apps/api/-/api-1.5.6.tgz", + "integrity": "sha512-LH5ToovAHnDVe5Qa9f/+jW28I6DeMhos8bNDtBOmmnaDpPmJmYLyHdeDblAWWWYc7KKRDg9/66vMuKyq0WIeFA==", + "license": "Apache-2.0 OR MIT", + "engines": { + "node": ">= 14.6.0", + "npm": ">= 6.6.0", + "yarn": ">= 1.19.1" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/tauri" + } + }, "node_modules/tauri-plugin-system-info-api": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/tauri-plugin-system-info-api/-/tauri-plugin-system-info-api-1.0.2.tgz", diff --git a/package.json b/package.json index 628febc..0f810ce 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "build:macos": "tauri build -t universal-apple-darwin" }, "dependencies": { - "@tauri-apps/api": "^1", + "@tauri-apps/api": "^1.6.0", "debug": "^4.3.5", "highlight.js": "^11.9.0", "lodash": "^4.17.21",