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

See this project in Snyk:
https://app.snyk.io/org/tuanicom/project/5fa818f9-7de7-49b2-88e4-f4c09a5faa83?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Oct 7, 2023
1 parent 7ba3b15 commit 8a6f78b
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,15 @@
},
"homepage": "https://github.com/tuanicom/incap#readme",
"dependencies": {
"@angular/animations": "16.2.4",
"@angular/common": "16.2.4",
"@angular/compiler": "16.2.4",
"@angular/core": "16.2.4",
"@angular/forms": "16.2.4",
"@angular/animations": "16.2.5",
"@angular/common": "16.2.5",
"@angular/compiler": "16.2.5",
"@angular/core": "16.2.5",
"@angular/forms": "16.2.5",
"@angular/localize": "16.2.4",
"@angular/platform-browser": "16.2.4",
"@angular/platform-browser-dynamic": "16.2.4",
"@angular/router": "16.2.4",
"@angular/platform-browser": "16.2.5",
"@angular/platform-browser-dynamic": "16.2.5",
"@angular/router": "16.2.5",
"@fortawesome/angular-fontawesome": "^0.13.0",
"@fortawesome/fontawesome-svg-core": "^6.4.0",
"@fortawesome/free-solid-svg-icons": "^6.4.0",
Expand Down

0 comments on commit 8a6f78b

Please sign in to comment.