10000 chore: bump node-fetch from 3.0.0 to 3.1.0 (#4149) · dotJack/typescript-eslint@a4adbf9 · GitHub
[go: up one dir, main page]

Skip to content

Commit a4adbf9

Browse files
chore: bump node-fetch from 3.0.0 to 3.1.0 (typescript-eslint#4149)
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 3.0.0 to 3.1.0. - [Release notes](https://github.com/node-fetch/node-fetch/releases) - [Changelog](https://github.com/node-fetch/node-fetch/blob/main/docs/CHANGELOG.md) - [Commits](node-fetch/node-fetch@v3.0.0...v3.1.0) --- updated-dependencies: - dependency-name: node-fetch dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7657d82 commit a4adbf9

File tree

1 file changed

+16
-8
lines changed

1 file changed

+16
-8
lines changed

yarn.lock

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5693,10 +5693,10 @@ dashdash@^1.12.0:
56935693
dependencies:
56945694
assert-plus "^1.0.0"
56955695

5696-
data-uri-to-buffer@^3.0.1:
5697-
version "3.0.1"
5698-
resolved "https://registry.yarnpkg.com/data-uri-to-buffer/-/data-uri-to-buffer-3.0.1.tgz#594b8973938c5bc2c33046535785341abc4f3636"
5699-
integrity sha512-WboRycPNsVw3B3TL559F7kuBUM4d8CgMEvk6xEJlOp7OBPjt6G7z8WMWlD2rOFZLk6OYfFIUGsCOWzcQH9K2og==
5696+
data-uri-to-buffer@^4.0.0:
5697+
version "4.0.0"
5698+
resolved "https://registry.yarnpkg.com/data-uri-to-buffer/-/data-uri-to-buffer-4.0.0.tgz#b5db46aea50f6176428ac05b73be39a57701a64b"
5699+
integrity sha512-Vr3mLBA8qWmcuschSLAOogKgQ/Jwxulv3RNE4FXnYWRGujzrRWQI4m12fQqRkwX06C0KanhLr4hK+GydchZsaA==
57005700

57015701
data-urls@^2.0.0:
57025702
version "2.0.0"
@@ -7007,6 +7007,13 @@ form-data@~2.3.2:
70077007
combined-stream "^1.0.6"
70087008
mime-types "^2.1.12"
70097009

7010+
formdata-polyfill@^4.0.10:
7011+
version "4.0.10"
7012+
resolved "https://registry.yarnpkg.com/formdata-polyfill/-/formdata-polyfill-4.0.10.tgz#24807c31c9d402e002ab3d8c720144ceb8848423"
7013+
integrity sha512-buewHzMvYL29jdeQTVILecSaZKnt/RJWjoZCF5OW60Z67/GmSLBkOFM7qh1PI3zFNtJbaZL5eQu1vLfazOwj4g==
7014+
dependencies:
7015+
fetch-blob "^3.1.2"
7016+
70107017
forwarded@0.2.0:
70117018
version "0.2.0"
70127019
resolved "https://registry.yarnpkg.com/forwarded/-/forwarded-0.2.0.tgz#2269936428aad4c15c7ebe9779a84bf0b2a81811"
@@ -10137,12 +10144,13 @@ node-fetch@^2.6.0, node-fetch@^2.6.1:
1013710144
whatwg-url "^5.0.0"
1013810145

1013910146
node-fetch@^3.0.0:
10140-
version "3.0.0"
10141-
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-3.0.0.tgz#79da7146a520036f2c5f644e4a26095f17e411ea"
10142-
integrity sha512-bKMI+C7/T/SPU1lKnbQbwxptpCrG9ashG+VkytmXCPZyuM9jB6VU+hY0oi4lC8LxTtAeWdckNCTa3nrGsAdA3Q==
10147+
version "3.1.0"
10148+
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-3.1.0.tgz#714f4922dc270239487654eaeeab86b8206cb52e"
10149+
integrity sha512-QU0WbIfMUjd5+MUzQOYhenAazakV7Irh1SGkWCsRzBwvm4fAhzEUaHMJ6QLP7gWT6WO9/oH2zhKMMGMuIrDyKw==
1014310150
dependencies:
10144-
data-uri-to-buffer "^3.0.1"
10151+
data-uri-to-buffer "^4.0.0"
1014510152
fetch-blob "^3.1.2"
10153+
formdata-polyfill "^4.0.10"
1014610154

1014710155
node-forge@^0.10.0:
1014810156
version "0.10.0"

0 commit comments

Comments
 (0)
0