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:
  - tslib from 2.6.2 to 2.7.0.
    See this package in npm: https://www.npmjs.com/package/tslib
  - firebase from 10.4.0 to 10.13.0.
    See this package in npm: https://www.npmjs.com/package/firebase
  - zone.js from 0.13.3 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/m0narca/project/cbd49507-b5db-4f6d-846a-f2623ab574cf?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Sep 14, 2024
1 parent f14f42d commit 2efc7fa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
"@angular/platform-browser": "^12.0.0",
"@angular/platform-browser-dynamic": "^12.0.0",
"@angular/router": "^12.0.0",
"firebase": "^10.3.1",
"firebase": "^10.13.0",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
"zone.js": "~0.13.0"
"tslib": "^2.7.0",
"zone.js": "~0.15.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^12.0.0",
Expand Down

0 comments on commit 2efc7fa

Please sign in to comment.