Skip to content

Commit

Permalink
chore: Update storage and firestore dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lahirumaramba committed Mar 30, 2022
1 parent 1d3de4e commit 58f2e37
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,8 @@
"node-forge": "^1.0.0"
},
"optionalDependencies": {
"@google-cloud/firestore": "^4.5.0",
"@google-cloud/storage": "^5.3.0"
"@google-cloud/firestore": "^4.15.1",
"@google-cloud/storage": "^5.18.3"
},
"devDependencies": {
"@firebase/api-documenter": "^0.1.2",
Expand All @@ -183,7 +183,7 @@
"@types/firebase-token-generator": "^2.0.28",
"@types/jsonwebtoken": "8.5.1",
"@types/lodash": "^4.14.104",
"@types/minimist": "^1.2.0",
"@types/minimist": "^1.2.2",
"@types/mocha": "^9.0.0",
"@types/nock": "^11.1.0",
"@types/request": "^2.47.0",
Expand All @@ -206,7 +206,7 @@
"gulp-typescript": "^5.0.1",
"http-message-parser": "^0.0.34",
"lodash": "^4.17.15",
"minimist": "^1.2.0",
"minimist": "^1.2.6",
"mocha": "^9.1.2",
"mz": "^2.7.0",
"nock": "^13.0.0",
Expand Down

0 comments on commit 58f2e37

Please sign in to comment.