From 4d70c945fb62fdec3f45130949aa87c93e9893a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Oct 2024 02:12:12 +0000 Subject: [PATCH] chore(deps): bump react-select from 5.8.0 to 5.8.1 Bumps [react-select](https://github.com/JedWatson/react-select) from 5.8.0 to 5.8.1. - [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.0...react-select@5.8.1) --- updated-dependencies: - dependency-name: react-select dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index bb556027..f01fe042 100644 --- a/package-lock.json +++ b/package-lock.json @@ -36,7 +36,7 @@ "react-i18next": "^15.0.1", "react-redux": "^9.1.2", "react-router-dom": "^6.26.2", - "react-select": "^5.8.0", + "react-select": "^5.8.1", "systeminformation": "^5.23.5", "throttle-debounce": "^5.0.2", "tiny-typed-emitter": "^2.1.0", @@ -18922,9 +18922,9 @@ } }, "node_modules/react-select": { - "version": "5.8.0", - "resolved": "https://registry.npmjs.org/react-select/-/react-select-5.8.0.tgz", - "integrity": "sha512-TfjLDo58XrhP6VG5M/Mi56Us0Yt8X7xD6cDybC7yoRMUNm7BGO7qk8J0TLQOua/prb8vUOtsfnXZwfm30HGsAA==", + "version": "5.8.1", + "resolved": "https://registry.npmjs.org/react-select/-/react-select-5.8.1.tgz", + "integrity": "sha512-RT1CJmuc+ejqm5MPgzyZujqDskdvB9a9ZqrdnVLsvAHjJ3Tj0hELnLeVPQlmYdVKCdCpxanepl6z7R5KhXhWzg==", "dependencies": { "@babel/runtime": "^7.12.0", "@emotion/cache": "^11.4.0", diff --git a/package.json b/package.json index 6e7ed318..c56c8a34 100644 --- a/package.json +++ b/package.json @@ -110,7 +110,7 @@ "react-i18next": "^15.0.1", "react-redux": "^9.1.2", "react-router-dom": "^6.26.2", - "react-select": "^5.8.0", + "react-select": "^5.8.1", "systeminformation": "^5.23.5", "throttle-debounce": "^5.0.2", "tiny-typed-emitter": "^2.1.0",