node-ipdox 1.1.3 → 1.1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +5 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "node-ipdox",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.4",
|
|
4
4
|
"description": "node-ipdox is a Node.js library for GeoIP lookup, leveraging various free GeoIP APIs. It provides a unified response format and incorporates local caching to minimize duplicate requests.",
|
|
5
5
|
"author": "Mikel Calvo <contact@mikecalvo.net> (www.mikelcalvo.net)",
|
|
6
6
|
"keywords": [
|
|
@@ -50,13 +50,13 @@
|
|
|
50
50
|
"provenance": true
|
|
51
51
|
},
|
|
52
52
|
"dependencies": {
|
|
53
|
-
"axios": "1.
|
|
54
|
-
"lru-cache": "^11.3.
|
|
53
|
+
"axios": "1.16.1",
|
|
54
|
+
"lru-cache": "^11.3.6"
|
|
55
55
|
},
|
|
56
56
|
"devDependencies": {
|
|
57
|
-
"@types/node": "25.
|
|
57
|
+
"@types/node": "25.8.0",
|
|
58
58
|
"prettier": "3.8.3",
|
|
59
59
|
"typescript": "^6.0.3",
|
|
60
|
-
"vitest": "4.1.
|
|
60
|
+
"vitest": "4.1.6"
|
|
61
61
|
}
|
|
62
62
|
}
|