package: pin @novnc/novnc to 1.4.0 to prevent accidental upgrades (#727)

- novnc 1.5.0 not compatible with current configuration)
- fixes #726
- bump to 1.4.1
This commit is contained in:
Ilya Kreymer 2024-11-25 18:42:56 -08:00 committed by GitHub
parent 9af34f9a1d
commit fb8ed18f82
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 9 additions and 8 deletions

View file

@ -1,6 +1,6 @@
{
"name": "browsertrix-crawler",
"version": "1.4.0",
"version": "1.4.1",
"main": "browsertrix-crawler",
"type": "module",
"repository": "https://github.com/webrecorder/browsertrix-crawler",
@ -16,7 +16,7 @@
"prepare": "husky install"
},
"dependencies": {
"@novnc/novnc": "^1.4.0",
"@novnc/novnc": "1.4.0",
"@webrecorder/wabac": "^2.20.7",
"browsertrix-behaviors": "^0.6.5",
"client-zip": "^2.4.5",
@ -67,6 +67,7 @@
},
"resolutions": {
"wrap-ansi": "7.0.0",
"warcio": "^2.3.1"
"warcio": "^2.4.2",
"@novnc/novnc": "1.4.0"
}
}

View file

@ -590,10 +590,10 @@
"@nodelib/fs.scandir" "2.1.5"
fastq "^1.6.0"
"@novnc/novnc@^1.4.0":
version "1.5.0"
resolved "https://registry.yarnpkg.com/@novnc/novnc/-/novnc-1.5.0.tgz#7df3e4aca48eaa7c0d6f690e7dee89480232e2f1"
integrity sha512-4yGHOtUCnEJUCsgEt/L78eeJu00kthurLBWXFiaXfonNx0pzbs6R/3gJb1byZe6iAE8V9MF0syQb0xIL8MSOtQ==
"@novnc/novnc@1.4.0":
version "1.4.0"
resolved "https://registry.yarnpkg.com/@novnc/novnc/-/novnc-1.4.0.tgz#68adae81a741624142b518323441e852c1f34281"
integrity sha512-kW6ALMc5BuH08e/ond/I1naYcfjc19JYMN1EdtmgjjjzPGCjW8fMtVM3MwM6q7YLRjPlQ3orEvoKMgSS7RkEVQ==
"@peculiar/asn1-cms@^2.3.13":
version "2.3.13"
@ -5006,7 +5006,7 @@ walker@^1.0.8:
dependencies:
makeerror "1.0.12"
warcio@^2.3.1, warcio@^2.4.0, warcio@^2.4.2:
warcio@^2.4.0, warcio@^2.4.2:
version "2.4.2"
resolved "https://registry.yarnpkg.com/warcio/-/warcio-2.4.2.tgz#782d8dcb0769f271b0ae96521fb4969e2570e9b3"
integrity sha512-QYbZ3EGYtnAIrzL7Bajo7ak87pipilpkIfaFIzFQWUX4wuXNuKqnfQy/EAoi2tEIl3VJgsWcL+wjjk4+15MKbQ==