From dad2c9c3af63576b9d40b484abb4c79d60b598d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jul 2023 02:14:56 +0000 Subject: [PATCH] Bump react-select from 5.7.3 to 5.7.4 Bumps [react-select](https://github.com/JedWatson/react-select) from 5.7.3 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.3...react-select@5.7.4) --- updated-dependencies: - dependency-name: react-select dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index be14720..0075d9e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -42,7 +42,7 @@ "react-i18next": "^13.0.1", "react-router-dom": "^6.14.1", "react-scripts": "5.0.1", - "react-select": "^5.7.3", + "react-select": "^5.7.4", "reactstrap": "^9.2.0", "spectre.css": "^0.5.9", "use-places-autocomplete": "^4.0.0", @@ -17469,9 +17469,9 @@ } }, "node_modules/react-select": { - "version": "5.7.3", - "resolved": "https://registry.npmjs.org/react-select/-/react-select-5.7.3.tgz", - "integrity": "sha512-z8i3NCuFFWL3w27xq92rBkVI2onT0jzIIPe480HlBjXJ3b5o6Q+Clp4ydyeKrj9DZZ3lrjawwLC5NGl0FSvUDg==", + "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==", "dependencies": { "@babel/runtime": "^7.12.0", "@emotion/cache": "^11.4.0", @@ -33266,9 +33266,9 @@ } }, "react-select": { - "version": "5.7.3", - "resolved": "https://registry.npmjs.org/react-select/-/react-select-5.7.3.tgz", - "integrity": "sha512-z8i3NCuFFWL3w27xq92rBkVI2onT0jzIIPe480HlBjXJ3b5o6Q+Clp4ydyeKrj9DZZ3lrjawwLC5NGl0FSvUDg==", + "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==", "requires": { "@babel/runtime": "^7.12.0", "@emotion/cache": "^11.4.0", diff --git a/package.json b/package.json index 854b9ea..04b9c0e 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "react-i18next": "^13.0.1", "react-router-dom": "^6.14.1", "react-scripts": "5.0.1", - "react-select": "^5.7.3", + "react-select": "^5.7.4", "reactstrap": "^9.2.0", "spectre.css": "^0.5.9", "use-places-autocomplete": "^4.0.0",