Skip to content

Commit

Permalink
fix: upgrade multiple dependencies with Snyk
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade:
  - @angular/animations from 9.1.9 to 9.1.12.
    See this package in npm: https://www.npmjs.com/package/@angular/animations
  - @angular/common from 9.1.9 to 9.1.12.
    See this package in npm: https://www.npmjs.com/package/@angular/common
  - @angular/compiler from 9.1.9 to 9.1.12.
    See this package in npm: https://www.npmjs.com/package/@angular/compiler
  - @angular/core from 9.1.9 to 9.1.12.
    See this package in npm: https://www.npmjs.com/package/@angular/core
  - @angular/forms from 9.1.9 to 9.1.12.
    See this package in npm: https://www.npmjs.com/package/@angular/forms
  - @angular/platform-browser from 9.1.9 to 9.1.12.
    See this package in npm: https://www.npmjs.com/package/@angular/platform-browser
  - @angular/platform-browser-dynamic from 9.1.9 to 9.1.12.
    See this package in npm: https://www.npmjs.com/package/@angular/platform-browser-dynamic
  - @angular/router from 9.1.9 to 9.1.12.
    See this package in npm: https://www.npmjs.com/package/@angular/router

See this project in Snyk:
https://app.snyk.io/org/willmendesneto/project/b9e5141e-1429-42b1-af76-4d8ebf09e1b2?utm_source=github&utm_medium=upgrade-pr
  • Loading branch information
snyk-bot committed Aug 6, 2020
1 parent 3afa814 commit d254afe
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 32 deletions.
48 changes: 24 additions & 24 deletions package-lock.json

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

16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,14 @@
}
],
"dependencies": {
"@angular/animations": "~9.1.9",
"@angular/common": "~9.1.9",
"@angular/compiler": "~9.1.9",
"@angular/core": "~9.1.9",
"@angular/forms": "~9.1.9",
"@angular/platform-browser": "~9.1.9",
"@angular/platform-browser-dynamic": "~9.1.9",
"@angular/router": "~9.1.9",
"@angular/animations": "~9.1.12",
"@angular/common": "~9.1.12",
"@angular/compiler": "~9.1.12",
"@angular/core": "~9.1.12",
"@angular/forms": "~9.1.12",
"@angular/platform-browser": "~9.1.12",
"@angular/platform-browser-dynamic": "~9.1.12",
"@angular/router": "~9.1.12",
"perf-marks": "^1.13.2",
"rxjs": "~6.5.5",
"tslib": "^1.10.0",
Expand Down

0 comments on commit d254afe

Please sign in to comment.