@k03mad/dns-leak 10.0.1 → 12.0.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.
@@ -12,7 +12,7 @@ jobs:
12
12
  lint:
13
13
  runs-on: ubuntu-latest
14
14
  steps:
15
- - uses: actions/checkout@v5
15
+ - uses: actions/checkout@v6
16
16
  - uses: actions/setup-node@v6
17
17
  with:
18
18
  node-version-file: '.nvmrc'
@@ -13,7 +13,7 @@ jobs:
13
13
  publish:
14
14
  runs-on: ubuntu-latest
15
15
  steps:
16
- - uses: actions/checkout@v5
16
+ - uses: actions/checkout@v6
17
17
  with:
18
18
  fetch-depth: 0
19
19
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@k03mad/dns-leak",
3
- "version": "10.0.1",
3
+ "version": "12.0.0",
4
4
  "description": "DNS leak test",
5
5
  "maintainers": [
6
6
  "Kirill Molchanov <k03.mad@gmail.com"
@@ -18,8 +18,8 @@
18
18
  "node": ">=24"
19
19
  },
20
20
  "dependencies": {
21
- "@k03mad/ip2geo": "14.0.1",
22
- "@k03mad/request": "9.0.1",
21
+ "@k03mad/ip2geo": "16.0.0",
22
+ "@k03mad/request": "11.0.0",
23
23
  "chalk": "5.6.2",
24
24
  "country-locale-map": "1.9.11",
25
25
  "nanoid": "5.1.6",
@@ -27,7 +27,7 @@
27
27
  "ora": "9.0.0"
28
28
  },
29
29
  "devDependencies": {
30
- "@k03mad/eslint-config": "30.0.1",
30
+ "@k03mad/eslint-config": "32.0.0",
31
31
  "eslint": "9.39.2",
32
32
  "husky": "9.1.7"
33
33
  },