Skip to content

Commit

Permalink
Merge pull request #800 from duffelhq/renovate/node-fetch-2.x
Browse files Browse the repository at this point in the history
build(deps): update dependency node-fetch to v2.7.0
  • Loading branch information
andrejak authored Oct 12, 2023
2 parents dc9bf5b + 361453c commit 31301e3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"dependencies": {
"@types/node": "^17.0.21",
"@types/node-fetch": "^2.6.2",
"node-fetch": "2.6.11"
"node-fetch": "2.7.0"
},
"devDependencies": {
"@babel/core": "7.23.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5259,10 +5259,10 @@ nock@13.3.3:
lodash "^4.17.21"
propagate "^2.0.0"

node-fetch@2.6.11:
version "2.6.11"
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.11.tgz#cde7fc71deef3131ef80a738919f999e6edfff25"
integrity sha512-4I6pdBY1EthSqDmJkiNk3JIT8cswwR9nfeW/cPdUagJYEQG7R95WRH74wpz7ma8Gh/9dI9FP+OU+0E4FvtA55w==
node-fetch@2.7.0:
version "2.7.0"
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.7.0.tgz#d0f0fa6e3e2dc1d27efcd8ad99d550bda94d187d"
integrity sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==
dependencies:
whatwg-url "^5.0.0"

Expand Down

0 comments on commit 31301e3

Please sign in to comment.