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:
parent
af632d4c2b
commit
dad2c9c3af
2 changed files with 8 additions and 8 deletions
14
package-lock.json
generated
14
package-lock.json
generated
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue