@k03mad/dns-leak 8.18.2 → 8.18.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.
@@ -12,8 +12,8 @@ jobs:
12
12
  lint:
13
13
  runs-on: ubuntu-latest
14
14
  steps:
15
- - uses: actions/checkout@v4
16
- - uses: actions/setup-node@v4
15
+ - uses: actions/checkout@v5
16
+ - uses: actions/setup-node@v6
17
17
  with:
18
18
  node-version-file: '.nvmrc'
19
19
  - run: npm i
@@ -10,7 +10,7 @@ jobs:
10
10
  environment: npm
11
11
  runs-on: ubuntu-latest
12
12
  steps:
13
- - uses: actions/checkout@v4
13
+ - uses: actions/checkout@v5
14
14
  with:
15
15
  fetch-depth: 0
16
16
 
@@ -20,7 +20,7 @@ jobs:
20
20
  diff-search: true
21
21
 
22
22
  - if: steps.check_pkg_version.outputs.changed == 'true'
23
- uses: actions/setup-node@v4
23
+ uses: actions/setup-node@v6
24
24
  with:
25
25
  node-version-file: '.nvmrc'
26
26
  registry-url: 'https://registry.npmjs.org'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@k03mad/dns-leak",
3
- "version": "8.18.2",
3
+ "version": "8.18.4",
4
4
  "description": "DNS leak test",
5
5
  "maintainers": [
6
6
  "Kirill Molchanov <k03.mad@gmail.com"
@@ -18,18 +18,18 @@
18
18
  "node": ">=22"
19
19
  },
20
20
  "dependencies": {
21
- "@k03mad/ip2geo": "12.15.2",
22
- "@k03mad/request": "7.22.2",
21
+ "@k03mad/ip2geo": "12.15.5",
22
+ "@k03mad/request": "7.22.5",
23
23
  "@k03mad/simple-log": "5.3.0",
24
24
  "chalk": "5.6.2",
25
- "country-locale-map": "1.9.9",
25
+ "country-locale-map": "1.9.11",
26
26
  "nanoid": "5.1.6",
27
27
  "nanoid-dictionary": "5.0.0",
28
28
  "ora": "9.0.0"
29
29
  },
30
30
  "devDependencies": {
31
- "@k03mad/eslint-config": "29.13.2",
32
- "eslint": "9.36.0",
31
+ "@k03mad/eslint-config": "29.13.5",
32
+ "eslint": "9.39.1",
33
33
  "husky": "9.1.7"
34
34
  },
35
35
  "scripts": {