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"
}
}