This repository was archived by the owner on Apr 11, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed
src/graphql-client/tests/graphql-client Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 88
88
"jest-environment-jsdom" : " ^29.5.0" ,
89
89
"jest-fetch-mock" : " ^3.0.3" ,
90
90
"regenerator-runtime" : " ^0.14.1" ,
91
- "web-streams-polyfill" : " ^3.3.2 "
91
+ "web-streams-polyfill" : " ^4.0.0 "
92
92
},
93
93
"bugs" : {
94
94
"url" : " https://github.com/Shopify/shopify-api-js/issues"
Original file line number Diff line number Diff line change 1
1
import { TextEncoder , TextDecoder } from "util" ;
2
2
import { Readable } from "stream" ;
3
3
4
- import { ReadableStream } from "web-streams-polyfill/es2018 " ;
4
+ import { ReadableStream } from "web-streams-polyfill" ;
5
5
6
6
import { createGraphQLClient } from "../../graphql-client" ;
7
7
import {
Original file line number Diff line number Diff line change @@ -9691,11 +9691,16 @@ wcwidth@^1.0.1:
9691
9691
dependencies :
9692
9692
defaults "^1.0.3"
9693
9693
9694
- web-streams-polyfill@^3.2.1, web-streams-polyfill@^3.3.2 :
9694
+ web-streams-polyfill@^3.2.1 :
9695
9695
version "3.3.2"
9696
9696
resolved "https://registry.yarnpkg.com/web-streams-polyfill/-/web-streams-polyfill-3.3.2.tgz#32e26522e05128203a7de59519be3c648004343b"
9697
9697
integrity sha512-3pRGuxRF5gpuZc0W+EpwQRmCD7gRqcDOMt688KmdlDAgAyaB1XlN0zq2njfDNm44XVdIouE7pZ6GzbdyH47uIQ==
9698
9698
9699
+ web-streams-polyfill@^4.0.0 :
9700
+ version "4.0.0"
9701
+ resolved "https://registry.yarnpkg.com/web-streams-polyfill/-/web-streams-polyfill-4.0.0.tgz#74cedf168339ee6e709532f76c49313a8c7acdac"
9702
+ integrity sha512-0zJXHRAYEjM2tUfZ2DiSOHAa2aw1tisnnhU3ufD57R8iefL+DcdJyRBRyJpG+NUimDgbTI/lH+gAE1PAvV3Cgw==
9703
+
9699
9704
webcrypto-core@^1.7.7 :
9700
9705
version "1.7.7"
9701
9706
resolved "https://registry.yarnpkg.com/webcrypto-core/-/webcrypto-core-1.7.7.tgz#06f24b3498463e570fed64d7cab149e5437b162c"
You can’t perform that action at this time.
0 commit comments