Skip to content
This repository was archived by the owner on Apr 11, 2024. It is now read-only.

Commit 0fdd109

Browse files
dependabot[bot]paulomarg
authored andcommitted
Bump node-fetch from 2.6.7 to 3.3.2
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.7 to 3.3.2. - [Release notes](https://github.com/node-fetch/node-fetch/releases) - [Commits](node-fetch/node-fetch@v2.6.7...v3.3.2) --- updated-dependencies: - dependency-name: node-fetch dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2382142 commit 0fdd109

File tree

2 files changed

+37
-3
lines changed

2 files changed

+37
-3
lines changed

packages/shopify-api/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"Storefront API"
6868
],
6969
"resolutions": {
70-
"node-fetch": "^2.6.7"
70+
"node-fetch": "^3.3.2"
7171
},
7272
"dependencies": {
7373
"@shopify/admin-api-client": "^0.2.2",
@@ -76,7 +76,7 @@
7676
"compare-versions": "^5.0.3",
7777
"isbot": "^4.4.0",
7878
"jose": "^4.9.1",
79-
"node-fetch": "^2.6.1",
79+
"node-fetch": "^3.3.2",
8080
"tslib": "^2.0.3",
8181
"uuid": "^9.0.0"
8282
},

yarn.lock

Lines changed: 35 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4312,6 +4312,11 @@ damerau-levenshtein@^1.0.8:
43124312
resolved "https://registry.yarnpkg.com/damerau-levenshtein/-/damerau-levenshtein-1.0.8.tgz#b43d286ccbd36bc5b2f7ed41caf2d0aba1f8a6e7"
43134313
integrity sha512-sdQSFB7+llfUcQHUQO3+B8ERRj0Oa4w9POWMI/puGtuf7gFywGmkaLCElnudfTiKZV+NvHqL0ifzdrI8Ro7ESA==
43144314

4315+
data-uri-to-buffer@^4.0.0:
4316+
version "4.0.1"
4317+
resolved "https://registry.yarnpkg.com/data-uri-to-buffer/-/data-uri-to-buffer-4.0.1.tgz#d8feb2b2881e6a4f58c2e08acfd0e2834e26222e"
4318+
integrity sha512-0R9ikRb668HB7QDxT1vkpuUBtqc53YyAwMwGeUFKRojY/NWKvdZ+9UYtRfGmhqNbRkTSVpMbmyhXipFFv2cb/A==
4319+
43154320
data-urls@^3.0.2:
43164321
version "3.0.2"
43174322
resolved "https://registry.yarnpkg.com/data-urls/-/data-urls-3.0.2.tgz#9cf24a477ae22bcef5cd5f6f0bfbc1d2d3be9143"
@@ -5279,6 +5284,14 @@ fbjs@^3.0.0:
52795284
setimmediate "^1.0.5"
52805285
ua-parser-js "^1.0.35"
52815286

5287+
fetch-blob@^3.1.2, fetch-blob@^3.1.4:
5288+
version "3.2.0"
5289+
resolved "https://registry.yarnpkg.com/fetch-blob/-/fetch-blob-3.2.0.tgz#f09b8d4bbd45adc6f0c20b7e787e793e309dcce9"
5290+
integrity sha512-7yAQpD2UMJzLi1Dqv7qFYnPbaPx7ZfFK6PiIxQ4PfkGPyNyl2Ugx+a/umUonmKqjhM4DnfbMvdX6otXq83soQQ==
5291+
dependencies:
5292+
node-domexception "^1.0.0"
5293+
web-streams-polyfill "^3.0.3"
5294+
52825295
figures@^3.0.0:
52835296
version "3.2.0"
52845297
resolved "https://registry.yarnpkg.com/figures/-/figures-3.2.0.tgz#625c18bd293c604dc4a8ddb2febf0c88341746af"
@@ -5367,6 +5380,13 @@ form-data@^4.0.0:
53675380
combined-stream "^1.0.8"
53685381
mime-types "^2.1.12"
53695382

5383+
formdata-polyfill@^4.0.10:
5384+
version "4.0.10"
5385+
resolved "https://registry.yarnpkg.com/formdata-polyfill/-/formdata-polyfill-4.0.10.tgz#24807c31c9d402e002ab3d8c720144ceb8848423"
5386+
integrity sha512-buewHzMvYL29jdeQTVILecSaZKnt/RJWjoZCF5OW60Z67/GmSLBkOFM7qh1PI3zFNtJbaZL5eQu1vLfazOwj4g==
5387+
dependencies:
5388+
fetch-blob "^3.1.2"
5389+
53705390
formidable@^2.1.2:
53715391
version "2.1.2"
53725392
resolved "https://registry.yarnpkg.com/formidable/-/formidable-2.1.2.tgz#fa973a2bec150e4ce7cac15589d7a25fc30ebd89"
@@ -7267,13 +7287,27 @@ node-addon-api@^7.0.0:
72677287
resolved "https://registry.yarnpkg.com/node-addon-api/-/node-addon-api-7.0.0.tgz#8136add2f510997b3b94814f4af1cce0b0e3962e"
72687288
integrity sha512-vgbBJTS4m5/KkE16t5Ly0WW9hz46swAstv0hYYwMtbG7AznRhNyfLRe8HZAiWIpcHzoO7HxhLuBQj9rJ/Ho0ZA==
72697289

7290+
node-domexception@^1.0.0:
7291+
version "1.0.0"
7292+
resolved "https://registry.yarnpkg.com/node-domexception/-/node-domexception-1.0.0.tgz#6888db46a1f71c0b76b3f7555016b63fe64766e5"
7293+
integrity sha512-/jKZoMpw0F8GRwl4/eLROPA3cfcXtLApP0QzLmUT/HuPCZWyB7IY9ZrMeKw2O/nFIqPQB3PVM9aYm0F312AXDQ==
7294+
72707295
node-fetch@^2.5.0, node-fetch@^2.6.1, node-fetch@^2.6.12:
72717296
version "2.7.0"
72727297
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.7.0.tgz#d0f0fa6e3e2dc1d27efcd8ad99d550bda94d187d"
72737298
integrity sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==
72747299
dependencies:
72757300
whatwg-url "^5.0.0"
72767301

7302+
node-fetch@^3.3.2:
7303+
version "3.3.2"
7304+
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-3.3.2.tgz#d1e889bacdf733b4ff3b2b243eb7a12866a0b78b"
7305+
integrity sha512-dRB78srN/l6gqWulah9SrxeYnxeddIG30+GOqK/9OlLVyLg3HPnr6SqOWTWOXKRwC2eGYCkZ59NNuSgvSrpgOA==
7306+
dependencies:
7307+
data-uri-to-buffer "^4.0.0"
7308+
fetch-blob "^3.1.4"
7309+
formdata-polyfill "^4.0.10"
7310+
72777311
node-forge@^1:
72787312
version "1.3.1"
72797313
resolved "https://registry.yarnpkg.com/node-forge/-/node-forge-1.3.1.tgz#be8da2af243b2417d5f646a770663a92b7e9ded3"
@@ -9218,7 +9252,7 @@ wcwidth@^1.0.1:
92189252
dependencies:
92199253
defaults "^1.0.3"
92209254

9221-
web-streams-polyfill@^3.2.1:
9255+
web-streams-polyfill@^3.0.3, web-streams-polyfill@^3.2.1:
92229256
version "3.2.1"
92239257
resolved "https://registry.yarnpkg.com/web-streams-polyfill/-/web-streams-polyfill-3.2.1.tgz#71c2718c52b45fd49dbeee88634b3a60ceab42a6"
92249258
integrity sha512-e0MO3wdXWKrLbL0DgGnUV7WHVuw9OUvL4hjgnPkIeEvESk74gAITi5G606JtZPp39cd8HA9VQzCIvA49LpPN5Q==

0 commit comments

Comments
 (0)