From 7950fd976952c320392b580b0726d5db18ddfc16 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Dec 2023 05:33:48 +0000 Subject: [PATCH] Bump react-image-crop from 11.0.1 to 11.0.2 Bumps [react-image-crop](https://github.com/DominicTobias/react-image-crop) from 11.0.1 to 11.0.2. - [Release notes](https://github.com/DominicTobias/react-image-crop/releases) - [Commits](https://github.com/DominicTobias/react-image-crop/compare/11.0.1...11.0.2) --- updated-dependencies: - dependency-name: react-image-crop dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 714c913306..6a90ff0abc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14160,9 +14160,9 @@ "integrity": "sha512-JZfH47qTsslwaAsqbMI3Q6HNNjUuq6Cmzzww50TdP5Esb6e1y2sK2UAaZZuzfAzpoI2AkxoPQapZdlDuP6Vlsw==" }, "node_modules/react-image-crop": { - "version": "11.0.1", - "resolved": "https://registry.npmjs.org/react-image-crop/-/react-image-crop-11.0.1.tgz", - "integrity": "sha512-rPXi9iJWoSZP0RWNhevoyAHvNz2ZElQilWE89AWXXRM9MKQUws5J9D0gfpuDOJBtUocirbWUyDcdNPAggP2AYQ==", + "version": "11.0.2", + "resolved": "https://registry.npmjs.org/react-image-crop/-/react-image-crop-11.0.2.tgz", + "integrity": "sha512-qKKGf47ZkE0v+uInpE7SfD6pnCje9Xa7ZcaLc0fA+VoBsAmidGOB8kBxIPZV1AS3teauLJzYtSbhYP0GjelUTg==", "peerDependencies": { "react": ">=16.13.1" } @@ -26626,9 +26626,9 @@ } }, "react-image-crop": { - "version": "11.0.1", - "resolved": "https://registry.npmjs.org/react-image-crop/-/react-image-crop-11.0.1.tgz", - "integrity": "sha512-rPXi9iJWoSZP0RWNhevoyAHvNz2ZElQilWE89AWXXRM9MKQUws5J9D0gfpuDOJBtUocirbWUyDcdNPAggP2AYQ==", + "version": "11.0.2", + "resolved": "https://registry.npmjs.org/react-image-crop/-/react-image-crop-11.0.2.tgz", + "integrity": "sha512-qKKGf47ZkE0v+uInpE7SfD6pnCje9Xa7ZcaLc0fA+VoBsAmidGOB8kBxIPZV1AS3teauLJzYtSbhYP0GjelUTg==", "requires": {} }, "react-infinite-scroller": {