Skip to content

Commit 17eea44

Browse files
committed
deps: bump to wabac.js 2.17.3, warcio 2.2.1
bump to 0.4.4
1 parent f7c2ff8 commit 17eea44

File tree

2 files changed

+25
-13
lines changed

2 files changed

+25
-13
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@webrecorder/awp-sw",
33
"browser": "dist/sw.js",
4-
"version": "0.4.3",
4+
"version": "0.4.4",
55
"main": "index.js",
66
"type": "module",
77
"repository": {
@@ -18,14 +18,14 @@
1818
"dependencies": {
1919
"@ipld/car": "^5.1.1",
2020
"@ipld/unixfs": "^2.1.1",
21-
"@webrecorder/wabac": "^2.16.12",
21+
"@webrecorder/wabac": "2.17.3",
2222
"auto-js-ipfs": "^2.3.0",
2323
"client-zip": "^2.3.0",
2424
"hash-wasm": "^4.9.0",
2525
"idb": "^7.1.1",
2626
"p-queue": "^7.3.4",
2727
"uuid": "^9.0.0",
28-
"warcio": "^2.2.0"
28+
"warcio": "^2.2.1"
2929
},
3030
"scripts": {
3131
"build": "webpack --mode production",

yarn.lock

Lines changed: 22 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -512,15 +512,15 @@
512512
resolved "https://registry.yarnpkg.com/@webpack-cli/serve/-/serve-2.0.0.tgz#f08ea194e01ed45379383a8886e8c85a65a5f26a"
513513
integrity sha512-Rumq5mHvGXamnOh3O8yLk1sjx8dB30qF1OeR6VC00DIR6SLJ4bwwUGKC4pE7qBFoQyyh0H9sAg3fikYgAqVR0w==
514514

515-
"@webrecorder/wabac@^2.16.12":
516-
version "2.16.12"
517-
resolved "https://registry.yarnpkg.com/@webrecorder/wabac/-/wabac-2.16.12.tgz#cf9ce5490cffcc34f0c1c4a30245276a094d78b2"
518-
integrity sha512-lqu9L4Ig2TWzt3t7cKs2CH9epkSt0k09NLx58xzytcHiH2sSEMpk5/ZvBQhNEjjd9Hb2gh3G7Clf7qdXB6b8lA==
515+
"@webrecorder/wabac@2.17.3":
516+
version "2.17.3"
517+
resolved "https://registry.yarnpkg.com/@webrecorder/wabac/-/wabac-2.17.3.tgz#7e059aeef3eea68958793552dd1f96db9a19ce1e"
518+
integrity sha512-D5CEMTP/+obOD6dh6ZIDNhY905AekzT12RMTrgL7Rq4RTB3mR6d1FKXDWh1MftPIvowlAGBBTu2C3KpFby+KZQ==
519519
dependencies:
520520
"@peculiar/asn1-ecc" "^2.3.4"
521521
"@peculiar/asn1-schema" "^2.3.3"
522522
"@peculiar/x509" "^1.9.2"
523-
"@webrecorder/wombat" "^3.6.1"
523+
"@webrecorder/wombat" "^3.7.3"
524524
acorn "^8.10.0"
525525
auto-js-ipfs "^2.1.1"
526526
base64-js "^1.5.1"
@@ -539,12 +539,12 @@
539539
path-parser "^6.1.0"
540540
process "^0.11.10"
541541
stream-browserify "^3.0.0"
542-
warcio "^2.2.0"
542+
warcio "^2.2.1"
543543

544-
"@webrecorder/wombat@^3.6.1":
545-
version "3.6.1"
546-
resolved "https://registry.yarnpkg.com/@webrecorder/wombat/-/wombat-3.6.1.tgz#55e23a2c0df28ad8e6d67b87fffd913a101f6982"
547-
integrity sha512-yJ5NBf/ERCBz07cFA4phIQCpj6U/28HWFk67V+yg3S3GSAAmlFP8dC9g1z+JO77PKuAe/qlrzO6CcS0VyUr5Ww==
544+
"@webrecorder/wombat@^3.7.3":
545+
version "3.7.3"
546+
resolved "https://registry.yarnpkg.com/@webrecorder/wombat/-/wombat-3.7.3.tgz#21e83b5947664873219021163ded9bb698f333f4"
547+
integrity sha512-+zkXDxo1Xr8D9OwURk247fWZiJeix8xB+3rRoYX7fD3yyw6+hwCYSD3pp95ZTfD73ailXjr1WKy+Xz/1CFq3Iw==
548548
dependencies:
549549
warcio "^2.2.0"
550550

@@ -1958,6 +1958,18 @@ warcio@^2.2.0:
19581958
uuid-random "^1.3.2"
19591959
yargs "^17.6.2"
19601960

1961+
warcio@^2.2.1:
1962+
version "2.2.1"
1963+
resolved "https://registry.yarnpkg.com/warcio/-/warcio-2.2.1.tgz#3619728fde716291c9b364744c276362a94bacec"
1964+
integrity sha512-KPLoz3aFtdTjexG+QQaubMyuLiNANzvcadGMyNKdpcmhl0k6lBHQQVpxZw3Hx9+4pbyqDXyiF4cr/h2tS8kvcw==
1965+
dependencies:
1966+
base32-encode "^2.0.0"
1967+
hash-wasm "^4.9.0"
1968+
pako "^1.0.11"
1969+
tempy "^3.1.0"
1970+
uuid-random "^1.3.2"
1971+
yargs "^17.6.2"
1972+
19611973
watchpack@^2.4.0:
19621974
version "2.4.0"
19631975
resolved "https://registry.yarnpkg.com/watchpack/-/watchpack-2.4.0.tgz#fa33032374962c78113f93c7f2fb4c54c9862a5d"

0 commit comments

Comments
 (0)