From e27cfa0781aa24f9af3f31493aae5824e875dadd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Mar 2021 11:01:56 +0000 Subject: [PATCH] chore:(deps): bump react-select from 4.2.1 to 4.3.0 in /explorer (#16268) Bumps [react-select](https://github.com/JedWatson/react-select) from 4.2.1 to 4.3.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/react-select@4.2.1...react-select@4.3.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- explorer/package-lock.json | 12 ++++++------ explorer/package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/explorer/package-lock.json b/explorer/package-lock.json index 9705ac9a2a..3fa0ff77ab 100644 --- a/explorer/package-lock.json +++ b/explorer/package-lock.json @@ -15866,9 +15866,9 @@ } }, "react-select": { - "version": "4.2.1", - "resolved": "https://registry.npmjs.org/react-select/-/react-select-4.2.1.tgz", - "integrity": "sha512-JwwZjsR10AD5RXmx4iEkN0Ndim/uSaQ8j8cxMwOg8SJFeyXwu/m+sdSQ0ds0AWFm7hhXG9kusC3CQ/s4UNcOIg==", + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/react-select/-/react-select-4.3.0.tgz", + "integrity": "sha512-SBPD1a3TJqE9zoI/jfOLCAoLr/neluaeokjOixr3zZ1vHezkom8K0A9J4QG9IWDqIDE9K/Mv+0y1GjidC2PDtQ==", "requires": { "@babel/runtime": "^7.12.0", "@emotion/cache": "^11.0.0", @@ -17742,9 +17742,9 @@ } }, "stylis": { - "version": "4.0.7", - "resolved": "https://registry.npmjs.org/stylis/-/stylis-4.0.7.tgz", - "integrity": "sha512-OFFeUXFgwnGOKvEXaSv0D0KQ5ADP0n6g3SVONx6I/85JzNZ3u50FRwB3lVIk1QO2HNdI75tbVzc4Z66Gdp9voA==" + "version": "4.0.9", + "resolved": "https://registry.npmjs.org/stylis/-/stylis-4.0.9.tgz", + "integrity": "sha512-ci7pEFNVW3YJiWEzqPOMsAjY6kgraZ3ZgBfQ5HYbNtLJEsQ0G46ejWZpfSSCp/FaSiCSGGhzL9O2lN+2cB6ong==" }, "superstruct": { "version": "0.14.2", diff --git a/explorer/package.json b/explorer/package.json index 934aa13e87..0b91e2ea1e 100644 --- a/explorer/package.json +++ b/explorer/package.json @@ -41,7 +41,7 @@ "react-dom": "^17.0.1", "react-router-dom": "^5.2.0", "react-scripts": "^4.0.3", - "react-select": "^4.2.1", + "react-select": "^4.3.0", "superstruct": "^0.14.2", "typescript": "^4.2.3" },