Merge pull request #117 from batuhan-basoglu/dependabot/npm_and_yarn/react-select-5.7.4

Bump react-select from 5.7.3 to 5.7.4
This commit is contained in:
Batuhan Berk Başoğlu 2023-07-28 06:48:52 +00:00 committed by GitHub
commit a8ca74315e
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-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",

View file

@ -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",