Skip to content

Commit

Permalink
fix(pkg): update lock file
Browse files Browse the repository at this point in the history
  • Loading branch information
matheusgnreis authored May 15, 2024
1 parent f28e44d commit f6a2b29
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions functions/package-lock.json

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

4 changes: 2 additions & 2 deletions functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@
"logs": "firebase functions:log"
},
"engines": {
"node": "18.20.2"
"node": "18"
},
"dependencies": {
"@ecomplus/application-sdk": "^22.0.0-firestore.1.15.7",
"@google-cloud/firestore": "^6.8.0",
"cors": "^2.8.5",
"express": "^4.19.2",
"firebase-admin": "^11.11.1",
"firebase-functions": "^4.9.0",
"firebase-functions": "^4.8.2",
"md5": "^2.3.0",
"multer": "^1.4.5-lts.1"
},
Expand Down

0 comments on commit f6a2b29

Please sign in to comment.