Skip to content

Commit a63d4ef

Browse files
committed
fix(deps): update dependency @google-cloud/firestore to v6 [security]
1 parent d3e6f60 commit a63d4ef

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

background/function/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"test": "mocha --exit test/*.test.js"
1010
},
1111
"dependencies": {
12-
"@google-cloud/firestore": "^5.0.0",
12+
"@google-cloud/firestore": "^6.2.0",
1313
"@google-cloud/translate": "^8.0.0"
1414
},
1515
"devDependencies": {}

background/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"test": "mocha --exit test/app.test.js --timeout=50000"
1515
},
1616
"dependencies": {
17-
"@google-cloud/firestore": "^5.0.0",
17+
"@google-cloud/firestore": "^6.2.0",
1818
"@google-cloud/pubsub": "3.1.0",
1919
"@google-cloud/storage": "^6.0.0",
2020
"express": "^4.16.4"

background/server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"author": "Google LLC",
1111
"license": "Apache-2.0",
1212
"dependencies": {
13-
"@google-cloud/firestore": "^5.0.0",
13+
"@google-cloud/firestore": "^6.2.0",
1414
"@google-cloud/pubsub": "^3.0.0",
1515
"body-parser": "^1.19.0",
1616
"express": "^4.17.1",

bookshelf/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"test": "mocha --timeout=8000 --exit **/*.test.js"
1515
},
1616
"dependencies": {
17-
"@google-cloud/firestore": "^5.0.0",
17+
"@google-cloud/firestore": "^6.2.0",
1818
"@google-cloud/storage": "^6.0.0",
1919
"body-parser": "^1.18.3",
2020
"express": "^4.16.4",

sessions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"license": "Apache-2.0",
1212
"dependencies": {
1313
"@google-cloud/connect-firestore": "^2.0.0",
14-
"@google-cloud/firestore": "^5.0.0",
14+
"@google-cloud/firestore": "^6.2.0",
1515
"express": "^4.17.1",
1616
"express-session": "^1.16.2"
1717
},

0 commit comments

Comments
 (0)