Skip to content

Commit

Permalink
Update Firebase
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 15, 2024
1 parent 81ca428 commit 1c03851
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions firebase/functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"description": "Highlights Cloud Functions for Firebase",
"main": "lib/src/index.js",
"engines": {
"node": "18"
"node": "22"
},
"scripts": {
"build": "tsc",
Expand All @@ -23,19 +23,19 @@
"dependencies": {
"cors": "^2.8.5",
"express": "^4.18.2",
"firebase-admin": "^11.4.0",
"firebase-functions": "^4.1.1",
"firebase-admin": "^13.0.0",
"firebase-functions": "^6.0.0",
"node-fetch": "^2.6.7"
},
"devDependencies": {
"@types/jest": "^29.2.4",
"@types/node": "^18.11.13",
"@types/node-fetch": "^2.6.2",
"@types/supertest": "^2.0.12",
"concurrently": "^8.0.0",
"@types/supertest": "^6.0.0",
"concurrently": "^9.0.0",
"firebase-functions-test": "^3.0.0",
"jest": "^29.3.1",
"supertest": "^6.3.3",
"supertest": "^7.0.0",
"ts-jest": "^29.0.3",
"ts-node": "^10.9.2",
"typescript": "^5.0.0"
Expand Down

0 comments on commit 1c03851

Please sign in to comment.