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 8888 "jest-environment-jsdom" : " ^29.5.0" ,
8989 "jest-fetch-mock" : " ^3.0.3" ,
9090 "regenerator-runtime" : " ^0.14.1" ,
91- "web-streams-polyfill" : " ^3.3.2 "
91+ "web-streams-polyfill" : " ^4.0.0 "
9292 },
9393 "bugs" : {
9494 "url" : " https://github.com/Shopify/shopify-api-js/issues"
Original file line number Diff line number Diff line change 11import { TextEncoder , TextDecoder } from "util" ;
22import { Readable } from "stream" ;
33
4- import { ReadableStream } from "web-streams-polyfill/es2018 " ;
4+ import { ReadableStream } from "web-streams-polyfill" ;
55
66import { createGraphQLClient } from "../../graphql-client" ;
77import {
Original file line number Diff line number Diff line change @@ -9691,11 +9691,16 @@ wcwidth@^1.0.1:
96919691 dependencies :
96929692 defaults "^1.0.3"
96939693
9694- web-streams-polyfill@^3.2.1, web-streams-polyfill@^3.3.2 :
9694+ web-streams-polyfill@^3.2.1 :
96959695 version "3.3.2"
96969696 resolved "https://registry.yarnpkg.com/web-streams-polyfill/-/web-streams-polyfill-3.3.2.tgz#32e26522e05128203a7de59519be3c648004343b"
96979697 integrity sha512-3pRGuxRF5gpuZc0W+EpwQRmCD7gRqcDOMt688KmdlDAgAyaB1XlN0zq2njfDNm44XVdIouE7pZ6GzbdyH47uIQ==
96989698
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+
96999704webcrypto-core@^1.7.7 :
97009705 version "1.7.7"
97019706 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