From 2bf090ea4cd855037f24a05814659f57a3dbc34c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Jul 2023 03:21:14 +0000 Subject: [PATCH] build(deps): bump react-select from 5.7.2 to 5.7.4 Bumps [react-select](https://github.com/JedWatson/react-select) from 5.7.2 to 5.7.4. - [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.2...react-select@5.7.4) --- updated-dependencies: - dependency-name: react-select dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9c98c4b..95dd3f2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "react-bootstrap": "^2.5.0", "react-dom": "^18.2.0", "react-router-dom": "^5.3.0", - "react-select": "^5.7.2", + "react-select": "^5.7.4", "react-table": "^7.8.0" }, "devDependencies": { @@ -13395,9 +13395,9 @@ } }, "node_modules/react-select": { - "version": "5.7.2", - "resolved": "https://registry.npmjs.org/react-select/-/react-select-5.7.2.tgz", - "integrity": "sha512-cTlJkQ8YjV6T/js8wW0owTzht0hHGABh29vjLscY4HfZGkv7hc3FFTmRp9NzY/Ib1uQ36GieAKEjxpHdpCFpcA==", + "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==", "dependencies": { "@babel/runtime": "^7.12.0", "@emotion/cache": "^11.4.0", @@ -26134,9 +26134,9 @@ } }, "react-select": { - "version": "5.7.2", - "resolved": "https://registry.npmjs.org/react-select/-/react-select-5.7.2.tgz", - "integrity": "sha512-cTlJkQ8YjV6T/js8wW0owTzht0hHGABh29vjLscY4HfZGkv7hc3FFTmRp9NzY/Ib1uQ36GieAKEjxpHdpCFpcA==", + "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==", "requires": { "@babel/runtime": "^7.12.0", "@emotion/cache": "^11.4.0", diff --git a/package.json b/package.json index 8ae202a..66eba0f 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "react-bootstrap": "^2.5.0", "react-dom": "^18.2.0", "react-router-dom": "^5.3.0", - "react-select": "^5.7.2", + "react-select": "^5.7.4", "react-table": "^7.8.0" }, "scripts": {