diff --git a/packages/account-portal b/packages/account-portal index 8e6a4233f9..3101ee0c30 160000 --- a/packages/account-portal +++ b/packages/account-portal @@ -1 +1 @@ -Subproject commit 8e6a4233f9f92f0828b0bbae95f1b87c7a944559 +Subproject commit 3101ee0c307ee4d64133492c0f55b330443803d5 diff --git a/scripts/build.js b/scripts/build.js index 7a064c9659..a10b48eec8 100755 --- a/scripts/build.js +++ b/scripts/build.js @@ -51,7 +51,15 @@ function runBuild(entry, outfile) { ".svelte": "copy", }, metafile: true, - external: ["deasync", "mock-aws-s3", "nock", "bull", "pouchdb"], + external: [ + "deasync", + "mock-aws-s3", + "nock", + "bull", + "pouchdb", + "bcrypt", + "bcryptjs", + ], } build({ diff --git a/yarn.lock b/yarn.lock index ddb21629e5..0ec9dbc7c0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7106,7 +7106,7 @@ bcrypt@5.1.0: "@mapbox/node-pre-gyp" "^1.0.10" node-addon-api "^5.0.0" -bcryptjs@2.4.3, bcryptjs@^2.4.3: +bcryptjs@2.4.3: version "2.4.3" resolved "https://registry.yarnpkg.com/bcryptjs/-/bcryptjs-2.4.3.tgz#9ab5627b93e60621ff7cdac5da9733027df1d0cb" integrity sha512-V/Hy/X9Vt7f3BbPJEi8BdVFMByHi+jNXrYkW3huaybV/kQ0KJg0Y6PkEMbn+zeT+i+SiKZ/HMqJGIIt4LZDqNQ==