From 5d094e071a39174ffe37ecc21215cecc43bad61e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Nov 2022 21:05:32 +0000 Subject: [PATCH] Bump react-select from 2.4.4 to 5.6.1 in /trade/web Bumps [react-select](https://github.com/JedWatson/react-select) from 2.4.4 to 5.6.1. - [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.6.1) --- 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..8dcd8769 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.6.1", "react-stockcharts": "^0.7.8", "react-tooltip": "^3.9.2" },