Skip to content

Commit

Permalink
fix: package.json & package-lock.json to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-AJV-584908
  • Loading branch information
snyk-bot committed Jul 22, 2020
1 parent 1748719 commit 9279d88
Show file tree
Hide file tree
Showing 2 changed files with 167 additions and 34 deletions.
199 changes: 166 additions & 33 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"dependencies": {
"@angular/animations": "~9.1.9",
"@angular/cdk": "^9.2.4",
"@angular/cli": "~9.1.7",
"@angular/cli": "~9.1.12",
"@angular/common": "~9.1.9",
"@angular/compiler": "~9.1.9",
"@angular/compiler-cli": "~9.1.9",
Expand Down

0 comments on commit 9279d88

Please sign in to comment.