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

See this project in Snyk:
https://app.snyk.io/org/gastonmfdz/project/515893aa-9764-4639-bd1e-23c6a4e686fd?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Jun 14, 2024
1 parent 226fbb0 commit 27f3fbe
Show file tree
Hide file tree
Showing 2 changed files with 76 additions and 66 deletions.
124 changes: 67 additions & 57 deletions package-lock.json

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

18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@
},
"private": true,
"dependencies": {
"@angular/animations": "^17.3.1",
"@angular/common": "^17.3.1",
"@angular/compiler": "^17.3.1",
"@angular/core": "^17.3.1",
"@angular/forms": "^17.3.1",
"@angular/platform-browser": "^17.3.1",
"@angular/platform-browser-dynamic": "^17.3.1",
"@angular/platform-server": "^17.3.1",
"@angular/router": "^17.3.1",
"@angular/animations": "^17.3.10",
"@angular/common": "^17.3.10",
"@angular/compiler": "^17.3.10",
"@angular/core": "^17.3.10",
"@angular/forms": "^17.3.10",
"@angular/platform-browser": "^17.3.10",
"@angular/platform-browser-dynamic": "^17.3.10",
"@angular/platform-server": "^17.3.10",
"@angular/router": "^17.3.10",
"angular-cli-ghpages": "^2.0.0-beta.2",
"bootstrap": "^5.3.2",
"express": "^4.19.2",
Expand Down

0 comments on commit 27f3fbe

Please sign in to comment.