@k03mad/ip2geo 7.0.3 → 7.0.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.
@@ -14,7 +14,7 @@ jobs:
14
14
  with:
15
15
  fetch-depth: 0
16
16
 
17
- - uses: tj-actions/changed-files@v42
17
+ - uses: tj-actions/changed-files@v44
18
18
  id: changed-files
19
19
  with:
20
20
  files: package.json
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@k03mad/ip2geo",
3
- "version": "7.0.3",
3
+ "version": "7.0.4",
4
4
  "description": "GeoIP library",
5
5
  "maintainers": [
6
6
  "Kirill Molchanov <k03.mad@gmail.com"
@@ -19,16 +19,16 @@
19
19
  "node": ">=20"
20
20
  },
21
21
  "dependencies": {
22
- "@k03mad/request": "5.6.2",
22
+ "@k03mad/request": "5.6.3",
23
23
  "@k03mad/simple-log": "2.1.2",
24
24
  "chalk": "5.3.0",
25
25
  "debug": "4.3.4"
26
26
  },
27
27
  "devDependencies": {
28
- "@k03mad/eslint-config": "20.3.0",
28
+ "@k03mad/eslint-config": "20.6.0",
29
29
  "eslint": "8.57.0",
30
30
  "husky": "9.0.11",
31
- "mocha": "10.3.0"
31
+ "mocha": "10.4.0"
32
32
  },
33
33
  "scripts": {
34
34
  "lint": "npm run lint:eslint",