Skip to content

Commit

Permalink
deps: update to wabac.js 2.18.1, wombat 3.7.4
Browse files Browse the repository at this point in the history
fix flexsearch dependency
  • Loading branch information
ikreymer committed May 31, 2024
1 parent 3d5ede6 commit d3a7f4c
Show file tree
Hide file tree
Showing 4 changed files with 417 additions and 409 deletions.
20 changes: 10 additions & 10 deletions dist/embed/replay/sw.js

Large diffs are not rendered by default.

776 changes: 392 additions & 384 deletions dist/embed/ui.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"dependencies": {
"@fortawesome/fontawesome-free": "^5.13.0",
"@webrecorder/awp-sw": "^0.4.3",
"@webrecorder/wabac": "^2.18.0",
"@webrecorder/wabac": "^2.18.1",
"auto-js-ipfs": "^2.3.0",
"browsertrix-behaviors": "^0.5.3",
"btoa": "^1.2.1",
Expand Down
28 changes: 14 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1029,23 +1029,23 @@
uuid "^9.0.0"
warcio "^2.2.0"

"@webrecorder/wabac@^2.16.12", "@webrecorder/wabac@^2.17.3", "@webrecorder/wabac@^2.18.0":
version "2.18.0"
resolved "https://registry.yarnpkg.com/@webrecorder/wabac/-/wabac-2.18.0.tgz#6eafa51ffb53e785a9b7a36bd8c12cbf60f06cc2"
integrity sha512-tpZ7saCQMWcrbQrB7421ycfucKFFBRXg3OrTSPkk71FtGSQ8LFtmCPnpWWu/wJgWcnC7ka7CnIuaX3rW2A42oA==
"@webrecorder/wabac@^2.16.12", "@webrecorder/wabac@^2.17.3", "@webrecorder/wabac@^2.18.1":
version "2.18.1"
resolved "https://registry.yarnpkg.com/@webrecorder/wabac/-/wabac-2.18.1.tgz#9e65bc7388d7fedb5b82df8bb3b6a0729b8f8200"
integrity sha512-DgX24jaE0ZpdZ06eVCLVaWLXpICmnaPeHpDbyURaGldWypmwDBhpj9n4yrGKyZBC1wLQP2ytrV0LgnvrZdDl1Q==
dependencies:
"@peculiar/asn1-ecc" "^2.3.4"
"@peculiar/asn1-schema" "^2.3.3"
"@peculiar/x509" "^1.9.2"
"@webrecorder/wombat" "^3.7.3"
"@webrecorder/wombat" "^3.7.4"
acorn "^8.10.0"
auto-js-ipfs "^2.1.1"
base64-js "^1.5.1"
brotli "^1.3.3"
buffer "^6.0.3"
fast-xml-parser "^4.2.5"
hash-wasm "^4.9.0"
http-link-header "^1.1.0"
http-link-header "^1.1.3"
http-status-codes "^2.1.4"
idb "^7.1.1"
js-levenshtein "^1.1.6"
Expand All @@ -1058,10 +1058,10 @@
stream-browserify "^3.0.0"
warcio "^2.2.1"

"@webrecorder/wombat@^3.7.3":
version "3.7.3"
resolved "https://registry.yarnpkg.com/@webrecorder/wombat/-/wombat-3.7.3.tgz#21e83b5947664873219021163ded9bb698f333f4"
integrity sha512-+zkXDxo1Xr8D9OwURk247fWZiJeix8xB+3rRoYX7fD3yyw6+hwCYSD3pp95ZTfD73ailXjr1WKy+Xz/1CFq3Iw==
"@webrecorder/wombat@^3.7.3", "@webrecorder/wombat@^3.7.4":
version "3.7.4"
resolved "https://registry.yarnpkg.com/@webrecorder/wombat/-/wombat-3.7.4.tgz#782f36955df82acf8653f68298fbb62df95c3c68"
integrity sha512-5ksnnm0J1xt2pNUVkn/sth6MxC6p3Y9aDrs7g4bqvuqQlVAeSOaCd3+vfEunGXZFbISbuywcQjt4czr8+GIOCA==
dependencies:
warcio "^2.2.0"

Expand Down Expand Up @@ -2869,9 +2869,9 @@ flatted@^3.1.0:
integrity sha512-5nqDSxl8nn5BSNxyR3n4I6eDmbolI6WT+QqR547RwxQapgjQBmtktdP+HTBb/a/zLsbzERTONyUB5pefh5TtjQ==

flexsearch@^0.7.31:
version "0.7.43"
resolved "https://registry.yarnpkg.com/flexsearch/-/flexsearch-0.7.43.tgz#34f89b36278a466ce379c5bf6fb341965ed3f16c"
integrity sha512-c5o/+Um8aqCSOXGcZoqZOm+NqtVwNsvVpWv6lfmSclU954O3wvQKxxK8zj74fPaSJbXpSLTs4PRhh+wnoCXnKg==
version "0.7.31"
resolved "https://registry.yarnpkg.com/flexsearch/-/flexsearch-0.7.31.tgz#065d4110b95083110b9b6c762a71a77cc52e4702"
integrity sha512-XGozTsMPYkm+6b5QL3Z9wQcJjNYxp0CYn3U1gO7dwD6PAqU1SVWZxI9CCg3z+ml3YfqdPnrBehaBrnH2AGKbNA==

follow-redirects@^1.0.0:
version "1.15.1"
Expand Down Expand Up @@ -3326,7 +3326,7 @@ http-errors@~1.6.2:
setprototypeof "1.1.0"
statuses ">= 1.4.0 < 2"

http-link-header@^1.1.0:
http-link-header@^1.1.3:
version "1.1.3"
resolved "https://registry.yarnpkg.com/http-link-header/-/http-link-header-1.1.3.tgz#b367b7a0ad1cf14027953f31aa1df40bb433da2a"
integrity sha512-3cZ0SRL8fb9MUlU3mKM61FcQvPfXx2dBrZW3Vbg5CXa8jFlK8OaEpePenLe1oEXQduhz8b0QjsqfS59QP4AJDQ==
Expand Down

0 comments on commit d3a7f4c

Please sign in to comment.