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

See this project in Snyk:
https://app.snyk.io/org/v-paranoiaque/project/9a1fbe18-7bd5-445b-b655-52fa99baa6b4?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Sep 4, 2024
1 parent 6ba61ba commit 8d1ac0e
Show file tree
Hide file tree
Showing 2 changed files with 128 additions and 128 deletions.
240 changes: 120 additions & 120 deletions 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 package.json
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@
"sonar": "sonar-scanner"
},
"dependencies": {
"@angular/animations": "^18.1.4",
"@angular/common": "^18.1.4",
"@angular/compiler": "^18.1.4",
"@angular/core": "^18.1.4",
"@angular/forms": "^18.1.4",
"@angular/platform-browser": "^18.1.4",
"@angular/platform-browser-dynamic": "^18.1.4",
"@angular/router": "^18.1.4",
"@angular/animations": "^18.2.0",
"@angular/common": "^18.2.0",
"@angular/compiler": "^18.2.0",
"@angular/core": "^18.2.0",
"@angular/forms": "^18.2.0",
"@angular/platform-browser": "^18.2.0",
"@angular/platform-browser-dynamic": "^18.2.0",
"@angular/router": "^18.2.0",
"@ngx-translate/http-loader": "^8.0.0",
"angular-oauth2-oidc": "^17.0.2",
"bootstrap": "^5.3.3",
Expand Down

0 comments on commit 8d1ac0e

Please sign in to comment.