Skip to content

Commit

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

See this project in Snyk:
https://app.snyk.io/org/surajpuvvada/project/ef7d5fda-8b2a-4c5c-8c7d-c16bd9215aac?utm_source=github&utm_medium=upgrade-pr
  • Loading branch information
snyk-bot authored Dec 24, 2020
1 parent aa65ef1 commit 35eb244
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 @@ -17,14 +17,14 @@
},
"private": true,
"dependencies": {
"@angular/animations": "^11.0.2",
"@angular/common": "^11.0.2",
"@angular/compiler": "^11.0.2",
"@angular/core": "^11.0.2",
"@angular/forms": "^11.0.2",
"@angular/platform-browser": "^11.0.2",
"@angular/platform-browser-dynamic": "^11.0.2",
"@angular/router": "^11.0.2",
"@angular/animations": "^11.0.3",
"@angular/common": "^11.0.3",
"@angular/compiler": "^11.0.3",
"@angular/core": "^11.0.3",
"@angular/forms": "^11.0.3",
"@angular/platform-browser": "^11.0.3",
"@angular/platform-browser-dynamic": "^11.0.3",
"@angular/router": "^11.0.3",
"@hypertrace/hyperdash": "^1.1.2",
"core-js": "^3.8.1",
"lodash-es": "^4.17.20",
Expand Down

0 comments on commit 35eb244

Please sign in to comment.