Skip to content

Commit

Permalink
Update dependency @types/node-fetch to v2.6.2 (#568)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <[email protected]>
  • Loading branch information
renovate[bot] and renovate-bot authored Jun 16, 2022
1 parent 4a90f8b commit dfbea1d
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion packages/ynap-bank2ynab-converter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"devDependencies": {
"@types/node": "11.15.20",
"@types/node-fetch": "2.6.1",
"@types/node-fetch": "2.6.2",
"ts-node": "8.10.2",
"typescript": "3.9.7"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/ynap-bank2ynab-converter/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# yarn lockfile v1


"@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==
"@types/[email protected].2":
version "2.6.2"
resolved "https://registry.yarnpkg.com/@types/node-fetch/-/node-fetch-2.6.2.tgz#d1a9c5fd049d9415dce61571557104dec3ec81da"
integrity sha512-DHqhlq5jeESLy19TYhLakJ07kNumXWjcDdxXsLUMJZ6ue8VZJj4kLPQVE/2mdHh3xZziNF1xppu5lwmS53HR+A==
dependencies:
"@types/node" "*"
form-data "^3.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/ynap-web-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
],
"devDependencies": {
"@types/file-saver": "2.0.1",
"@types/node-fetch": "2.6.1",
"@types/node-fetch": "2.6.2",
"@types/react-helmet": "5.0.15",
"@types/react-helmet-async": "1.0.1",
"@types/react-toastify": "4.0.2",
Expand Down
8 changes: 4 additions & 4 deletions packages/ynap-web-app/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2249,10 +2249,10 @@
"@types/node" "*"
form-data "^3.0.0"

"@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==
"@types/[email protected].2":
version "2.6.2"
resolved "https://registry.yarnpkg.com/@types/node-fetch/-/node-fetch-2.6.2.tgz#d1a9c5fd049d9415dce61571557104dec3ec81da"
integrity sha512-DHqhlq5jeESLy19TYhLakJ07kNumXWjcDdxXsLUMJZ6ue8VZJj4kLPQVE/2mdHh3xZziNF1xppu5lwmS53HR+A==
dependencies:
"@types/node" "*"
form-data "^3.0.0"
Expand Down

0 comments on commit dfbea1d

Please sign in to comment.