Skip to content

Commit

Permalink
Update dependency @types/node-fetch to v2.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
whitesource-for-github-com[bot] authored and romaingweb committed Feb 16, 2022
1 parent 57a113a commit d358220
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
},
"devDependencies": {
"@pact-foundation/pact": "9.17.2",
"@types/node-fetch": "2.6.0",
"@types/node-fetch": "2.6.1",
"@types/split2": "3.2.1",
"hamjest": "3.7.3",
"hamjest-sinon": "1.0.6",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -566,13 +566,13 @@
dependencies:
"@types/node" "*"

"@types/[email protected].0":
version "2.6.0"
resolved "https://registry.yarnpkg.com/@types/node-fetch/-/node-fetch-2.6.0.tgz#bf854a36a0d0d99436fd199e06612ef4e73591b6"
integrity sha512-HT+uU6V27wJFXgEqTk/+rVE1MWcp5bg7Yuz//43TZ2PjpQbQ8vDLwVmB+fSpgs83j/+p+rMIlDRo9TL3IexWMA==
"@types/[email protected].1":
version "2.6.1"
resolved "https://registry.yarnpkg.com/@types/node-fetch/-/node-fetch-2.6.1.tgz#8f127c50481db65886800ef496f20bbf15518975"
integrity sha512-oMqjURCaxoSIsHSr1E47QHzbmzNR5rK8McHuNb11BOM9cHcIK3Avy0s/b2JlXHoQGTYS3NsvWzV1M0iK7l0wbA==
dependencies:
"@types/node" "*"
form-data "^2.3.3"
form-data "^3.0.0"

"@types/node@*", "@types/[email protected]":
version "15.6.1"
Expand Down Expand Up @@ -2454,7 +2454,7 @@ follow-redirects@^1.14.7:
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.14.8.tgz#016996fb9a11a100566398b1c6839337d7bfa8fc"
integrity sha512-1x0S9UVJHsQprFcEC/qnNzBLcIxsjAV905f/UkQxbclCsoTWlacCNOpQa/anodLl2uaEKFhfWOvM2Qg77+15zA==

form-data@^2.0.0, form-data@^2.3.3, form-data@^2.5.0:
form-data@^2.0.0, form-data@^2.5.0:
version "2.5.1"
resolved "https://registry.yarnpkg.com/form-data/-/form-data-2.5.1.tgz#f2cbec57b5e59e23716e128fe44d4e5dd23895f4"
integrity sha512-m21N3WOmEEURgk6B9GLOE4RuWOFf28Lhh9qGYeNlGq4VDXUlJy2th2slBNU8Gp8EzloYZOibZJ7t5ecIrFSjVA==
Expand Down

0 comments on commit d358220

Please sign in to comment.