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

Commit d4f49b1

Browse files
authored
Merge pull request #1285 from Shopify/dependabot/npm_and_yarn/web-streams-polyfill-4.0.0
Bump web-streams-polyfill from 3.3.2 to 4.0.0
2 parents f6b31b4 + 3c838c1 commit d4f49b1

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

packages/graphql-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
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"

packages/graphql-client/src/graphql-client/tests/graphql-client/fixtures.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { TextEncoder, TextDecoder } from "util";
22
import { Readable } from "stream";
33

4-
import { ReadableStream } from "web-streams-polyfill/es2018";
4+
import { ReadableStream } from "web-streams-polyfill";
55

66
import { createGraphQLClient } from "../../graphql-client";
77
import {

yarn.lock

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff 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+
96999704
webcrypto-core@^1.7.7:
97009705
version "1.7.7"
97019706
resolved "https://registry.yarnpkg.com/webcrypto-core/-/webcrypto-core-1.7.7.tgz#06f24b3498463e570fed64d7cab149e5437b162c"

0 commit comments

Comments
 (0)