Skip to content

Commit cd3611c

Browse files
Upgrade202602 (#81)
1 parent edd7cb7 commit cd3611c

File tree

3 files changed

+30
-29
lines changed

3 files changed

+30
-29
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ web_modules/
5353

5454
# Optional npm cache directory
5555
.npm
56+
.npmrc
5657

5758
# Optional eslint cache
5859
.eslintcache

package-lock.json

Lines changed: 26 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@auth0/auth0-checkmate",
3-
"version": "1.6.9",
3+
"version": "1.6.10",
44
"description": "A command line tool for checking configuration of your Auth0 tenant",
55
"main": "analyzer/report.js",
66
"scripts": {
@@ -22,14 +22,14 @@
2222
"cli-table3": "^0.6.5",
2323
"estree-walker": "^2.0.2",
2424
"figlet": "^1.9.2",
25-
"glob": "^11.1.0",
25+
"glob": "^12.0.0",
2626
"handlebars": "^4.7.8",
2727
"i18n": "^0.15.3",
2828
"inquirer": "^12.10.0",
2929
"jsonwebtoken": "^9.0.3",
3030
"lodash": "^4.17.21",
3131
"moment": "^2.30.1",
32-
"puppeteer": "^24.34.0",
32+
"puppeteer": "^24.35.0",
3333
"semver": "^7.7.3",
3434
"winston": "^3.19.0"
3535
},

0 commit comments

Comments
 (0)