Skip to content

Commit cf1f1c0

Browse files
committed
fix: integration/hello_world__closure/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MINIMATCH-1019388
1 parent 3c568f9 commit cf1f1c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration/hello_world__closure/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"@angular/core": "file:../../dist/packages-dist/core",
1111
"@angular/platform-browser": "file:../../dist/packages-dist/platform-browser",
1212
"@angular/platform-server": "file:../../dist/packages-dist/platform-server",
13-
"google-closure-compiler": "20180716.0.0",
13+
"google-closure-compiler": "20180716.0.1",
1414
"rxjs": "file:../../node_modules/rxjs",
1515
"typescript": "file:../../node_modules/typescript",
1616
"zone.js": "file:../../node_modules/zone.js"

0 commit comments

Comments
 (0)