|
9 | 9 | "url": "https://github.com/angular/angular.js.git"
|
10 | 10 | },
|
11 | 11 | "engines": {
|
12 |
| - "node": ">=8.12.0", |
13 |
| - "yarn": ">=1.10.1", |
| 12 | + "node": ">=12.14.1", |
| 13 | + "yarn": ">=1.21.1", |
14 | 14 | "grunt-cli": "^1.2.0"
|
15 | 15 | },
|
16 | 16 | "scripts": {
|
|
22 | 22 | "angular-benchpress": "0.x.x",
|
23 | 23 | "benchmark": "1.x.x",
|
24 | 24 | "bootstrap": "3.1.1",
|
25 |
| - "browserstacktunnel-wrapper": "2.0.0", |
| 25 | + "browserstacktunnel-wrapper": "2.0.4", |
26 | 26 | "canonical-path": "0.0.2",
|
27 | 27 | "changez": "^2.1.1",
|
28 | 28 | "changez-angular": "^2.1.2",
|
|
62 | 62 | "jquery": "3.5.1",
|
63 | 63 | "jquery-2.1": "npm:[email protected]",
|
64 | 64 | "jquery-2.2": "npm:[email protected]",
|
65 |
| - "karma": "^3.1.4", |
66 |
| - "karma-browserstack-launcher": "^1.3.0", |
67 |
| - "karma-chrome-launcher": "^2.2.0", |
68 |
| - "karma-edge-launcher": "^0.4.2", |
69 |
| - "karma-firefox-launcher": "^1.1.0", |
70 |
| - "karma-ie-launcher": "^1.0.0", |
| 65 | + "karma": "4.4.1", |
| 66 | + "karma-browserstack-launcher": "1.5.1", |
| 67 | + "karma-chrome-launcher": "3.1.0", |
| 68 | + "karma-edge-launcher": "0.4.2", |
| 69 | + "karma-firefox-launcher": "1.2.0", |
| 70 | + "karma-ie-launcher": "1.0.0", |
71 | 71 | "karma-jasmine": "^1.1.2",
|
72 |
| - "karma-junit-reporter": "^1.2.0", |
73 |
| - "karma-safari-launcher": "^1.0.0", |
74 |
| - "karma-sauce-launcher": "^2.0.2", |
75 |
| - "karma-script-launcher": "^1.0.0", |
76 |
| - "karma-spec-reporter": "^0.0.32", |
| 72 | + "karma-junit-reporter": "2.0.1", |
| 73 | + "karma-safari-launcher": "1.0.0", |
| 74 | + "karma-sauce-launcher": "2.0.2", |
| 75 | + "karma-script-launcher": "1.0.0", |
| 76 | + "karma-spec-reporter": "0.0.32", |
77 | 77 | "load-grunt-tasks": "^3.5.0",
|
78 | 78 | "lodash": "~2.4.1",
|
79 | 79 | "log4js": "^0.6.27",
|
|
102 | 102 | "resolutions": {
|
103 | 103 | "//1": "`[email protected]` does not work with Node.js 10.x on Windows 10",
|
104 | 104 | "//2": "(E.g. see https://github.com/gulpjs/gulp/issues/2162 and https://github.com/nodejs/node/issues/25132.)",
|
105 |
| - "natives": "1.1.6" |
| 105 | + "natives": "1.1.6", |
| 106 | + "//3": "`graceful-fs` needs to be pinned to support gulp 3, on Node v12+", |
| 107 | + "graceful-fs": "^4.2.3" |
106 | 108 | },
|
107 | 109 | "commitplease": {
|
108 | 110 | "style": "angular",
|
|
0 commit comments