Skip to content

Commit

Permalink
tar-version-vulnerability-fix (#538)
Browse files Browse the repository at this point in the history
  • Loading branch information
pekura authored May 16, 2019
1 parent dc2b9b3 commit 60d98ca
Show file tree
Hide file tree
Showing 4 changed files with 99 additions and 25 deletions.
47 changes: 30 additions & 17 deletions core/examples/luigi-sample-angular/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion core/examples/luigi-sample-angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
"typescript": "~3.2.4",
"webpack": "^4.27.1",
"webpack-cli": "^3.2.3",
"webpack-dev-server": "^3.1.14"
"webpack-dev-server": "^3.1.14",
"tar": ">=4.4.2"
}
}
71 changes: 65 additions & 6 deletions core/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@
"svelte-transitions": "^1.2.0",
"url-loader": "^1.0.1",
"webpack": "^4.11.1",
"webpack-cli": "^3.0.3"
"webpack-cli": "^3.0.3",
"tar": ">=4.4.2"
},
"scripts": {
"bundle": "webpack --display-error-details",
Expand Down

0 comments on commit 60d98ca

Please sign in to comment.