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.3.5 to 17.3.12.
    See this package in npm: https://www.npmjs.com/package/@angular/animations
  - @angular/common from 17.3.5 to 17.3.12.
    See this package in npm: https://www.npmjs.com/package/@angular/common
  - @angular/compiler from 17.3.5 to 17.3.12.
    See this package in npm: https://www.npmjs.com/package/@angular/compiler
  - @angular/core from 17.3.5 to 17.3.12.
    See this package in npm: https://www.npmjs.com/package/@angular/core
  - @angular/forms from 17.3.5 to 17.3.12.
    See this package in npm: https://www.npmjs.com/package/@angular/forms
  - @angular/platform-browser from 17.3.5 to 17.3.12.
    See this package in npm: https://www.npmjs.com/package/@angular/platform-browser
  - @angular/platform-browser-dynamic from 17.3.5 to 17.3.12.
    See this package in npm: https://www.npmjs.com/package/@angular/platform-browser-dynamic
  - @angular/platform-server from 17.3.5 to 17.3.12.
    See this package in npm: https://www.npmjs.com/package/@angular/platform-server
  - @angular/router from 17.3.5 to 17.3.12.
    See this package in npm: https://www.npmjs.com/package/@angular/router
  - tslib from 2.6.2 to 2.7.0.
    See this package in npm: https://www.npmjs.com/package/tslib
  - @angular/ssr from 17.3.5 to 17.3.9.
    See this package in npm: https://www.npmjs.com/package/@angular/ssr
  - primeng from 17.14.1 to 17.18.9.
    See this package in npm: https://www.npmjs.com/package/primeng
  - zone.js from 0.14.4 to 0.15.0.
    See this package in npm: https://www.npmjs.com/package/zone.js

See this project in Snyk:
https://app.snyk.io/org/rodolphe33/project/eb242b27-7df4-4599-9b5f-5cad77221e0f?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Sep 20, 2024
1 parent f235b73 commit 2cb79ce
Show file tree
Hide file tree
Showing 2 changed files with 110 additions and 92 deletions.
176 changes: 97 additions & 79 deletions frontend/package-lock.json

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

26 changes: 13 additions & 13 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,23 +13,23 @@
},
"private": true,
"dependencies": {
"@angular/animations": "^17.3.0",
"@angular/common": "^17.3.0",
"@angular/compiler": "^17.3.0",
"@angular/core": "^17.3.0",
"@angular/forms": "^17.3.0",
"@angular/platform-browser": "^17.3.0",
"@angular/platform-browser-dynamic": "^17.3.0",
"@angular/platform-server": "^17.3.0",
"@angular/router": "^17.3.0",
"@angular/ssr": "^17.3.5",
"@angular/animations": "^17.3.12",
"@angular/common": "^17.3.12",
"@angular/compiler": "^17.3.12",
"@angular/core": "^17.3.12",
"@angular/forms": "^17.3.12",
"@angular/platform-browser": "^17.3.12",
"@angular/platform-browser-dynamic": "^17.3.12",
"@angular/platform-server": "^17.3.12",
"@angular/router": "^17.3.12",
"@angular/ssr": "^17.3.9",
"express": "^4.18.2",
"primeflex": "^3.3.1",
"primeicons": "^7.0.0",
"primeng": "^17.14.1",
"primeng": "^17.18.9",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
"zone.js": "~0.14.3"
"tslib": "^2.7.0",
"zone.js": "~0.15.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^17.3.5",
Expand Down

0 comments on commit 2cb79ce

Please sign in to comment.