We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 061a536 commit aecc4c6Copy full SHA for aecc4c6
datastore/functions/package.json
@@ -20,7 +20,7 @@
20
"devDependencies": {
21
"@google-cloud/functions-framework": "^1.1.1",
22
"child-process-promise": "^2.2.1",
23
- "gaxios": "^2.3.1",
+ "gaxios": "^3.0.0",
24
"mocha": "^7.0.0",
25
"proxyquire": "^2.1.0",
26
"sinon": "^9.0.0",
functions/background/package.json
@@ -14,7 +14,7 @@
14
"test": "mocha test/*.test.js --timeout=20000"
15
},
16
"dependencies": {
17
- "gaxios": "^2.3.1"
+ "gaxios": "^3.0.0"
18
19
0 commit comments