From 34113b8537fb93463f11d2cf0f3b25beadbd109b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 May 2026 01:06:16 +0000 Subject: [PATCH] build(deps): bump react-qr-code from 2.0.18 to 2.0.21 Bumps [react-qr-code](https://github.com/rosskhanas/react-qr-code) from 2.0.18 to 2.0.21. - [Release notes](https://github.com/rosskhanas/react-qr-code/releases) - [Changelog](https://github.com/rosskhanas/react-qr-code/blob/master/CHANGELOG.md) - [Commits](https://github.com/rosskhanas/react-qr-code/compare/2.0.18...2.0.21) --- updated-dependencies: - dependency-name: react-qr-code dependency-version: 2.0.21 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- lib/package.json | 2 +- package-lock.json | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/lib/package.json b/lib/package.json index c5b6a9fc..c3e1daae 100644 --- a/lib/package.json +++ b/lib/package.json @@ -127,7 +127,7 @@ "react-leaflet-cluster": "^3.1.1", "react-markdown": "^9.0.1", "react-photo-album": "^3.4.0", - "react-qr-code": "^2.0.16", + "react-qr-code": "^2.0.21", "react-toastify": "^9.1.3", "remark-breaks": "^4.0.0", "tiptap-markdown": "^0.9.0", diff --git a/package-lock.json b/package-lock.json index 1f61ba53..ce4468b6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -157,7 +157,7 @@ "react-leaflet-cluster": "^3.1.1", "react-markdown": "^9.0.1", "react-photo-album": "^3.4.0", - "react-qr-code": "^2.0.16", + "react-qr-code": "^2.0.21", "react-toastify": "^9.1.3", "remark-breaks": "^4.0.0", "tiptap-markdown": "^0.9.0", @@ -13309,9 +13309,9 @@ } }, "node_modules/react-qr-code": { - "version": "2.0.18", - "resolved": "https://registry.npmjs.org/react-qr-code/-/react-qr-code-2.0.18.tgz", - "integrity": "sha512-v1Jqz7urLMhkO6jkgJuBYhnqvXagzceg3qJUWayuCK/c6LTIonpWbwxR1f1APGd4xrW/QcQEovNrAojbUz65Tg==", + "version": "2.0.21", + "resolved": "https://registry.npmjs.org/react-qr-code/-/react-qr-code-2.0.21.tgz", + "integrity": "sha512-xaywjo0eaF4S3LOz6ns5eoPbM2E+q9HYl4VATYpxK4bBniOhQ9noY2RJ9G4SnZFhUwzx63FUT6KdHzfKgUwyuQ==", "license": "MIT", "dependencies": { "prop-types": "^15.8.1",