This commit is contained in:
parent
d8b81b1972
commit
29a4d5e59b
|
@ -12,7 +12,7 @@
|
||||||
"@leafac/html": "^1.3.0",
|
"@leafac/html": "^1.3.0",
|
||||||
"@leafac/sqlite": "^1.1.2",
|
"@leafac/sqlite": "^1.1.2",
|
||||||
"@leafac/sqlite-migration": "^1.0.3",
|
"@leafac/sqlite-migration": "^1.0.3",
|
||||||
"@small-tech/auto-encrypt": "^2.2.0",
|
"@small-tech/auto-encrypt": "^2.0.6",
|
||||||
"crypto-random-string": "^3.3.1",
|
"crypto-random-string": "^3.3.1",
|
||||||
"express": "^4.17.1",
|
"express": "^4.17.1",
|
||||||
"fs-extra": "^9.1.0",
|
"fs-extra": "^9.1.0",
|
||||||
|
@ -968,10 +968,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@small-tech/auto-encrypt": {
|
"node_modules/@small-tech/auto-encrypt": {
|
||||||
"version": "2.2.0",
|
"version": "2.0.6",
|
||||||
"resolved": "https://registry.npmjs.org/@small-tech/auto-encrypt/-/auto-encrypt-2.2.0.tgz",
|
"resolved": "https://registry.npmjs.org/@small-tech/auto-encrypt/-/auto-encrypt-2.0.6.tgz",
|
||||||
"integrity": "sha512-+/WqoT6plaPNNZE+W6R/sbhHHAspzZwzlE/BtBM4bhV9fN1nZXFJapBm7fqH56U4zvmwuL+DtmJk851bV0+Tww==",
|
"integrity": "sha512-Eoq6lZo7pd90wuZnsrmyDcMAGjwWVEbbffehfGMIZ+t5dxYoKzjXFgz9bLKSiTYCgvIMIrrxMxpk8nCFtj+kpg==",
|
||||||
"license": "AGPL-3.0-or-later",
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"bent": "github:aral/bent#errors-with-response-headers",
|
"bent": "github:aral/bent#errors-with-response-headers",
|
||||||
"encodeurl": "^1.0.2",
|
"encodeurl": "^1.0.2",
|
||||||
|
@ -9941,9 +9940,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@small-tech/auto-encrypt": {
|
"@small-tech/auto-encrypt": {
|
||||||
"version": "2.2.0",
|
"version": "2.0.6",
|
||||||
"resolved": "https://registry.npmjs.org/@small-tech/auto-encrypt/-/auto-encrypt-2.2.0.tgz",
|
"resolved": "https://registry.npmjs.org/@small-tech/auto-encrypt/-/auto-encrypt-2.0.6.tgz",
|
||||||
"integrity": "sha512-+/WqoT6plaPNNZE+W6R/sbhHHAspzZwzlE/BtBM4bhV9fN1nZXFJapBm7fqH56U4zvmwuL+DtmJk851bV0+Tww==",
|
"integrity": "sha512-Eoq6lZo7pd90wuZnsrmyDcMAGjwWVEbbffehfGMIZ+t5dxYoKzjXFgz9bLKSiTYCgvIMIrrxMxpk8nCFtj+kpg==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"bent": "github:aral/bent#errors-with-response-headers",
|
"bent": "github:aral/bent#errors-with-response-headers",
|
||||||
"encodeurl": "^1.0.2",
|
"encodeurl": "^1.0.2",
|
||||||
|
|
|
@ -27,7 +27,7 @@
|
||||||
"@leafac/html": "^1.3.0",
|
"@leafac/html": "^1.3.0",
|
||||||
"@leafac/sqlite": "^1.1.2",
|
"@leafac/sqlite": "^1.1.2",
|
||||||
"@leafac/sqlite-migration": "^1.0.3",
|
"@leafac/sqlite-migration": "^1.0.3",
|
||||||
"@small-tech/auto-encrypt": "^2.2.0",
|
"@small-tech/auto-encrypt": "^2.0.6",
|
||||||
"crypto-random-string": "^3.3.1",
|
"crypto-random-string": "^3.3.1",
|
||||||
"express": "^4.17.1",
|
"express": "^4.17.1",
|
||||||
"fs-extra": "^9.1.0",
|
"fs-extra": "^9.1.0",
|
||||||
|
|
Loading…
Reference in New Issue