Skip to content
This repository was archived by the owner on Sep 19, 2025. It is now read-only.

Commit 469b302

Browse files
Merge pull request #250 from google/update-deps
Update dependencies to address security alerts
2 parents 37fd0ce + 151b641 commit 469b302

File tree

3 files changed

+632
-604
lines changed

3 files changed

+632
-604
lines changed

package.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,17 @@
3434
"devDependencies": {
3535
"glob": "7.x",
3636
"graphlib": "2.x",
37-
"mocha": "6.x",
37+
"mocha": "10.x",
3838
"ncp": "2.x",
3939
"semver": "5.x",
4040
"should": "13.x"
4141
},
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+
},
4248
"scripts": {
4349
"build": "./build-scripts/build.sh",
4450
"test": "./build-scripts/test.sh",

packages/google-closure-compiler/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
},
3838
"homepage": "https://developers.google.com/closure/compiler/",
3939
"dependencies": {
40-
"chalk": "2.x",
40+
"chalk": "4.x",
4141
"google-closure-compiler-java": "^20220803.0.0",
4242
"minimist": "1.x",
4343
"vinyl": "2.x",
@@ -51,9 +51,9 @@
5151
"devDependencies": {
5252
"gulp": "4.x",
5353
"gulp-filter": "6.x",
54-
"gulp-mocha": "6.x",
54+
"gulp-mocha": "8.x",
5555
"gulp-sourcemaps": "2.x",
56-
"mocha": "6.x",
56+
"mocha": "10.x",
5757
"ncp": "^2.0.0",
5858
"semver": "^5.1.0",
5959
"should": "^13.2.3",

0 commit comments

Comments
 (0)