@k03mad/dns-leak 3.2.1 → 3.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.
@@ -34,7 +34,7 @@ jobs:
34
34
  continue-on-error: true
35
35
 
36
36
  - name: Upload results
37
- uses: github/codeql-action/upload-sarif@v2
37
+ uses: github/codeql-action/upload-sarif@v3
38
38
  with:
39
39
  sarif_file: eslint-results.sarif
40
40
  wait-for-processing: true
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@k03mad/dns-leak",
3
- "version": "3.2.1",
3
+ "version": "3.3.0",
4
4
  "description": "DNS leak test",
5
5
  "maintainers": [
6
6
  "Kirill Molchanov <k03.mad@gmail.com"
@@ -14,21 +14,21 @@
14
14
  "node": ">=20"
15
15
  },
16
16
  "dependencies": {
17
- "@k03mad/request": "4.0.0",
17
+ "@k03mad/request": "4.1.0",
18
18
  "chalk": "5.3.0",
19
- "country-locale-map": "1.8.15",
19
+ "country-locale-map": "1.9.0",
20
20
  "nanoid": "5.0.4",
21
21
  "nanoid-dictionary": "5.0.0-beta.1",
22
22
  "ora": "7.0.1"
23
23
  },
24
24
  "devDependencies": {
25
- "@k03mad/eslint-config": "14.8.0",
25
+ "@k03mad/eslint-config": "14.14.0",
26
26
  "@microsoft/eslint-formatter-sarif": "3.0.0",
27
- "@stylistic/eslint-plugin": "1.4.1",
28
- "eslint": "8.55.0",
29
- "eslint-plugin-import": "2.29.0",
30
- "eslint-plugin-jsdoc": "46.9.0",
31
- "eslint-plugin-n": "16.3.1",
27
+ "@stylistic/eslint-plugin": "1.5.1",
28
+ "eslint": "8.56.0",
29
+ "eslint-plugin-import": "2.29.1",
30
+ "eslint-plugin-jsdoc": "46.9.1",
31
+ "eslint-plugin-n": "16.4.0",
32
32
  "eslint-plugin-simple-import-sort": "10.0.0",
33
33
  "eslint-plugin-sort-destructure-keys": "1.5.0",
34
34
  "eslint-plugin-unicorn": "49.0.0",