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 16.1.1 to 16.2.12.
    See this package in npm: https://www.npmjs.com/package/@angular/animations
  - @angular/common from 16.1.1 to 16.2.12.
    See this package in npm: https://www.npmjs.com/package/@angular/common
  - @angular/compiler from 16.1.1 to 16.2.12.
    See this package in npm: https://www.npmjs.com/package/@angular/compiler
  - @angular/core from 16.1.1 to 16.2.12.
    See this package in npm: https://www.npmjs.com/package/@angular/core
  - @angular/forms from 16.1.1 to 16.2.12.
    See this package in npm: https://www.npmjs.com/package/@angular/forms
  - @angular/platform-browser from 16.1.1 to 16.2.12.
    See this package in npm: https://www.npmjs.com/package/@angular/platform-browser
  - @angular/platform-browser-dynamic from 16.1.1 to 16.2.12.
    See this package in npm: https://www.npmjs.com/package/@angular/platform-browser-dynamic
  - @angular/router from 16.1.1 to 16.2.12.
    See this package in npm: https://www.npmjs.com/package/@angular/router

See this project in Snyk:
https://app.snyk.io/org/mohammadnewton/project/066d1e1b-0502-441c-a5a4-59c5a9eea288?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Jun 14, 2024
1 parent 053b0be commit 3cfd1f2
Show file tree
Hide file tree
Showing 2 changed files with 65 additions and 56 deletions.
105 changes: 57 additions & 48 deletions angular-app/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 angular-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@
},
"private": true,
"dependencies": {
"@angular/animations": "^16.0.3",
"@angular/common": "^16.0.3",
"@angular/compiler": "^16.0.3",
"@angular/core": "^16.0.3",
"@angular/forms": "^16.0.3",
"@angular/platform-browser": "^16.0.3",
"@angular/platform-browser-dynamic": "^16.0.3",
"@angular/router": "^16.0.3",
"@angular/animations": "^16.2.12",
"@angular/common": "^16.2.12",
"@angular/compiler": "^16.2.12",
"@angular/core": "^16.2.12",
"@angular/forms": "^16.2.12",
"@angular/platform-browser": "^16.2.12",
"@angular/platform-browser-dynamic": "^16.2.12",
"@angular/router": "^16.2.12",
"@ngrx/data": "^16.0.0",
"@ngrx/effects": "^16.0.0",
"@ngrx/entity": "^16.0.0",
Expand Down

0 comments on commit 3cfd1f2

Please sign in to comment.