From 2939aa789157e5785cfcb8cce26a61eeee142eb5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 19:01:06 +0000 Subject: [PATCH] Bump react-select from 5.7.4 to 5.7.7 in /frontend Bumps [react-select](https://github.com/JedWatson/react-select) from 5.7.4 to 5.7.7. - [Release notes](https://github.com/JedWatson/react-select/releases) - [Changelog](https://github.com/JedWatson/react-select/blob/master/docs/CHANGELOG.md) - [Commits](https://github.com/JedWatson/react-select/compare/react-select@5.7.4...react-select@5.7.7) --- updated-dependencies: - dependency-name: react-select dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- frontend/package-lock.json | 8 ++++---- frontend/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 7e24839fa0..b659bb64c4 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -49,7 +49,7 @@ "react-redux": "8.1.2", "react-router-dom": "6.16.0", "react-scripts": "5.0.1", - "react-select": "5.7.4", + "react-select": "5.7.7", "react-toastify": "9.1.3", "redux": "4.2.1", "redux-persist": "6.0.0", @@ -21747,9 +21747,9 @@ } }, "node_modules/react-select": { - "version": "5.7.4", - "resolved": "https://registry.npmjs.org/react-select/-/react-select-5.7.4.tgz", - "integrity": "sha512-NhuE56X+p9QDFh4BgeygHFIvJJszO1i1KSkg/JPcIJrbovyRtI+GuOEa4XzFCEpZRAEoEI8u/cAHK+jG/PgUzQ==", + "version": "5.7.7", + "resolved": "https://registry.npmjs.org/react-select/-/react-select-5.7.7.tgz", + "integrity": "sha512-HhashZZJDRlfF/AKj0a0Lnfs3sRdw/46VJIRd8IbB9/Ovr74+ZIwkAdSBjSPXsFMG+u72c5xShqwLSKIJllzqw==", "dependencies": { "@babel/runtime": "^7.12.0", "@emotion/cache": "^11.4.0", diff --git a/frontend/package.json b/frontend/package.json index a5a0336c1b..ecad55b81c 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -69,7 +69,7 @@ "react-redux": "8.1.2", "react-router-dom": "6.16.0", "react-scripts": "5.0.1", - "react-select": "5.7.4", + "react-select": "5.7.7", "react-toastify": "9.1.3", "redux": "4.2.1", "redux-persist": "6.0.0",