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",