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