Skip to content

Commit 5135afb

Browse files
upgrade libs (#62)
* fix: upgrade puppeteer from 24.25.0 to 24.28.0 Snyk has created this PR to upgrade puppeteer from 24.25.0 to 24.28.0. See this package in npm: puppeteer See this project in Snyk: https://app.snyk.io/org/yangwang-okta/project/1bca3a75-5895-480a-a419-05c026c18604?utm_source=github&utm_medium=referral&page=upgrade-pr * fix: upgrade axios from 1.12.2 to 1.13.1 Snyk has created this PR to upgrade axios from 1.12.2 to 1.13.1. See this package in npm: axios See this project in Snyk: https://app.snyk.io/org/yangwang-okta/project/1bca3a75-5895-480a-a419-05c026c18604?utm_source=github&utm_medium=referral&page=upgrade-pr * fix: upgrade i18n from 0.15.2 to 0.15.3 Snyk has created this PR to upgrade i18n from 0.15.2 to 0.15.3. See this package in npm: i18n See this project in Snyk: https://app.snyk.io/org/yangwang-okta/project/1bca3a75-5895-480a-a419-05c026c18604?utm_source=github&utm_medium=referral&page=upgrade-pr * bump version --------- Co-authored-by: snyk-bot <[email protected]>
1 parent 91cc130 commit 5135afb

File tree

2 files changed

+41
-41
lines changed

2 files changed

+41
-41
lines changed

package-lock.json

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

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@auth0/auth0-checkmate",
3-
"version": "1.6.2",
3+
"version": "1.6.3",
44
"description": "A command line tool for checking configuration of your Auth0 tenant",
55
"main": "analyzer/report.js",
66
"scripts": {
@@ -17,19 +17,19 @@
1717
},
1818
"dependencies": {
1919
"acorn": "^8.14.0",
20-
"axios": "^1.12.2",
20+
"axios": "^1.13.1",
2121
"chalk": "^4.1.2",
2222
"cli-table3": "^0.6.5",
2323
"estree-walker": "^2.0.2",
2424
"figlet": "^1.9.2",
2525
"glob": "^11.1.0",
2626
"handlebars": "^4.7.8",
27-
"i18n": "^0.15.2",
27+
"i18n": "^0.15.3",
2828
"inquirer": "^12.10.0",
2929
"jsonwebtoken": "^9.0.2",
3030
"lodash": "^4.17.21",
3131
"moment": "^2.30.1",
32-
"puppeteer": "^24.25.0",
32+
"puppeteer": "^24.28.0",
3333
"semver": "^7.7.3",
3434
"winston": "^3.18.3"
3535
},

0 commit comments

Comments
 (0)