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" },