From a89f5944dc9a089aefab179eb92f654982ac8c2a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 May 2023 07:21:49 +0200 Subject: [PATCH] Bump react-photo-album from 2.0.3 to 2.2.2 (#13293) Bumps [react-photo-album](https://github.com/igordanchenko/react-photo-album) from 2.0.3 to 2.2.2. - [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/v2.0.3...v2.2.2) --- updated-dependencies: - dependency-name: react-photo-album dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 8 ++++---- packages/story-editor/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 04e22dd1f9f6..b7cae0644881 100644 --- a/package-lock.json +++ b/package-lock.json @@ -35128,9 +35128,9 @@ } }, "node_modules/react-photo-album": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/react-photo-album/-/react-photo-album-2.0.3.tgz", - "integrity": "sha512-LI3Ttg6BF/MtMVeaSAGaSxFJ6ihN+vxPHF1yb8Y/5y785Fpz1akzsG5Ti9/r9oYnL5XRNOuWC/OKGMZzLociGg==", + "version": "2.2.2", + "resolved": "https://registry.npmjs.org/react-photo-album/-/react-photo-album-2.2.2.tgz", + "integrity": "sha512-UYtfJCUBNgrXVG50tVzXYStOY/Tljqzo/tPFQqm/qldm6Vr2STrxEMfGdc+7KCpBK7X111Y8ceKEWNaS8T+oGA==", "engines": { "node": ">=12" }, @@ -43284,7 +43284,7 @@ "prop-types": "^15.8.1", "react-blurhash": "^0.3.0", "react-calendar": "^4.2.1", - "react-photo-album": "^2.0.3", + "react-photo-album": "^2.2.2", "react-transition-group": "^4.4.5", "react-virtual": "^2.10.4", "remove-accents": "^0.4.4", diff --git a/packages/story-editor/package.json b/packages/story-editor/package.json index 9873e499fe23..6394abf91b06 100644 --- a/packages/story-editor/package.json +++ b/packages/story-editor/package.json @@ -78,7 +78,7 @@ "prop-types": "^15.8.1", "react-blurhash": "^0.3.0", "react-calendar": "^4.2.1", - "react-photo-album": "^2.0.3", + "react-photo-album": "^2.2.2", "react-transition-group": "^4.4.5", "react-virtual": "^2.10.4", "remove-accents": "^0.4.4",