Skip to content

Commit f56a1ae

Browse files
committed
fix: tools/toolchain/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BRACES-6838727 - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728
1 parent 96d934e commit f56a1ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/toolchain/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"merge-stream": "~2.0.0",
2121
"npm-cli-login": "~0.1.1",
2222
"ip": "^1.1.5",
23-
"gulp-cli": "2.3.0"
23+
"gulp-cli": "3.0.0"
2424
},
2525
"devDependencies": {
2626
"gulp": "^4.0.2"

0 commit comments

Comments
 (0)