From a2d1fa34d94ff6e9388b1282702e8ea27bf7a59c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Dec 2022 21:00:49 +0000 Subject: [PATCH] Bump react-select from 2.4.4 to 5.7.0 in /trade/web Bumps [react-select](https://github.com/JedWatson/react-select) from 2.4.4 to 5.7.0. - [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/v2.4.4...react-select@5.7.0) --- updated-dependencies: - dependency-name: react-select dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- trade/web/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trade/web/package.json b/trade/web/package.json index 52c1b451..400f0463 100644 --- a/trade/web/package.json +++ b/trade/web/package.json @@ -12,7 +12,7 @@ "react-dom": "^16.7.0", "react-number-format": "^4.0.6", "react-scripts": "2.1.3", - "react-select": "^2.3.0", + "react-select": "^5.7.0", "react-stockcharts": "^0.7.8", "react-tooltip": "^3.9.2" },