Merge pull request #57 from Arctichawk1/dependabot/npm_and_yarn/use-places-autocomplete-4.0.0

Bump use-places-autocomplete from 1.9.1 to 4.0.0
This commit is contained in:
Batuhan Berk Başoğlu 2023-05-28 23:22:48 -04:00 committed by GitHub
commit 4681e3e11a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 8 deletions

18
package-lock.json generated
View file

@ -45,7 +45,7 @@
"react-select": "^4.3.0", "react-select": "^4.3.0",
"reactstrap": "^9.1.10", "reactstrap": "^9.1.10",
"spectre.css": "^0.5.9", "spectre.css": "^0.5.9",
"use-places-autocomplete": "^1.3.5", "use-places-autocomplete": "^4.0.0",
"web-vitals": "^1.1.1", "web-vitals": "^1.1.1",
"yup": "^0.32.9" "yup": "^0.32.9"
}, },
@ -19164,9 +19164,12 @@
} }
}, },
"node_modules/use-places-autocomplete": { "node_modules/use-places-autocomplete": {
"version": "1.9.1", "version": "4.0.0",
"resolved": "https://registry.npmjs.org/use-places-autocomplete/-/use-places-autocomplete-1.9.1.tgz", "resolved": "https://registry.npmjs.org/use-places-autocomplete/-/use-places-autocomplete-4.0.0.tgz",
"integrity": "sha512-ZIkCob6qFBT5kP5wvtiDHV2Dw+DjlVSOj8RoM0XRkDB95PPQzICTjWHOhe4ClY0gO2Nq1bFG5K2WfIYYlIYtfg==" "integrity": "sha512-w8jdm1iT3WXN0DPXtgyccJoBlAk/UetCMg466B2pBiWNBfvAIxdRoU6Gt4CzW11rWWuzpqnMG5hLxUOKSZBSgw==",
"peerDependencies": {
"react": ">= 16.8.0"
}
}, },
"node_modules/util": { "node_modules/util": {
"version": "0.11.1", "version": "0.11.1",
@ -37234,9 +37237,10 @@
"integrity": "sha512-cwESVXlO3url9YWlFW/TA9cshCEhtu7IKJ/p5soJ/gGpj7vbvFrAY/eIioQ6Dw23KjZhYgiIo8HOs1nQ2vr/oQ==" "integrity": "sha512-cwESVXlO3url9YWlFW/TA9cshCEhtu7IKJ/p5soJ/gGpj7vbvFrAY/eIioQ6Dw23KjZhYgiIo8HOs1nQ2vr/oQ=="
}, },
"use-places-autocomplete": { "use-places-autocomplete": {
"version": "1.9.1", "version": "4.0.0",
"resolved": "https://registry.npmjs.org/use-places-autocomplete/-/use-places-autocomplete-1.9.1.tgz", "resolved": "https://registry.npmjs.org/use-places-autocomplete/-/use-places-autocomplete-4.0.0.tgz",
"integrity": "sha512-ZIkCob6qFBT5kP5wvtiDHV2Dw+DjlVSOj8RoM0XRkDB95PPQzICTjWHOhe4ClY0gO2Nq1bFG5K2WfIYYlIYtfg==" "integrity": "sha512-w8jdm1iT3WXN0DPXtgyccJoBlAk/UetCMg466B2pBiWNBfvAIxdRoU6Gt4CzW11rWWuzpqnMG5hLxUOKSZBSgw==",
"requires": {}
}, },
"util": { "util": {
"version": "0.11.1", "version": "0.11.1",

View file

@ -39,7 +39,7 @@
"react-select": "^4.3.0", "react-select": "^4.3.0",
"reactstrap": "^9.1.10", "reactstrap": "^9.1.10",
"spectre.css": "^0.5.9", "spectre.css": "^0.5.9",
"use-places-autocomplete": "^1.3.5", "use-places-autocomplete": "^4.0.0",
"web-vitals": "^1.1.1", "web-vitals": "^1.1.1",
"yup": "^0.32.9" "yup": "^0.32.9"
}, },