This repository was archived by the owner on Sep 19, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +632
-604
lines changed
packages/google-closure-compiler Expand file tree Collapse file tree 3 files changed +632
-604
lines changed Original file line number Diff line number Diff line change 34
34
"devDependencies" : {
35
35
"glob" : " 7.x" ,
36
36
"graphlib" : " 2.x" ,
37
- "mocha" : " 6 .x" ,
37
+ "mocha" : " 10 .x" ,
38
38
"ncp" : " 2.x" ,
39
39
"semver" : " 5.x" ,
40
40
"should" : " 13.x"
41
41
},
42
+ "resolutions" : {
43
+ "**/glob-stream/**/glob-parent" : " ^5.1.2" ,
44
+ "**/glob-watcher/**/chokidar/**/glob-parent" : " ^5.1.2" ,
45
+ "**/gulp-cli/**/yargs-parser" : " ^13.1.2" ,
46
+ "**/union-value/**/set-value" : " ^2.0.1"
47
+ },
42
48
"scripts" : {
43
49
"build" : " ./build-scripts/build.sh" ,
44
50
"test" : " ./build-scripts/test.sh" ,
Original file line number Diff line number Diff line change 37
37
},
38
38
"homepage" : " https://developers.google.com/closure/compiler/" ,
39
39
"dependencies" : {
40
- "chalk" : " 2 .x" ,
40
+ "chalk" : " 4 .x" ,
41
41
"google-closure-compiler-java" : " ^20220803.0.0" ,
42
42
"minimist" : " 1.x" ,
43
43
"vinyl" : " 2.x" ,
51
51
"devDependencies" : {
52
52
"gulp" : " 4.x" ,
53
53
"gulp-filter" : " 6.x" ,
54
- "gulp-mocha" : " 6 .x" ,
54
+ "gulp-mocha" : " 8 .x" ,
55
55
"gulp-sourcemaps" : " 2.x" ,
56
- "mocha" : " 6 .x" ,
56
+ "mocha" : " 10 .x" ,
57
57
"ncp" : " ^2.0.0" ,
58
58
"semver" : " ^5.1.0" ,
59
59
"should" : " ^13.2.3" ,
You can’t perform that action at this time.
0 commit comments