kopia lustrzana https://github.com/robinmoisson/staticrypt
set upper limit on yargs version number, closes #212
rodzic
27a564ac61
commit
f7266b0740
Plik diff jest za duży
Load Diff
|
@ -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"
|
||||
|
|
Ładowanie…
Reference in New Issue