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] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-07-17 02:14:56 +00:00 committed by GitHub
parent af632d4c2b
commit dad2c9c3af
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View file

@ -42,7 +42,7 @@
"react-i18next": "^13.0.1", "react-i18next": "^13.0.1",
"react-router-dom": "^6.14.1", "react-router-dom": "^6.14.1",
"react-scripts": "5.0.1", "react-scripts": "5.0.1",
"react-select": "^5.7.3", "react-select": "^5.7.4",
"reactstrap": "^9.2.0", "reactstrap": "^9.2.0",
"spectre.css": "^0.5.9", "spectre.css": "^0.5.9",
"use-places-autocomplete": "^4.0.0", "use-places-autocomplete": "^4.0.0",
@ -17469,9 +17469,9 @@
} }
}, },
"node_modules/react-select": { "node_modules/react-select": {
"version": "5.7.3", "version": "5.7.4",
"resolved": "https://registry.npmjs.org/react-select/-/react-select-5.7.3.tgz", "resolved": "https://registry.npmjs.org/react-select/-/react-select-5.7.4.tgz",
"integrity": "sha512-z8i3NCuFFWL3w27xq92rBkVI2onT0jzIIPe480HlBjXJ3b5o6Q+Clp4ydyeKrj9DZZ3lrjawwLC5NGl0FSvUDg==", "integrity": "sha512-NhuE56X+p9QDFh4BgeygHFIvJJszO1i1KSkg/JPcIJrbovyRtI+GuOEa4XzFCEpZRAEoEI8u/cAHK+jG/PgUzQ==",
"dependencies": { "dependencies": {
"@babel/runtime": "^7.12.0", "@babel/runtime": "^7.12.0",
"@emotion/cache": "^11.4.0", "@emotion/cache": "^11.4.0",
@ -33266,9 +33266,9 @@
} }
}, },
"react-select": { "react-select": {
"version": "5.7.3", "version": "5.7.4",
"resolved": "https://registry.npmjs.org/react-select/-/react-select-5.7.3.tgz", "resolved": "https://registry.npmjs.org/react-select/-/react-select-5.7.4.tgz",
"integrity": "sha512-z8i3NCuFFWL3w27xq92rBkVI2onT0jzIIPe480HlBjXJ3b5o6Q+Clp4ydyeKrj9DZZ3lrjawwLC5NGl0FSvUDg==", "integrity": "sha512-NhuE56X+p9QDFh4BgeygHFIvJJszO1i1KSkg/JPcIJrbovyRtI+GuOEa4XzFCEpZRAEoEI8u/cAHK+jG/PgUzQ==",
"requires": { "requires": {
"@babel/runtime": "^7.12.0", "@babel/runtime": "^7.12.0",
"@emotion/cache": "^11.4.0", "@emotion/cache": "^11.4.0",

View file

@ -36,7 +36,7 @@
"react-i18next": "^13.0.1", "react-i18next": "^13.0.1",
"react-router-dom": "^6.14.1", "react-router-dom": "^6.14.1",
"react-scripts": "5.0.1", "react-scripts": "5.0.1",
"react-select": "^5.7.3", "react-select": "^5.7.4",
"reactstrap": "^9.2.0", "reactstrap": "^9.2.0",
"spectre.css": "^0.5.9", "spectre.css": "^0.5.9",
"use-places-autocomplete": "^4.0.0", "use-places-autocomplete": "^4.0.0",