|
1 | 1 | { |
2 | 2 | "name": "@ionic/cli", |
3 | | - "version": "7.1.5", |
| 3 | + "version": "7.1.6", |
4 | 4 | "description": "A tool for creating and developing Ionic Framework mobile apps.", |
5 | 5 | "homepage": "https://ionicframework.com", |
6 | 6 | "author": "Ionic Team <hi@ionic.io> (https://ionicframework.com) ", |
|
40 | 40 | }, |
41 | 41 | "license": "MIT", |
42 | 42 | "dependencies": { |
43 | | - "@ionic/cli-framework": "6.0.0", |
44 | | - "@ionic/cli-framework-output": "2.2.7", |
45 | | - "@ionic/cli-framework-prompts": "2.1.12", |
| 43 | + "@ionic/cli-framework": "6.0.1", |
| 44 | + "@ionic/cli-framework-output": "2.2.8", |
| 45 | + "@ionic/cli-framework-prompts": "2.1.13", |
46 | 46 | "@ionic/utils-array": "2.1.6", |
47 | 47 | "@ionic/utils-fs": "3.1.7", |
48 | | - "@ionic/utils-network": "2.1.6", |
49 | | - "@ionic/utils-process": "2.1.11", |
50 | | - "@ionic/utils-stream": "3.1.6", |
51 | | - "@ionic/utils-subprocess": "3.0.0", |
52 | | - "@ionic/utils-terminal": "2.3.4", |
| 48 | + "@ionic/utils-network": "2.1.7", |
| 49 | + "@ionic/utils-process": "2.1.12", |
| 50 | + "@ionic/utils-stream": "3.1.7", |
| 51 | + "@ionic/utils-subprocess": "3.0.1", |
| 52 | + "@ionic/utils-terminal": "2.3.5", |
53 | 53 | "chalk": "^4.0.0", |
54 | 54 | "debug": "^4.0.0", |
55 | 55 | "diff": "^4.0.1", |
|
58 | 58 | "lodash": "^4.17.5", |
59 | 59 | "open": "^7.0.4", |
60 | 60 | "os-name": "^4.0.0", |
| 61 | + "proxy-agent": "^6.3.0", |
61 | 62 | "semver": "^7.1.1", |
62 | 63 | "split2": "^3.0.0", |
63 | 64 | "ssh-config": "^1.1.1", |
64 | 65 | "stream-combiner2": "^1.1.1", |
65 | 66 | "superagent": "^8.0.9", |
66 | | - "proxy-agent": "^6.3.0", |
67 | 67 | "tar": "^6.0.1", |
68 | 68 | "tslib": "^2.0.1" |
69 | 69 | }, |
|
0 commit comments