From f13946c3608f02617dec1b5cb73143031aad2aa2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Jul 2023 06:04:04 +0000 Subject: [PATCH] [DEPENDABOT]: Bump react-select from 5.7.2 to 5.7.4 Bumps [react-select](https://github.com/JedWatson/react-select) from 5.7.2 to 5.7.4. - [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.4) --- updated-dependencies: - dependency-name: react-select dependency-type: direct:development 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 543b8476..fec24d1a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -78,7 +78,7 @@ "react": "^17.0.2", "react-chartjs-2": "^5.2.0", "react-dom": "^17.0.2", - "react-select": "^5.7.2", + "react-select": "^5.7.4", "rtvjs": "^4.1.0", "run-script-os": "^1.1.6", "semver": "^7.5.0", @@ -16977,9 +16977,9 @@ } }, "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.4", + "resolved": "https://registry.npmjs.org/react-select/-/react-select-5.7.4.tgz", + "integrity": "sha512-NhuE56X+p9QDFh4BgeygHFIvJJszO1i1KSkg/JPcIJrbovyRtI+GuOEa4XzFCEpZRAEoEI8u/cAHK+jG/PgUzQ==", "dev": true, "dependencies": { "@babel/runtime": "^7.12.0", diff --git a/package.json b/package.json index e226c54f..bfff2b16 100644 --- a/package.json +++ b/package.json @@ -131,7 +131,7 @@ "react": "^17.0.2", "react-chartjs-2": "^5.2.0", "react-dom": "^17.0.2", - "react-select": "^5.7.2", + "react-select": "^5.7.4", "rtvjs": "^4.1.0", "run-script-os": "^1.1.6", "semver": "^7.5.0",