This commit is contained in:
Leandro Facchinetti 2021-03-16 01:51:03 +00:00
parent 29a4d5e59b
commit 4647b5f64b
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -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.0.6", "@small-tech/auto-encrypt": "^2.0.5",
"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,9 +968,9 @@
} }
}, },
"node_modules/@small-tech/auto-encrypt": { "node_modules/@small-tech/auto-encrypt": {
"version": "2.0.6", "version": "2.0.5",
"resolved": "https://registry.npmjs.org/@small-tech/auto-encrypt/-/auto-encrypt-2.0.6.tgz", "resolved": "https://registry.npmjs.org/@small-tech/auto-encrypt/-/auto-encrypt-2.0.5.tgz",
"integrity": "sha512-Eoq6lZo7pd90wuZnsrmyDcMAGjwWVEbbffehfGMIZ+t5dxYoKzjXFgz9bLKSiTYCgvIMIrrxMxpk8nCFtj+kpg==", "integrity": "sha512-Qfm3BckBsf7Rf1Qys60pwHOsLA0IEzYDig6xM69psXuWowwgnjFSlylKQvr9bal/DVlMBbo559jCpBFY40EZuQ==",
"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",
@ -9940,9 +9940,9 @@
} }
}, },
"@small-tech/auto-encrypt": { "@small-tech/auto-encrypt": {
"version": "2.0.6", "version": "2.0.5",
"resolved": "https://registry.npmjs.org/@small-tech/auto-encrypt/-/auto-encrypt-2.0.6.tgz", "resolved": "https://registry.npmjs.org/@small-tech/auto-encrypt/-/auto-encrypt-2.0.5.tgz",
"integrity": "sha512-Eoq6lZo7pd90wuZnsrmyDcMAGjwWVEbbffehfGMIZ+t5dxYoKzjXFgz9bLKSiTYCgvIMIrrxMxpk8nCFtj+kpg==", "integrity": "sha512-Qfm3BckBsf7Rf1Qys60pwHOsLA0IEzYDig6xM69psXuWowwgnjFSlylKQvr9bal/DVlMBbo559jCpBFY40EZuQ==",
"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",

View File

@ -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.0.6", "@small-tech/auto-encrypt": "^2.0.5",
"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",