Skip to content

Commit 3e5bf49

Browse files
authored
Update to wabac.js 2.15.3 (#1)
* deps: bump to wabac.js 2.15.3 (including fidelity fixes via wombat) bump to 0.2.2
1 parent a423895 commit 3e5bf49

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"type": "git",
88
"url": "git+https://github.com/webrecorder/awp-sw.git"
99
},
10-
"version": "0.2.1",
10+
"version": "0.2.2",
1111
"license": "AGPL-3.0-or-later",
1212
"exports": {
1313
".": "./src/index.js"
@@ -18,7 +18,7 @@
1818
"dependencies": {
1919
"@ipld/car": "^5.0.3",
2020
"@ipld/unixfs": "^2.0.0",
21-
"@webrecorder/wabac": "^2.15.0",
21+
"@webrecorder/wabac": "^2.15.3",
2222
"client-zip": "^2.3.0",
2323
"hash-wasm": "^4.9.0",
2424
"idb": "^7.1.1",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -495,15 +495,15 @@
495495
resolved "https://registry.yarnpkg.com/@webpack-cli/serve/-/serve-2.0.0.tgz#f08ea194e01ed45379383a8886e8c85a65a5f26a"
496496
integrity sha512-Rumq5mHvGXamnOh3O8yLk1sjx8dB30qF1OeR6VC00DIR6SLJ4bwwUGKC4pE7qBFoQyyh0H9sAg3fikYgAqVR0w==
497497

498-
"@webrecorder/wabac@^2.15.0":
499-
version "2.15.0"
500-
resolved "https://registry.yarnpkg.com/@webrecorder/wabac/-/wabac-2.15.0.tgz#fcbf2dbe3783a790d2c2e2cf40508650880385aa"
501-
integrity sha512-4l88C76/UyvgiNtoV2lYoo4WuB2jtTDd7wyl7NcNHXpqA9XRc7h6p0fEurDTyMMX5JK8viRQ4ebuIC+SFQMoRQ==
498+
"@webrecorder/wabac@^2.15.3":
499+
version "2.15.3"
500+
resolved "https://registry.yarnpkg.com/@webrecorder/wabac/-/wabac-2.15.3.tgz#3328f8a0baeffb244e9e88424dbc1559ee2bcd84"
501+
integrity sha512-WXYXbCkq79Bark9895wNKmx13mQCQLEYsjNyKLp/l7IbUbV3ZLDbumqIGAyFZvdbU/2B6O9L9YeoPdyHhCv/Gw==
502502
dependencies:
503503
"@peculiar/asn1-ecc" "^2.3.4"
504504
"@peculiar/asn1-schema" "^2.3.3"
505505
"@peculiar/x509" "^1.9.2"
506-
"@webrecorder/wombat" "^3.4.3"
506+
"@webrecorder/wombat" "^3.4.6"
507507
auto-js-ipfs "^2.1.0"
508508
base64-js "^1.5.1"
509509
brotli "^1.3.3"
@@ -523,10 +523,10 @@
523523
stream-browserify "^3.0.0"
524524
warcio "^2.0.1"
525525

526-
"@webrecorder/wombat@^3.4.3":
527-
version "3.4.3"
528-
resolved "https://registry.yarnpkg.com/@webrecorder/wombat/-/wombat-3.4.3.tgz#d32c4a848d6fa3dc886ad9d9e7ee39f3909d3fb7"
529-
integrity sha512-3cKSqyui1AK2PnKqNjPt+eJTBl3GWRsfTIzwaettUwr631nzJBvWv/gGnu0gP6rgvIe6YcqmEfWE/dUVhji9Mg==
526+
"@webrecorder/wombat@^3.4.6":
527+
version "3.4.6"
528+
resolved "https://registry.yarnpkg.com/@webrecorder/wombat/-/wombat-3.4.6.tgz#48c8a03b1d47789fd799f6d9d49ec1ca6c610a1f"
529+
integrity sha512-YMGKT78B6nDOIV8irIvIPtcWGOa44/FxFXN6LqeUM8WwJrvLL3YI+pXfKYd7GYJFULNqir3Ao+nSNNrjy9PtJg==
530530
dependencies:
531531
warcio "^2.0.1"
532532

0 commit comments

Comments
 (0)