From 5e997605b320d8cc9cb03c54ca45cf9aecc047ab Mon Sep 17 00:00:00 2001 From: Daniel Huigens Date: Tue, 20 Jul 2021 19:06:31 +0200 Subject: [PATCH] Update web-stream-tools --- package-lock.json | 22 +++++++++++----------- package.json | 2 +- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4093715e..a35f5c9f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -171,9 +171,9 @@ } }, "@mattiasbuelens/web-streams-adapter": { - "version": "0.1.0-alpha.5", - "resolved": "https://registry.npmjs.org/@mattiasbuelens/web-streams-adapter/-/web-streams-adapter-0.1.0-alpha.5.tgz", - "integrity": "sha512-OIfunNt/fTjIgDtUqXhBYOKtgaxm30ZWkMWegI9iS3xUHy2/A3AXki6/k+z40+BywNMi+spON/jSE0FF9WmUKA==", + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/@mattiasbuelens/web-streams-adapter/-/web-streams-adapter-0.1.0.tgz", + "integrity": "sha512-oV4PyZfwJNtmFWhvlJLqYIX1Nn22ML8FZpS16ZUKv0hg7414xV1fjsGqxQzLT2dyK92TKxsJSwMOd7VNHAtPmA==", "dev": true }, "@openpgp/asmcrypto.js": { @@ -261,13 +261,13 @@ "dev": true }, "@openpgp/web-stream-tools": { - "version": "0.0.5", - "resolved": "https://registry.npmjs.org/@openpgp/web-stream-tools/-/web-stream-tools-0.0.5.tgz", - "integrity": "sha512-tdUCdiMi5ogmZlAbR4cQXZDbK34QB8iEnJ434m9bj4P7sxvKg2KKKbEiB4EQb2AWhj/SNKcoNUHhT9WxTqKimQ==", + "version": "0.0.6", + "resolved": "https://registry.npmjs.org/@openpgp/web-stream-tools/-/web-stream-tools-0.0.6.tgz", + "integrity": "sha512-U2Ujy4GUwz315W2QfleOWFnlvXTGz2Fjt4mg/nATedruT3EbIWjWzw4qfbaIvnBHjaVIijltsiESuNxIFRdHkw==", "dev": true, "requires": { - "@mattiasbuelens/web-streams-adapter": "0.1.0-alpha.5", - "web-streams-polyfill": "~2.1.1" + "@mattiasbuelens/web-streams-adapter": "~0.1.0", + "web-streams-polyfill": "~3.0.3" } }, "@rollup/plugin-commonjs": { @@ -5036,9 +5036,9 @@ "dev": true }, "web-streams-polyfill": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/web-streams-polyfill/-/web-streams-polyfill-2.1.1.tgz", - "integrity": "sha512-dlNpL2aab3g8CKfGz6rl8FNmGaRWLLn2g/DtSc9IjB30mEdE6XxzPfPSig5BwGSzI+oLxHyETrQGKjrVVhbLCg==", + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/web-streams-polyfill/-/web-streams-polyfill-3.0.3.tgz", + "integrity": "sha512-d2H/t0eqRNM4w2WvmTdoeIvzAUSpK7JmATB8Nr2lb7nQ9BTIJVjbQ/TRFVEh2gUH1HwclPdoPtfMoFfetXaZnA==", "dev": true }, "which": { diff --git a/package.json b/package.json index 9c967c57..c1524879 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "@openpgp/pako": "^1.0.12", "@openpgp/seek-bzip": "^1.0.5-git", "@openpgp/tweetnacl": "^1.0.3", - "@openpgp/web-stream-tools": "0.0.5", + "@openpgp/web-stream-tools": "0.0.6", "@rollup/plugin-commonjs": "^11.1.0", "@rollup/plugin-node-resolve": "^7.1.3", "@rollup/plugin-replace": "^2.3.2",