Skip to content

Commit 914f5db

Browse files
committed
deps: bump warcio to 2.3.1
bump to 3.8.1
1 parent a47b563 commit 914f5db

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@webrecorder/wombat",
3-
"version": "3.8.0",
3+
"version": "3.8.1",
44
"main": "index.js",
55
"license": "AGPL-3.0-or-later",
66
"author": "Ilya Kreymer, Webrecorder Software",
@@ -65,6 +65,6 @@
6565
"*/**/fs-extra": "~8.1.0"
6666
},
6767
"dependencies": {
68-
"warcio": "^2.3.0"
68+
"warcio": "^2.3.1"
6969
}
7070
}

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -4320,10 +4320,10 @@ validate-npm-package-license@^3.0.1:
43204320
spdx-correct "^3.0.0"
43214321
spdx-expression-parse "^3.0.0"
43224322

4323-
warcio@^2.3.0:
4324-
version "2.3.0"
4325-
resolved "https://registry.yarnpkg.com/warcio/-/warcio-2.3.0.tgz#a655df9b5986a53e5d05aa68cda51bfefdfa8347"
4326-
integrity sha512-PCHcZ/fDE5+QECOFe/n/vzyDmAITJ1mvLx1jVONJ0uaV9OwcTbIWoh7Z0+OQwQdq8Wr1Nnb2hwhtHJ7J+9rHIQ==
4323+
warcio@^2.3.1:
4324+
version "2.3.1"
4325+
resolved "https://registry.yarnpkg.com/warcio/-/warcio-2.3.1.tgz#8ac9de897de1a556161168f2a3938b60929908ca"
4326+
integrity sha512-PjcWqzXfs6HdWfHi1V/i8MoMmV5M0Csg3rOa2mqCJ1dmCJXswVfQ0VXbEVumwavNIW2oFFj6LJoCHHeL4Ls/zw==
43274327
dependencies:
43284328
"@types/pako" "^1.0.7"
43294329
"@types/stream-buffers" "^3.0.7"

0 commit comments

Comments
 (0)