From 4dcfd081d744df9b36364c2797c13564ac9faf9b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 May 2023 18:38:21 +0000 Subject: [PATCH] chore(deps): bump react-select from 5.7.2 to 5.7.3 in /ui Bumps [react-select](https://github.com/JedWatson/react-select) from 5.7.2 to 5.7.3. - [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.7.2...react-select@5.7.3) --- updated-dependencies: - dependency-name: react-select dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- ui/package-lock.json | 8 ++++---- ui/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ui/package-lock.json b/ui/package-lock.json index 022554b04..95af40c83 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -47,7 +47,7 @@ "react-linkify": "0.2.2", "react-media-hook": "0.5.0", "react-range": "1.8.14", - "react-select": "5.7.2", + "react-select": "5.7.3", "react-transition-group": "4.4.5", "typeface-open-sans": "1.1.13" }, @@ -31220,9 +31220,9 @@ "dev": true }, "node_modules/react-select": { - "version": "5.7.2", - "resolved": "https://registry.npmjs.org/react-select/-/react-select-5.7.2.tgz", - "integrity": "sha512-cTlJkQ8YjV6T/js8wW0owTzht0hHGABh29vjLscY4HfZGkv7hc3FFTmRp9NzY/Ib1uQ36GieAKEjxpHdpCFpcA==", + "version": "5.7.3", + "resolved": "https://registry.npmjs.org/react-select/-/react-select-5.7.3.tgz", + "integrity": "sha512-z8i3NCuFFWL3w27xq92rBkVI2onT0jzIIPe480HlBjXJ3b5o6Q+Clp4ydyeKrj9DZZ3lrjawwLC5NGl0FSvUDg==", "dependencies": { "@babel/runtime": "^7.12.0", "@emotion/cache": "^11.4.0", diff --git a/ui/package.json b/ui/package.json index c9c5ab3d7..f81357694 100644 --- a/ui/package.json +++ b/ui/package.json @@ -46,7 +46,7 @@ "react-linkify": "0.2.2", "react-media-hook": "0.5.0", "react-range": "1.8.14", - "react-select": "5.7.2", + "react-select": "5.7.3", "react-transition-group": "4.4.5", "typeface-open-sans": "1.1.13" },