@k03mad/ip2geo 12.1.0 → 12.3.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.
@@ -10,7 +10,7 @@ on:
10
10
 
11
11
  jobs:
12
12
  lint:
13
- runs-on: ubuntu-22.04
13
+ runs-on: ubuntu-latest
14
14
  steps:
15
15
  - uses: actions/checkout@v4
16
16
  - uses: actions/setup-node@v4
@@ -8,7 +8,7 @@ on:
8
8
  jobs:
9
9
  publish:
10
10
  environment: npm
11
- runs-on: ubuntu-22.04
11
+ runs-on: ubuntu-latest
12
12
  steps:
13
13
  - uses: actions/checkout@v4
14
14
  with:
@@ -10,7 +10,7 @@ on:
10
10
 
11
11
  jobs:
12
12
  test:
13
- runs-on: ubuntu-22.04
13
+ runs-on: ubuntu-latest
14
14
  steps:
15
15
  - uses: actions/checkout@v4
16
16
  - uses: actions/setup-node@v4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@k03mad/ip2geo",
3
- "version": "12.1.0",
3
+ "version": "12.3.0",
4
4
  "description": "GeoIP library",
5
5
  "maintainers": [
6
6
  "Kirill Molchanov <k03.mad@gmail.com"
@@ -19,17 +19,17 @@
19
19
  "node": ">=22"
20
20
  },
21
21
  "dependencies": {
22
- "@k03mad/request": "7.8.0",
23
- "@k03mad/simple-log": "5.2.1",
22
+ "@k03mad/request": "7.10.0",
23
+ "@k03mad/simple-log": "5.3.0",
24
24
  "chalk": "5.4.1",
25
25
  "debug": "4.4.0",
26
26
  "is-ip": "5.0.1"
27
27
  },
28
28
  "devDependencies": {
29
- "@k03mad/eslint-config": "28.6.0",
30
- "eslint": "9.21.0",
29
+ "@k03mad/eslint-config": "28.10.0",
30
+ "eslint": "9.26.0",
31
31
  "husky": "9.1.7",
32
- "mocha": "11.1.0",
32
+ "mocha": "11.2.2",
33
33
  "npm-run-all": "4.1.5"
34
34
  },
35
35
  "scripts": {