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

Commit

Permalink
Merge pull request #1285 from Shopify/dependabot/npm_and_yarn/web-str…
Browse files Browse the repository at this point in the history
…eams-polyfill-4.0.0

Bump web-streams-polyfill from 3.3.2 to 4.0.0
  • Loading branch information
lizkenyon authored Apr 2, 2024
2 parents f6b31b4 + 3c838c1 commit d4f49b1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/graphql-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"jest-environment-jsdom": "^29.5.0",
"jest-fetch-mock": "^3.0.3",
"regenerator-runtime": "^0.14.1",
"web-streams-polyfill": "^3.3.2"
"web-streams-polyfill": "^4.0.0"
},
"bugs": {
"url": "https://github.com/Shopify/shopify-api-js/issues"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { TextEncoder, TextDecoder } from "util";
import { Readable } from "stream";

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

import { createGraphQLClient } from "../../graphql-client";
import {
Expand Down
7 changes: 6 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9691,11 +9691,16 @@ wcwidth@^1.0.1:
dependencies:
defaults "^1.0.3"

web-streams-polyfill@^3.2.1, web-streams-polyfill@^3.3.2:
web-streams-polyfill@^3.2.1:
version "3.3.2"
resolved "https://registry.yarnpkg.com/web-streams-polyfill/-/web-streams-polyfill-3.3.2.tgz#32e26522e05128203a7de59519be3c648004343b"
integrity sha512-3pRGuxRF5gpuZc0W+EpwQRmCD7gRqcDOMt688KmdlDAgAyaB1XlN0zq2njfDNm44XVdIouE7pZ6GzbdyH47uIQ==

web-streams-polyfill@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/web-streams-polyfill/-/web-streams-polyfill-4.0.0.tgz#74cedf168339ee6e709532f76c49313a8c7acdac"
integrity sha512-0zJXHRAYEjM2tUfZ2DiSOHAa2aw1tisnnhU3ufD57R8iefL+DcdJyRBRyJpG+NUimDgbTI/lH+gAE1PAvV3Cgw==

webcrypto-core@^1.7.7:
version "1.7.7"
resolved "https://registry.yarnpkg.com/webcrypto-core/-/webcrypto-core-1.7.7.tgz#06f24b3498463e570fed64d7cab149e5437b162c"
Expand Down

0 comments on commit d4f49b1

Please sign in to comment.