@auth0/auth0-checkmate 1.6.9 → 1.6.11

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.
@@ -46,9 +46,9 @@ jobs:
46
46
  fi
47
47
 
48
48
  - name: Setup Node
49
- uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0 on 2025-09-02
49
+ uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0 on 2026-02-11
50
50
  with:
51
- node-version: 22
51
+ node-version: 24
52
52
  cache: npm
53
53
  registry-url: https://registry.npmjs.org
54
54
 
@@ -72,6 +72,4 @@ jobs:
72
72
  shell: bash
73
73
  run: |
74
74
  echo "About to run: npm publish --provenance --tag ${{ steps.npm-tag.outputs.tag }}"
75
- npm publish --provenance --tag ${{ steps.npm-tag.outputs.tag }}
76
- env:
77
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
75
+ NODE_AUTH_TOKEN="" npm publish --provenance --tag ${{ steps.npm-tag.outputs.tag }}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@auth0/auth0-checkmate",
3
- "version": "1.6.9",
3
+ "version": "1.6.11",
4
4
  "description": "A command line tool for checking configuration of your Auth0 tenant",
5
5
  "main": "analyzer/report.js",
6
6
  "scripts": {
@@ -17,19 +17,19 @@
17
17
  },
18
18
  "dependencies": {
19
19
  "acorn": "^8.14.0",
20
- "axios": "^1.13.1",
20
+ "axios": "^1.13.5",
21
21
  "chalk": "^4.1.2",
22
22
  "cli-table3": "^0.6.5",
23
23
  "estree-walker": "^2.0.2",
24
24
  "figlet": "^1.9.2",
25
- "glob": "^11.1.0",
25
+ "glob": "^12.0.0",
26
26
  "handlebars": "^4.7.8",
27
27
  "i18n": "^0.15.3",
28
28
  "inquirer": "^12.10.0",
29
29
  "jsonwebtoken": "^9.0.3",
30
30
  "lodash": "^4.17.21",
31
31
  "moment": "^2.30.1",
32
- "puppeteer": "^24.34.0",
32
+ "puppeteer": "^24.35.0",
33
33
  "semver": "^7.7.3",
34
34
  "winston": "^3.19.0"
35
35
  },