From 2b99a1eccd06f4cf97918aed3a73e3eb9e3c4385 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 04:39:09 +0000 Subject: [PATCH] Bump react-simple-captcha from 9.0.1 to 9.3.1 in /client Bumps [react-simple-captcha](https://github.com/masroorejaz/react-simple-captcha) from 9.0.1 to 9.3.1. - [Commits](https://github.com/masroorejaz/react-simple-captcha/commits) --- updated-dependencies: - dependency-name: react-simple-captcha dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- client/package-lock.json | 14 +++++++------- client/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/client/package-lock.json b/client/package-lock.json index 3c2d1e0..50b06b8 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -26,7 +26,7 @@ "react-dom": "^18.2.0", "react-router-dom": "^6.3.0", "react-scripts": "5.0.1", - "react-simple-captcha": "^9.0.1", + "react-simple-captcha": "^9.3.1", "react-swipeable-views-react-18-fix": "^0.14.1", "web-vitals": "^2.1.4" } @@ -14911,9 +14911,9 @@ } }, "node_modules/react-simple-captcha": { - "version": "9.0.1", - "resolved": "https://registry.npmjs.org/react-simple-captcha/-/react-simple-captcha-9.0.1.tgz", - "integrity": "sha512-LD9DOV1OqK63/1Q2EuzlqHVRUgtEYd9FjZFZhTZPkKXMlmwr5bcOvwKlmZ52YSe6hL+YpLZn8OS8Ul0+sxJJDA==", + "version": "9.3.1", + "resolved": "https://registry.npmjs.org/react-simple-captcha/-/react-simple-captcha-9.3.1.tgz", + "integrity": "sha512-pQ/WKjXns9ukhjjbaSZhl2P0QygHs50N9hxMmPAiFMh+0xXt2AocvSsEe24LyW/eOzOso+2Ifiuym/TZMyYDsA==", "dependencies": { "react-html-parser": "^2.0.2" }, @@ -28243,9 +28243,9 @@ } }, "react-simple-captcha": { - "version": "9.0.1", - "resolved": "https://registry.npmjs.org/react-simple-captcha/-/react-simple-captcha-9.0.1.tgz", - "integrity": "sha512-LD9DOV1OqK63/1Q2EuzlqHVRUgtEYd9FjZFZhTZPkKXMlmwr5bcOvwKlmZ52YSe6hL+YpLZn8OS8Ul0+sxJJDA==", + "version": "9.3.1", + "resolved": "https://registry.npmjs.org/react-simple-captcha/-/react-simple-captcha-9.3.1.tgz", + "integrity": "sha512-pQ/WKjXns9ukhjjbaSZhl2P0QygHs50N9hxMmPAiFMh+0xXt2AocvSsEe24LyW/eOzOso+2Ifiuym/TZMyYDsA==", "requires": { "react-html-parser": "^2.0.2" }, diff --git a/client/package.json b/client/package.json index 3b44cd7..f479a5c 100644 --- a/client/package.json +++ b/client/package.json @@ -21,7 +21,7 @@ "react-dom": "^18.2.0", "react-router-dom": "^6.3.0", "react-scripts": "5.0.1", - "react-simple-captcha": "^9.0.1", + "react-simple-captcha": "^9.3.1", "react-swipeable-views-react-18-fix": "^0.14.1", "web-vitals": "^2.1.4" },