From 4b43264a5b9ea370c07ddf7246c45844ecd60284 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 29 Oct 2022 11:57:47 +0000 Subject: [PATCH] chore(deps): bump react-select from 5.5.4 to 5.5.7 in /ui Bumps [react-select](https://github.com/JedWatson/react-select) from 5.5.4 to 5.5.7. - [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.5.4...react-select@5.5.7) --- 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 | 14 +++++++------- ui/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/ui/package-lock.json b/ui/package-lock.json index d2b40e5c5..cc09b8224 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.5.4", + "react-select": "5.5.7", "react-transition-group": "4.4.5", "typeface-open-sans": "1.1.13" }, @@ -30337,9 +30337,9 @@ } }, "node_modules/react-select": { - "version": "5.5.4", - "resolved": "https://registry.npmjs.org/react-select/-/react-select-5.5.4.tgz", - "integrity": "sha512-lyr19joBUm/CNJgjZMBSnFvJ/MeHCmBYvQ050qYAP3EPa7Oenlnx9guhU+SW0goYgxLQyqwRvkFllQpFAp8tmQ==", + "version": "5.5.7", + "resolved": "https://registry.npmjs.org/react-select/-/react-select-5.5.7.tgz", + "integrity": "sha512-izQBXNhTPqXDw4gxzTbc9aLII4tCJ2pdMm6l/WVzKhfHm3RLErheqDNgeenU0XxzqbwT9swYO4CAYk5IzqLlYw==", "dependencies": { "@babel/runtime": "^7.12.0", "@emotion/cache": "^11.4.0", @@ -58777,9 +58777,9 @@ } }, "react-select": { - "version": "5.5.4", - "resolved": "https://registry.npmjs.org/react-select/-/react-select-5.5.4.tgz", - "integrity": "sha512-lyr19joBUm/CNJgjZMBSnFvJ/MeHCmBYvQ050qYAP3EPa7Oenlnx9guhU+SW0goYgxLQyqwRvkFllQpFAp8tmQ==", + "version": "5.5.7", + "resolved": "https://registry.npmjs.org/react-select/-/react-select-5.5.7.tgz", + "integrity": "sha512-izQBXNhTPqXDw4gxzTbc9aLII4tCJ2pdMm6l/WVzKhfHm3RLErheqDNgeenU0XxzqbwT9swYO4CAYk5IzqLlYw==", "requires": { "@babel/runtime": "^7.12.0", "@emotion/cache": "^11.4.0", diff --git a/ui/package.json b/ui/package.json index 7fe3c9dab..642bcb8bb 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.5.4", + "react-select": "5.5.7", "react-transition-group": "4.4.5", "typeface-open-sans": "1.1.13" },