From b8743dd0447bccf6269c114e1e3ef8fe1996deb9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Mar 2023 07:07:31 +0000 Subject: [PATCH] Bump react-select from 5.6.1 to 5.7.2 in /webapp Bumps [react-select](https://github.com/JedWatson/react-select) from 5.6.1 to 5.7.2. - [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.6.1...react-select@5.7.2) --- updated-dependencies: - dependency-name: react-select dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- webapp/package-lock.json | 14 +++++++------- webapp/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/webapp/package-lock.json b/webapp/package-lock.json index 23242a331..0152058e1 100644 --- a/webapp/package-lock.json +++ b/webapp/package-lock.json @@ -44,7 +44,7 @@ "react-minimal-pie-chart": "^8.4.0", "react-router-dom": "^6.4.3", "react-scripts": "^5.0.1", - "react-select": "^5.6.1", + "react-select": "^5.7.2", "react-spinners": "^0.13.6", "web-vitals": "^3.0.4", "web3": "^1.8.1" @@ -16708,9 +16708,9 @@ } }, "node_modules/react-select": { - "version": "5.6.1", - "resolved": "https://registry.npmjs.org/react-select/-/react-select-5.6.1.tgz", - "integrity": "sha512-dYNRswtxUHW+F1Sc0HnxO5ryecPIAsG0+Cwyq5EIXZJBxCxUG2hFfQz41tc++30/2ISuuPglDikc4hEb4NsiuA==", + "version": "5.7.2", + "resolved": "https://registry.npmjs.org/react-select/-/react-select-5.7.2.tgz", + "integrity": "sha512-cTlJkQ8YjV6T/js8wW0owTzht0hHGABh29vjLscY4HfZGkv7hc3FFTmRp9NzY/Ib1uQ36GieAKEjxpHdpCFpcA==", "dependencies": { "@babel/runtime": "^7.12.0", "@emotion/cache": "^11.4.0", @@ -33097,9 +33097,9 @@ } }, "react-select": { - "version": "5.6.1", - "resolved": "https://registry.npmjs.org/react-select/-/react-select-5.6.1.tgz", - "integrity": "sha512-dYNRswtxUHW+F1Sc0HnxO5ryecPIAsG0+Cwyq5EIXZJBxCxUG2hFfQz41tc++30/2ISuuPglDikc4hEb4NsiuA==", + "version": "5.7.2", + "resolved": "https://registry.npmjs.org/react-select/-/react-select-5.7.2.tgz", + "integrity": "sha512-cTlJkQ8YjV6T/js8wW0owTzht0hHGABh29vjLscY4HfZGkv7hc3FFTmRp9NzY/Ib1uQ36GieAKEjxpHdpCFpcA==", "requires": { "@babel/runtime": "^7.12.0", "@emotion/cache": "^11.4.0", diff --git a/webapp/package.json b/webapp/package.json index b774ba52d..3758433e8 100644 --- a/webapp/package.json +++ b/webapp/package.json @@ -39,7 +39,7 @@ "react-minimal-pie-chart": "^8.4.0", "react-router-dom": "^6.4.3", "react-scripts": "^5.0.1", - "react-select": "^5.6.1", + "react-select": "^5.7.2", "react-spinners": "^0.13.6", "web-vitals": "^3.0.4", "web3": "^1.8.1"