mirror of
https://github.com/immich-app/immich.git
synced 2024-11-28 09:33:27 +02:00
Bump local-reverse-geocoder to 0.15.2 / Fix Corrupted Reverse Geocoding CSV File (#2396)
* Bump local-reverse-geocoder to 0.15.1 * Bump to fixed release * Sync package.json with package-lock --------- Co-authored-by: Szymon Sakowicz <s.sakowicz@tidio.net>
This commit is contained in:
parent
54b4f8afbd
commit
b5a4aef829
35
server/package-lock.json
generated
35
server/package-lock.json
generated
@ -36,7 +36,7 @@
|
|||||||
"i18n-iso-countries": "^7.5.0",
|
"i18n-iso-countries": "^7.5.0",
|
||||||
"ioredis": "^5.3.1",
|
"ioredis": "^5.3.1",
|
||||||
"joi": "^17.5.0",
|
"joi": "^17.5.0",
|
||||||
"local-reverse-geocoder": "0.12.5",
|
"local-reverse-geocoder": "^0.15.2",
|
||||||
"lodash": "^4.17.21",
|
"lodash": "^4.17.21",
|
||||||
"luxon": "^3.0.3",
|
"luxon": "^3.0.3",
|
||||||
"mv": "^2.1.1",
|
"mv": "^2.1.1",
|
||||||
@ -4737,9 +4737,9 @@
|
|||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"node_modules/csv-parse": {
|
"node_modules/csv-parse": {
|
||||||
"version": "5.3.3",
|
"version": "5.3.10",
|
||||||
"resolved": "https://registry.npmjs.org/csv-parse/-/csv-parse-5.3.3.tgz",
|
"resolved": "https://registry.npmjs.org/csv-parse/-/csv-parse-5.3.10.tgz",
|
||||||
"integrity": "sha512-kEWkAPleNEdhFNkHQpFHu9RYPogsFj3dx6bCxL847fsiLgidzWg0z/O0B1kVWMJUc5ky64zGp18LX2T3DQrOfw=="
|
"integrity": "sha512-cTXY6iy0gN5Ha/cGILeDgQE+nKiKDU2m0DjSRdJhr86BN3cM7oefBsTk2aH0LQeaYtL7Z7HvW+jYoadmdhzeDA=="
|
||||||
},
|
},
|
||||||
"node_modules/dashdash": {
|
"node_modules/dashdash": {
|
||||||
"version": "1.14.1",
|
"version": "1.14.1",
|
||||||
@ -8026,20 +8026,21 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/local-reverse-geocoder": {
|
"node_modules/local-reverse-geocoder": {
|
||||||
"version": "0.12.5",
|
"version": "0.15.2",
|
||||||
"resolved": "https://registry.npmjs.org/local-reverse-geocoder/-/local-reverse-geocoder-0.12.5.tgz",
|
"resolved": "https://registry.npmjs.org/local-reverse-geocoder/-/local-reverse-geocoder-0.15.2.tgz",
|
||||||
"integrity": "sha512-FaH8+T29K9PQRiiqYlt+M9Qvq9GlSnWEnX0FTDXgPrNzQ9SWWYGEvO5uODwAD6sep9z19u/K/+Z3cw4AGVW97Q==",
|
"integrity": "sha512-/YnNZjnjFKiGc8EVeA3qz7iSTbtG437jgPdjrj+8wLw2UVtOLgAyaB7HWDYwut9MVA5lyoYkeJ9XX9dXgsIPMA==",
|
||||||
|
"hasInstallScript": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"async": "^3.2.4",
|
"async": "^3.2.4",
|
||||||
"csv-parse": "^5.3.0",
|
"csv-parse": "^5.3.10",
|
||||||
"debug": "^4.3.4",
|
"debug": "^4.3.4",
|
||||||
"kdt": "^0.1.0",
|
"kdt": "^0.1.0",
|
||||||
"request": "^2.88.2",
|
"request": "^2.88.2",
|
||||||
"unzip-stream": "^0.3.1"
|
"unzip-stream": "^0.3.1"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=10.15.0",
|
"node": ">=11.0.0",
|
||||||
"npm": ">=6.0.0"
|
"npm": ">=6.4.1"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/locate-path": {
|
"node_modules/locate-path": {
|
||||||
@ -15379,9 +15380,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"csv-parse": {
|
"csv-parse": {
|
||||||
"version": "5.3.3",
|
"version": "5.3.10",
|
||||||
"resolved": "https://registry.npmjs.org/csv-parse/-/csv-parse-5.3.3.tgz",
|
"resolved": "https://registry.npmjs.org/csv-parse/-/csv-parse-5.3.10.tgz",
|
||||||
"integrity": "sha512-kEWkAPleNEdhFNkHQpFHu9RYPogsFj3dx6bCxL847fsiLgidzWg0z/O0B1kVWMJUc5ky64zGp18LX2T3DQrOfw=="
|
"integrity": "sha512-cTXY6iy0gN5Ha/cGILeDgQE+nKiKDU2m0DjSRdJhr86BN3cM7oefBsTk2aH0LQeaYtL7Z7HvW+jYoadmdhzeDA=="
|
||||||
},
|
},
|
||||||
"dashdash": {
|
"dashdash": {
|
||||||
"version": "1.14.1",
|
"version": "1.14.1",
|
||||||
@ -17864,12 +17865,12 @@
|
|||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"local-reverse-geocoder": {
|
"local-reverse-geocoder": {
|
||||||
"version": "0.12.5",
|
"version": "0.15.2",
|
||||||
"resolved": "https://registry.npmjs.org/local-reverse-geocoder/-/local-reverse-geocoder-0.12.5.tgz",
|
"resolved": "https://registry.npmjs.org/local-reverse-geocoder/-/local-reverse-geocoder-0.15.2.tgz",
|
||||||
"integrity": "sha512-FaH8+T29K9PQRiiqYlt+M9Qvq9GlSnWEnX0FTDXgPrNzQ9SWWYGEvO5uODwAD6sep9z19u/K/+Z3cw4AGVW97Q==",
|
"integrity": "sha512-/YnNZjnjFKiGc8EVeA3qz7iSTbtG437jgPdjrj+8wLw2UVtOLgAyaB7HWDYwut9MVA5lyoYkeJ9XX9dXgsIPMA==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"async": "^3.2.4",
|
"async": "^3.2.4",
|
||||||
"csv-parse": "^5.3.0",
|
"csv-parse": "^5.3.10",
|
||||||
"debug": "^4.3.4",
|
"debug": "^4.3.4",
|
||||||
"kdt": "^0.1.0",
|
"kdt": "^0.1.0",
|
||||||
"request": "^2.88.2",
|
"request": "^2.88.2",
|
||||||
|
@ -67,7 +67,7 @@
|
|||||||
"i18n-iso-countries": "^7.5.0",
|
"i18n-iso-countries": "^7.5.0",
|
||||||
"ioredis": "^5.3.1",
|
"ioredis": "^5.3.1",
|
||||||
"joi": "^17.5.0",
|
"joi": "^17.5.0",
|
||||||
"local-reverse-geocoder": "0.12.5",
|
"local-reverse-geocoder": "^0.15.2",
|
||||||
"lodash": "^4.17.21",
|
"lodash": "^4.17.21",
|
||||||
"luxon": "^3.0.3",
|
"luxon": "^3.0.3",
|
||||||
"mv": "^2.1.1",
|
"mv": "^2.1.1",
|
||||||
|
Loading…
Reference in New Issue
Block a user