From 2e2f4d166ca335f195a25976246181a99136f2d3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 5 Oct 2024 12:01:06 +0000 Subject: [PATCH] fix: upgrade qrcode.react from 3.1.0 to 3.2.0 Snyk has created this PR to upgrade qrcode.react from 3.1.0 to 3.2.0. See this package in npm: qrcode.react See this project in Snyk: https://app.snyk.io/org/vigneshshettyin/project/f292640c-2272-4ab3-b7a3-dc7f2f3bba3e?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0f4fa25..354586c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -46,7 +46,7 @@ "next-auth": "^4.24.7", "next-themes": "^0.3.0", "prisma": "^5.19.1", - "qrcode.react": "^3.1.0", + "qrcode.react": "^3.2.0", "react": "^18.3.1", "react-chartjs-2": "^5.2.0", "react-day-picker": "^8.10.1", @@ -8284,9 +8284,10 @@ } }, "node_modules/qrcode.react": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/qrcode.react/-/qrcode.react-3.1.0.tgz", - "integrity": "sha512-oyF+Urr3oAMUG/OiOuONL3HXM+53wvuH3mtIWQrYmsXoAq0DkvZp2RYUWFSMFtbdOpuS++9v+WAkzNVkMlNW6Q==", + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/qrcode.react/-/qrcode.react-3.2.0.tgz", + "integrity": "sha512-YietHHltOHA4+l5na1srdaMx4sVSOjV9tamHs+mwiLWAMr6QVACRUw1Neax5CptFILcNoITctJY0Ipyn5enQ8g==", + "license": "ISC", "peerDependencies": { "react": "^16.8.0 || ^17.0.0 || ^18.0.0" } diff --git a/package.json b/package.json index dc6f3bb..6afeb59 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "next-auth": "^4.24.7", "next-themes": "^0.3.0", "prisma": "^5.19.1", - "qrcode.react": "^3.1.0", + "qrcode.react": "^3.2.0", "react": "^18.3.1", "react-chartjs-2": "^5.2.0", "react-day-picker": "^8.10.1",