From 5374efa74602ea23fa20ebbd47a8bcc1c810025d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Jul 2026 11:43:22 +0000 Subject: [PATCH] chore(deps): bump @wailsio/runtime in /frontend Bumps [@wailsio/runtime](https://github.com/wailsapp/wails/tree/HEAD/v3/internal/runtime/desktop/@wailsio/runtime) from 3.0.0-alpha.95 to 3.0.0-alpha.97. - [Release notes](https://github.com/wailsapp/wails/releases) - [Commits](https://github.com/wailsapp/wails/commits/v3.0.0-alpha.97/v3/internal/runtime/desktop/@wailsio/runtime) --- updated-dependencies: - dependency-name: "@wailsio/runtime" dependency-version: 3.0.0-alpha.97 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- frontend/package-lock.json | 8 ++++---- frontend/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 1753e2b..8932f5c 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -8,7 +8,7 @@ "name": "frontend", "version": "0.0.0", "dependencies": { - "@wailsio/runtime": "^3.0.0-alpha.95", + "@wailsio/runtime": "^3.0.0-alpha.97", "react": "^19.2.7", "react-dom": "^19.2.7" }, @@ -996,9 +996,9 @@ } }, "node_modules/@wailsio/runtime": { - "version": "3.0.0-alpha.95", - "resolved": "https://registry.npmjs.org/@wailsio/runtime/-/runtime-3.0.0-alpha.95.tgz", - "integrity": "sha512-ODhaZYRrtRvwi6cfGEj4L+Ut9od9zTd7GH1BrAaONxlBYM4d31d3YG982HSZiktmIE2SqvyhTciY4sV5FbIfqA==", + "version": "3.0.0-alpha.97", + "resolved": "https://registry.npmjs.org/@wailsio/runtime/-/runtime-3.0.0-alpha.97.tgz", + "integrity": "sha512-alvEG6B0YqW7AcBcNaUWNMD9q8JWqx5AO6BPOZpijBeq4ZjhQxSom3jvvq8Z1mWSMKPEjSvlFirKIh9NLI3ajA==", "license": "MIT" }, "node_modules/ansi-regex": { diff --git a/frontend/package.json b/frontend/package.json index 5455f97..a1938b1 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -12,7 +12,7 @@ "test:coverage": "vitest run --coverage" }, "dependencies": { - "@wailsio/runtime": "^3.0.0-alpha.95", + "@wailsio/runtime": "^3.0.0-alpha.97", "react": "^19.2.7", "react-dom": "^19.2.7" },