Skip to content

Commit

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

See this project in Snyk:
https://app.snyk.io/org/phantom-studios-ltd./project/f0fdae62-c8ba-446f-a5e8-367c40434535?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot authored Jan 13, 2022
1 parent a80b2f8 commit d23a893
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 28 deletions.
42 changes: 21 additions & 21 deletions package-lock.json

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

14 changes: 7 additions & 7 deletions package.json
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,14 @@
"depcheck": "npx npm-check --update"
},
"dependencies": {
"@angular/animations": "^9.1.11",
"@angular/animations": "^9.1.13",
"@angular/cdk": "^9.2.4",
"@angular/common": "~9.1.11",
"@angular/compiler": "~9.1.11",
"@angular/core": "~9.1.11",
"@angular/platform-browser": "~9.1.11",
"@angular/platform-browser-dynamic": "~9.1.11",
"@angular/router": "~9.1.11",
"@angular/common": "~9.1.13",
"@angular/compiler": "~9.1.13",
"@angular/core": "~9.1.13",
"@angular/platform-browser": "~9.1.13",
"@angular/platform-browser-dynamic": "~9.1.13",
"@angular/router": "~9.1.13",
"core-js": "^2.5.4",
"rxjs": "~6.5.4",
"tslib": "^1.10.0",
Expand Down

0 comments on commit d23a893

Please sign in to comment.