Skip to content

Commit 574b6b3

Browse files
authored
chore(deps): update dependency promise-retry to v2 (#1875)
1 parent 27df832 commit 574b6b3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

functions/billing/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@google-cloud/functions-framework": "^1.1.1",
2222
"child-process-promise": "^2.2.1",
2323
"mocha": "^7.0.0",
24-
"promise-retry": "^1.1.1",
24+
"promise-retry": "^2.0.0",
2525
"proxyquire": "^2.1.0",
2626
"request": "^2.88.0",
2727
"requestretry": "^4.0.0",

functions/helloworld/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"express": "^4.16.3",
3131
"mocha": "^7.0.0",
3232
"moment": "^2.24.0",
33-
"promise-retry": "^1.1.1",
33+
"promise-retry": "^2.0.0",
3434
"proxyquire": "^2.1.0",
3535
"request": "^2.88.0",
3636
"requestretry": "^4.0.0",

0 commit comments

Comments
 (0)