@k03mad/ip2geo 19.0.0 → 19.1.0

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.
@@ -17,7 +17,7 @@ jobs:
17
17
  with:
18
18
  fetch-depth: 0
19
19
 
20
- - uses: EndBug/version-check@v2
20
+ - uses: EndBug/version-check@v3
21
21
  id: check_pkg_version
22
22
  with:
23
23
  diff-search: true
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@k03mad/ip2geo",
3
- "version": "19.0.0",
3
+ "version": "19.1.0",
4
4
  "description": "GeoIP library",
5
5
  "license": "MIT",
6
6
  "maintainers": [
@@ -21,17 +21,17 @@
21
21
  "prepare": "husky || true"
22
22
  },
23
23
  "dependencies": {
24
- "@k03mad/request": "15.0.0",
24
+ "@k03mad/request": "15.1.0",
25
25
  "chalk": "5.6.2",
26
26
  "debug": "4.4.3",
27
27
  "is-ip": "5.0.1"
28
28
  },
29
29
  "devDependencies": {
30
- "@k03mad/oxlint-config": "0.5.0",
30
+ "@k03mad/oxlint-config": "0.7.1",
31
31
  "husky": "9.1.7",
32
32
  "mocha": "11.7.5",
33
- "oxfmt": "0.43.0",
34
- "oxlint": "1.58.0"
33
+ "oxfmt": "0.47.0",
34
+ "oxlint": "1.62.0"
35
35
  },
36
36
  "engines": {
37
37
  "node": ">=24"