From ebb43c35b9636fca06cdd3f1762086e511fc4452 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Jan 2023 11:48:58 +0000 Subject: [PATCH] Bump react-select from 5.6.1 to 5.7.0 (#1839) Bumps [react-select](https://github.com/JedWatson/react-select) from 5.6.1 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/react-select@5.6.1...react-select@5.7.0) --- updated-dependencies: - dependency-name: react-select dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 6a2142114..675f19dcf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -42,7 +42,7 @@ "react-dotdotdot": "^1.3.1", "react-modal": "^3.16.1", "react-paginate": "^8.1.4", - "react-select": "^5.6.1", + "react-select": "^5.7.0", "react-spring": "^9.5.5", "react-tabs": "^5.1.0", "react-toastify": "^9.1.1", @@ -39519,9 +39519,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.0", + "resolved": "https://registry.npmjs.org/react-select/-/react-select-5.7.0.tgz", + "integrity": "sha512-lJGiMxCa3cqnUr2Jjtg9YHsaytiZqeNOKeibv6WF5zbK/fPegZ1hg3y/9P1RZVLhqBTs0PfqQLKuAACednYGhQ==", "dependencies": { "@babel/runtime": "^7.12.0", "@emotion/cache": "^11.4.0", @@ -77607,9 +77607,9 @@ "dev": true }, "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.0", + "resolved": "https://registry.npmjs.org/react-select/-/react-select-5.7.0.tgz", + "integrity": "sha512-lJGiMxCa3cqnUr2Jjtg9YHsaytiZqeNOKeibv6WF5zbK/fPegZ1hg3y/9P1RZVLhqBTs0PfqQLKuAACednYGhQ==", "requires": { "@babel/runtime": "^7.12.0", "@emotion/cache": "^11.4.0", diff --git a/package.json b/package.json index 04e74d8e1..04d5550ab 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "react-dotdotdot": "^1.3.1", "react-modal": "^3.16.1", "react-paginate": "^8.1.4", - "react-select": "^5.6.1", + "react-select": "^5.7.0", "react-spring": "^9.5.5", "react-tabs": "^5.1.0", "react-toastify": "^9.1.1",