Skip to content

Commit

Permalink
fix(deps): update dependency @google-cloud/firestore to v7 [security]
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Oct 9, 2024
1 parent b889e24 commit 5993fd1
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion background/function/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"test": "mocha --exit test/*.test.js"
},
"dependencies": {
"@google-cloud/firestore": "^5.0.0",
"@google-cloud/firestore": "^7.0.0",
"@google-cloud/translate": "^8.0.0"
},
"devDependencies": {}
Expand Down
2 changes: 1 addition & 1 deletion background/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"test": "mocha --exit test/app.test.js --timeout=50000"
},
"dependencies": {
"@google-cloud/firestore": "^5.0.0",
"@google-cloud/firestore": "^7.0.0",
"@google-cloud/pubsub": "3.1.0",
"@google-cloud/storage": "^6.0.0",
"express": "^4.16.4"
Expand Down
2 changes: 1 addition & 1 deletion background/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"author": "Google LLC",
"license": "Apache-2.0",
"dependencies": {
"@google-cloud/firestore": "^5.0.0",
"@google-cloud/firestore": "^7.0.0",
"@google-cloud/pubsub": "^3.0.0",
"body-parser": "^1.19.0",
"express": "^4.17.1",
Expand Down
2 changes: 1 addition & 1 deletion bookshelf/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"test": "mocha --timeout=8000 --exit **/*.test.js"
},
"dependencies": {
"@google-cloud/firestore": "^5.0.0",
"@google-cloud/firestore": "^7.0.0",
"@google-cloud/storage": "^6.0.0",
"body-parser": "^1.18.3",
"express": "^4.16.4",
Expand Down
2 changes: 1 addition & 1 deletion sessions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"license": "Apache-2.0",
"dependencies": {
"@google-cloud/connect-firestore": "^2.0.0",
"@google-cloud/firestore": "^5.0.0",
"@google-cloud/firestore": "^7.0.0",
"express": "^4.17.1",
"express-session": "^1.16.2"
},
Expand Down

0 comments on commit 5993fd1

Please sign in to comment.