Install dependencies

This commit is contained in:
Adria Navarro 2023-10-31 15:21:40 +01:00
parent 913e2fa8d7
commit 042254d3ac
3 changed files with 11 additions and 3 deletions

@ -1 +1 @@
Subproject commit 8e6a4233f9f92f0828b0bbae95f1b87c7a944559 Subproject commit 3101ee0c307ee4d64133492c0f55b330443803d5

View File

@ -51,7 +51,15 @@ function runBuild(entry, outfile) {
".svelte": "copy", ".svelte": "copy",
}, },
metafile: true, metafile: true,
external: ["deasync", "mock-aws-s3", "nock", "bull", "pouchdb"], external: [
"deasync",
"mock-aws-s3",
"nock",
"bull",
"pouchdb",
"bcrypt",
"bcryptjs",
],
} }
build({ build({

View File

@ -7106,7 +7106,7 @@ bcrypt@5.1.0:
"@mapbox/node-pre-gyp" "^1.0.10" "@mapbox/node-pre-gyp" "^1.0.10"
node-addon-api "^5.0.0" node-addon-api "^5.0.0"
bcryptjs@2.4.3, bcryptjs@^2.4.3: bcryptjs@2.4.3:
version "2.4.3" version "2.4.3"
resolved "https://registry.yarnpkg.com/bcryptjs/-/bcryptjs-2.4.3.tgz#9ab5627b93e60621ff7cdac5da9733027df1d0cb" resolved "https://registry.yarnpkg.com/bcryptjs/-/bcryptjs-2.4.3.tgz#9ab5627b93e60621ff7cdac5da9733027df1d0cb"
integrity sha512-V/Hy/X9Vt7f3BbPJEi8BdVFMByHi+jNXrYkW3huaybV/kQ0KJg0Y6PkEMbn+zeT+i+SiKZ/HMqJGIIt4LZDqNQ== integrity sha512-V/Hy/X9Vt7f3BbPJEi8BdVFMByHi+jNXrYkW3huaybV/kQ0KJg0Y6PkEMbn+zeT+i+SiKZ/HMqJGIIt4LZDqNQ==