Skip to content

Commit

Permalink
Dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tomayac committed Aug 28, 2023
1 parent b408b8b commit 135e144
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 37 deletions.
64 changes: 32 additions & 32 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "local-reverse-geocoder",
"version": "0.16.4",
"version": "0.16.5",
"description": "Implements a local reverse geocoder based on GeoNames.",
"main": "index.js",
"types": "index.d.ts",
Expand All @@ -27,10 +27,10 @@
"license": "Apache-2.0",
"dependencies": {
"async": "^3.2.4",
"csv-parse": "^5.4.0",
"csv-parse": "^5.5.0",
"debug": "^4.3.4",
"kdt": "^0.1.0",
"node-fetch": "^3.3.1",
"node-fetch": "^3.3.2",
"unzip-stream": "^0.3.1"
},
"repository": {
Expand All @@ -48,11 +48,11 @@
"devDependencies": {
"@types/cors": "^2.8.13",
"@types/express": "^4.17.17",
"@types/node": "^20.3.2",
"@types/node": "^20.5.7",
"cors": "^2.8.5",
"express": "^4.18.2",
"jsdoc": "^4.0.2",
"jshint": "^2.13.6",
"prettier": "^2.8.8"
"prettier": "^3.0.2"
}
}

0 comments on commit 135e144

Please sign in to comment.