Skip to content

Commit a0d27af

Browse files
authored
Client Credentials (M2M) support for Organizations (#975)
* Get client_grants added on Organization * Get client_grants added on Organization * updated auth 4.12.0 and unit-test e2e-test
1 parent d9aaca2 commit a0d27af

12 files changed

+25770
-11772
lines changed

Diff for: package-lock.json

+24-36
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"homepage": "https://github.com/auth0/auth0-deploy-cli#readme",
3434
"dependencies": {
3535
"ajv": "^6.12.6",
36-
"auth0": "^4.10.0",
36+
"auth0": "^4.12.0",
3737
"dot-prop": "^5.2.0",
3838
"fs-extra": "^10.1.0",
3939
"global-agent": "^2.1.12",
@@ -43,7 +43,7 @@
4343
"nconf": "^0.12.1",
4444
"promise-pool-executor": "^1.1.1",
4545
"sanitize-filename": "^1.6.3",
46-
"winston": "^3.15.0",
46+
"winston": "^3.16.0",
4747
"yargs": "^15.3.1"
4848
},
4949
"devDependencies": {
@@ -60,7 +60,7 @@
6060
"eslint-plugin-import": "^2.30.0",
6161
"husky": "^7.0.4",
6262
"kacl": "^1.1.1",
63-
"mocha": "^10.7.3",
63+
"mocha": "^10.8.2",
6464
"nock": "^13.5.5",
6565
"node-fetch": "^2.7.0",
6666
"nyc": "^15.0.1",

0 commit comments

Comments
 (0)