From a268a2014549cc67361a2510379e4c5f85c8603a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Apr 2023 05:24:08 +0000 Subject: [PATCH] Bump yet-another-react-lightbox from 2.6.2 to 3.3.0 Bumps [yet-another-react-lightbox](https://github.com/igordanchenko/yet-another-react-lightbox) from 2.6.2 to 3.3.0. - [Release notes](https://github.com/igordanchenko/yet-another-react-lightbox/releases) - [Changelog](https://github.com/igordanchenko/yet-another-react-lightbox/blob/main/CHANGELOG.md) - [Commits](https://github.com/igordanchenko/yet-another-react-lightbox/compare/v2.6.2...v3.3.0) --- updated-dependencies: - dependency-name: yet-another-react-lightbox dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index b158f4b..38f67e2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "react-dom": "18.2.0", "react-photo-album": "^2.0.3", "typescript": "5.0.3", - "yet-another-react-lightbox": "^2.6.2" + "yet-another-react-lightbox": "^3.3.0" }, "devDependencies": { "autoprefixer": "^10.4.13", @@ -3994,9 +3994,9 @@ } }, "node_modules/yet-another-react-lightbox": { - "version": "2.6.2", - "resolved": "https://registry.npmjs.org/yet-another-react-lightbox/-/yet-another-react-lightbox-2.6.2.tgz", - "integrity": "sha512-P03quWhfmmqvgraMPxJybiwlwtCnHeO1oCDjJoyDIU/mif0AzJQR1ZAYMCAgNdV1jrJNovDfN3LjWP5L5QzmyA==", + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/yet-another-react-lightbox/-/yet-another-react-lightbox-3.3.0.tgz", + "integrity": "sha512-mZf8taBlnX3RqTetlvNx6LCHszPmvRapIO4IGN7067mA/9TLXu6yRWFjXLEgPbMUawZ70hP/Ql3Cf/vMw23B2A==", "engines": { "node": ">=14" }, @@ -6646,9 +6646,9 @@ "dev": true }, "yet-another-react-lightbox": { - "version": "2.6.2", - "resolved": "https://registry.npmjs.org/yet-another-react-lightbox/-/yet-another-react-lightbox-2.6.2.tgz", - "integrity": "sha512-P03quWhfmmqvgraMPxJybiwlwtCnHeO1oCDjJoyDIU/mif0AzJQR1ZAYMCAgNdV1jrJNovDfN3LjWP5L5QzmyA==", + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/yet-another-react-lightbox/-/yet-another-react-lightbox-3.3.0.tgz", + "integrity": "sha512-mZf8taBlnX3RqTetlvNx6LCHszPmvRapIO4IGN7067mA/9TLXu6yRWFjXLEgPbMUawZ70hP/Ql3Cf/vMw23B2A==", "requires": {} }, "yocto-queue": { diff --git a/package.json b/package.json index 987c879..f5b25d5 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "react-dom": "18.2.0", "react-photo-album": "^2.0.3", "typescript": "5.0.3", - "yet-another-react-lightbox": "^2.6.2" + "yet-another-react-lightbox": "^3.3.0" }, "devDependencies": { "autoprefixer": "^10.4.13",