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

See this project in Snyk:
https://app.snyk.io/org/kidwen/project/033159e5-2deb-4d15-9c77-03ccc1aa3203?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Jan 10, 2024
1 parent 89aa579 commit 7a8de86
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@
},
"private": true,
"dependencies": {
"@angular/animations": "^17.0.3",
"@angular/animations": "^17.0.7",
"@angular/cdk": "^17.0.2",
"@angular/common": "^17.0.3",
"@angular/compiler": "^17.0.3",
"@angular/core": "^17.0.3",
"@angular/forms": "^17.0.3",
"@angular/common": "^17.0.7",
"@angular/compiler": "^17.0.7",
"@angular/core": "^17.0.7",
"@angular/forms": "^17.0.7",
"@angular/material": "^17.0.2",
"@angular/platform-browser": "^17.0.3",
"@angular/platform-browser-dynamic": "^17.0.3",
"@angular/router": "^17.0.3",
"@angular/platform-browser": "^17.0.7",
"@angular/platform-browser-dynamic": "^17.0.7",
"@angular/router": "^17.0.7",
"animate.css": "^4.1.1",
"eva-icons": "^1.1.3",
"rxjs": "^7.5.7",
Expand Down

0 comments on commit 7a8de86

Please sign in to comment.