|
33 | 33 | "homepage": "https://github.com/auth0/auth0-deploy-cli#readme", |
34 | 34 | "dependencies": { |
35 | 35 | "ajv": "^6.12.6", |
36 | | - "auth0": "^4.19.0", |
37 | | - "dot-prop": "^5.2.0", |
| 36 | + "auth0": "^4.20.0", |
| 37 | + "dot-prop": "^5.3.0", |
38 | 38 | "fs-extra": "^10.1.0", |
39 | 39 | "js-yaml": "^4.1.0", |
40 | 40 | "lodash": "^4.17.21", |
41 | 41 | "mkdirp": "^1.0.4", |
42 | 42 | "nconf": "^0.12.1", |
43 | 43 | "promise-pool-executor": "^1.1.1", |
44 | 44 | "sanitize-filename": "^1.6.3", |
45 | | - "undici": "^7.4.0", |
| 45 | + "undici": "^7.5.0", |
46 | 46 | "winston": "^3.17.0", |
47 | | - "yargs": "^15.3.1" |
| 47 | + "yargs": "^15.4.1" |
48 | 48 | }, |
49 | 49 | "devDependencies": { |
50 | 50 | "@types/fs-extra": "^9.0.13", |
51 | | - "@types/lodash": "^4.17.13", |
52 | | - "@types/mocha": "^10.0.9", |
| 51 | + "@types/lodash": "^4.17.16", |
| 52 | + "@types/mocha": "^10.0.10", |
53 | 53 | "@types/nconf": "^0.10.7", |
54 | | - "@typescript-eslint/parser": "^5.30.3", |
55 | | - "chai": "^4.3.7", |
56 | | - "chai-as-promised": "^7.1.1", |
57 | | - "eslint": "^7.28.0", |
| 54 | + "@typescript-eslint/parser": "^5.62.0", |
| 55 | + "chai": "^4.5.0", |
| 56 | + "chai-as-promised": "^7.1.2", |
| 57 | + "eslint": "^7.32.0", |
58 | 58 | "eslint-config-airbnb-base": "^14.2.1", |
59 | | - "eslint-config-prettier": "^8.5.0", |
| 59 | + "eslint-config-prettier": "^8.10.0", |
60 | 60 | "eslint-plugin-import": "^2.31.0", |
61 | 61 | "husky": "^7.0.4", |
62 | 62 | "kacl": "^1.1.1", |
63 | 63 | "mocha": "^10.8.2", |
64 | 64 | "nock": "^13.5.6", |
65 | 65 | "node-fetch": "^2.7.0", |
66 | | - "nyc": "^15.0.1", |
67 | | - "prettier": "^2.6.2", |
68 | | - "pretty-quick": "^3.1.3", |
| 66 | + "nyc": "^15.1.0", |
| 67 | + "prettier": "^2.8.8", |
| 68 | + "pretty-quick": "^3.3.1", |
69 | 69 | "rimraf": "^3.0.2", |
70 | 70 | "rmdir-sync": "^1.0.1", |
71 | 71 | "sinon": "^13.0.2", |
|
0 commit comments