Skip to content

Commit aecc4c6

Browse files
authored
Update dependency gaxios to v3 (#1706)
1 parent 061a536 commit aecc4c6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

datastore/functions/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"devDependencies": {
2121
"@google-cloud/functions-framework": "^1.1.1",
2222
"child-process-promise": "^2.2.1",
23-
"gaxios": "^2.3.1",
23+
"gaxios": "^3.0.0",
2424
"mocha": "^7.0.0",
2525
"proxyquire": "^2.1.0",
2626
"sinon": "^9.0.0",

functions/background/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"test": "mocha test/*.test.js --timeout=20000"
1515
},
1616
"dependencies": {
17-
"gaxios": "^2.3.1"
17+
"gaxios": "^3.0.0"
1818
},
1919
"devDependencies": {
2020
"@google-cloud/functions-framework": "^1.1.1",

0 commit comments

Comments
 (0)