From 68e1daaa4e975be715f6a92f97754940232afc82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 03:24:45 +0000 Subject: [PATCH] Bump react-photo-album from 3.6.0 to 3.6.1 Bumps [react-photo-album](https://github.com/igordanchenko/react-photo-album) from 3.6.0 to 3.6.1. - [Release notes](https://github.com/igordanchenko/react-photo-album/releases) - [Changelog](https://github.com/igordanchenko/react-photo-album/blob/main/CHANGELOG.md) - [Commits](https://github.com/igordanchenko/react-photo-album/compare/v3.6.0...v3.6.1) --- updated-dependencies: - dependency-name: react-photo-album dependency-version: 3.6.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index b100f98..1c10613 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "react": "^19.0.0", "react-dom": "^19.0.0", "react-leaflet": "^5.0.0", - "react-photo-album": "^3.6.0", + "react-photo-album": "^3.6.1", "react-slick": "^0.31.0", "slick-carousel": "^1.8.1", "yet-another-react-lightbox": "^3.32.0" @@ -20144,9 +20144,9 @@ } }, "node_modules/react-photo-album": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/react-photo-album/-/react-photo-album-3.6.0.tgz", - "integrity": "sha512-W9NgI+0XxOYF/FLQJ/ZiKsizNQtGtgDdiFgojmTmpBKDGeGiWKfSzmbw3v9WAqzimPeiFJ2sEb9DO0nHRHP/OA==", + "version": "3.6.1", + "resolved": "https://registry.npmjs.org/react-photo-album/-/react-photo-album-3.6.1.tgz", + "integrity": "sha512-m4pTIpgEpdAJgRnf3DfISHfIHMjJkouWJdKUyGy9UaFBBePv1kolqKTzAmZrfQcoZBVfT/g9vvcc39o1RfwZgA==", "license": "MIT", "engines": { "node": ">=18" diff --git a/package.json b/package.json index d92f0ba..0c67c73 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "react": "^19.0.0", "react-dom": "^19.0.0", "react-leaflet": "^5.0.0", - "react-photo-album": "^3.6.0", + "react-photo-album": "^3.6.1", "react-slick": "^0.31.0", "slick-carousel": "^1.8.1", "yet-another-react-lightbox": "^3.32.0"