From 9eefa91cea77e850301659756944413ccb6893e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 28 Jun 2026 11:43:09 +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.79 to 3.0.0-alpha.94. - [Release notes](https://github.com/wailsapp/wails/releases) - [Commits](https://github.com/wailsapp/wails/commits/v3.0.0-alpha.94/v3/internal/runtime/desktop/@wailsio/runtime) --- updated-dependencies: - dependency-name: "@wailsio/runtime" dependency-version: 3.0.0-alpha.94 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 86198e3..4d3b5ba 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.79", + "@wailsio/runtime": "^3.0.0-alpha.94", "react": "^19.2.7", "react-dom": "^19.2.7" }, @@ -996,9 +996,9 @@ } }, "node_modules/@wailsio/runtime": { - "version": "3.0.0-alpha.79", - "resolved": "https://registry.npmjs.org/@wailsio/runtime/-/runtime-3.0.0-alpha.79.tgz", - "integrity": "sha512-NITzxKmJsMEruc39L166lbPJVECxzcbdqpHVqOOF7Cu/7Zqk/e3B/gNpkUjhNyo5rVb3V1wpS8oEgLUmpu1cwA==", + "version": "3.0.0-alpha.94", + "resolved": "https://registry.npmjs.org/@wailsio/runtime/-/runtime-3.0.0-alpha.94.tgz", + "integrity": "sha512-jtOtyWLDLop9NfU373sA43NjyGntxDFUIHY6kzmArz5HGn66Ok3vl9N2nIyVs7cArvADxk/mBBZ9wXOX7R0NFA==", "license": "MIT" }, "node_modules/ansi-regex": { diff --git a/frontend/package.json b/frontend/package.json index 722a6d0..2a01f40 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.79", + "@wailsio/runtime": "^3.0.0-alpha.94", "react": "^19.2.7", "react-dom": "^19.2.7" },