From 653df0ee7eb5c5d06e254993d941be9c66002af8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 04:13:53 +0000 Subject: [PATCH] Bump react-select from 5.8.2 to 5.8.3 Bumps [react-select](https://github.com/JedWatson/react-select) from 5.8.2 to 5.8.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.8.2...react-select@5.8.3) --- updated-dependencies: - dependency-name: react-select dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 57eee8231..61c480714 100644 --- a/package-lock.json +++ b/package-lock.json @@ -40,7 +40,7 @@ "react-player": "git+https://arnei@github.com/Arnei/react-player.git#b441d7aafe9b98745318103d9c93872a3ffc5da9", "react-redux": "^9.1.2", "react-resizable": "^3.0.5", - "react-select": "^5.8.2", + "react-select": "^5.8.3", "react-virtualized-auto-sizer": "^1.0.24", "react-window": "^1.8.10", "redux": "^5.0.1", @@ -5062,9 +5062,10 @@ } }, "node_modules/react-select": { - "version": "5.8.2", - "resolved": "https://registry.npmjs.org/react-select/-/react-select-5.8.2.tgz", - "integrity": "sha512-a/LkOckoI62710gGPQSQqUp7A10fGbH/ya3/IR49qaq3XoBvwymgD5mJgtiHxBDsutyEQfdKNycWVh8Cg8UCjw==", + "version": "5.8.3", + "resolved": "https://registry.npmjs.org/react-select/-/react-select-5.8.3.tgz", + "integrity": "sha512-lVswnIq8/iTj1db7XCG74M/3fbGB6ZaluCzvwPGT5ZOjCdL/k0CLWhEK0vCBLuU5bHTEf6Gj8jtSvi+3v+tO1w==", + "license": "MIT", "dependencies": { "@babel/runtime": "^7.12.0", "@emotion/cache": "^11.4.0", diff --git a/package.json b/package.json index c324b60fb..eefd33117 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "react-player": "git+https://arnei@github.com/Arnei/react-player.git#b441d7aafe9b98745318103d9c93872a3ffc5da9", "react-redux": "^9.1.2", "react-resizable": "^3.0.5", - "react-select": "^5.8.2", + "react-select": "^5.8.3", "react-virtualized-auto-sizer": "^1.0.24", "react-window": "^1.8.10", "redux": "^5.0.1",