Skip to content

Commit

Permalink
fix: upgrade multiple dependencies with Snyk (#204)
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/486f5426-06e0-4cbf-8382-8b38e5a4e6a1?utm_source=github&utm_medium=upgrade-pr
  • Loading branch information
snyk-bot committed Aug 8, 2020
1 parent 4b3aeb9 commit b13baa2
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
Expand Up @@ -43,14 +43,14 @@
},
"private": false,
"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",
"feature-toggle-service": "^6.0.0",
"rxjs": "~6.5.5",
"tslib": "^1.10.0",
Expand Down

0 comments on commit b13baa2

Please sign in to comment.