set upper limit on yargs version number, closes #212

main
robinmoisson 2025-06-07 16:25:20 +02:00
rodzic 27a564ac61
commit f7266b0740
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 05C05FC1814FBF27
2 zmienionych plików z 250 dodań i 1002 usunięć

1248
package-lock.json wygenerowano

Plik diff jest za duży Load Diff

Wyświetl plik

@ -1,6 +1,6 @@
{
"name": "staticrypt",
"version": "3.5.3",
"version": "3.5.4",
"description": "Password protect a static HTML file without a backend - StatiCrypt uses AES-256 wiht WebCrypto to encrypt your input with your long password and put it in a HTML file with a password prompt that can decrypted in-browser (client side).",
"main": "index.js",
"files": [
@ -12,7 +12,7 @@
},
"dependencies": {
"dotenv": "^16.0.3",
"yargs": ">=10.0.3"
"yargs": ">=10.0.3 <=17.7.2"
},
"engines": {
"node": ">=16.0.0"