From f433490af8e4fd942ea6773aa3d8daee81d91d70 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Feb 2026 15:15:17 +0000 Subject: [PATCH] chore(deps): bump qrcode.react from 3.2.0 to 4.2.0 in /dashboard Bumps [qrcode.react](https://github.com/zpao/qrcode.react) from 3.2.0 to 4.2.0. - [Release notes](https://github.com/zpao/qrcode.react/releases) - [Changelog](https://github.com/zpao/qrcode.react/blob/trunk/CHANGELOG.md) - [Commits](https://github.com/zpao/qrcode.react/compare/v3.2.0...v4.2.0) --- updated-dependencies: - dependency-name: qrcode.react dependency-version: 4.2.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- dashboard/bun.lock | 4 ++-- dashboard/package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dashboard/bun.lock b/dashboard/bun.lock index 524fb5cc..9b6becf9 100644 --- a/dashboard/bun.lock +++ b/dashboard/bun.lock @@ -60,7 +60,7 @@ "mlkem": "^2.5.0", "next-themes": "^0.4.6", "ofetch": "^1.5.1", - "qrcode.react": "^3.2.0", + "qrcode.react": "^4.2.0", "react": "^18.3.1", "react-ace": "^14.0.1", "react-day-picker": "9.7.0", @@ -1652,7 +1652,7 @@ "punycode.js": ["punycode.js@2.3.1", "", {}, "sha512-uxFIHU0YlHYhDQtV4R9J6a52SLx28BCjT+4ieh7IGbgwVJWO+km431c4yRlREUAsAmt/uMjQUyQHNEPf0M39CA=="], - "qrcode.react": ["qrcode.react@3.2.0", "", { "peerDependencies": { "react": "^16.8.0 || ^17.0.0 || ^18.0.0" } }, "sha512-YietHHltOHA4+l5na1srdaMx4sVSOjV9tamHs+mwiLWAMr6QVACRUw1Neax5CptFILcNoITctJY0Ipyn5enQ8g=="], + "qrcode.react": ["qrcode.react@4.2.0", "", { "peerDependencies": { "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0" } }, "sha512-QpgqWi8rD9DsS9EP3z7BT+5lY5SFhsqGjpgW5DY/i3mK4M9DTBNz3ErMi8BWYEfI3L0d8GIbGmcdFAS1uIRGjA=="], "queue-microtask": ["queue-microtask@1.2.3", "", {}, "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A=="], diff --git a/dashboard/package.json b/dashboard/package.json index 398a5ed4..a4e6f5e2 100644 --- a/dashboard/package.json +++ b/dashboard/package.json @@ -66,7 +66,7 @@ "mlkem": "^2.5.0", "next-themes": "^0.4.6", "ofetch": "^1.5.1", - "qrcode.react": "^3.2.0", + "qrcode.react": "^4.2.0", "react": "^18.3.1", "react-ace": "^14.0.1", "react-day-picker": "9.7.0",