Browse Source
Merge pull request #5929 from Budibase/fix-build
Add explicit bson dependency version instead of * to fix build
pull/6007/head
Rory Powell
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with
20 additions and
19 deletions
-
packages/server/package.json
-
packages/server/yarn.lock
-
packages/worker/yarn.lock
|
|
|
@ -146,6 +146,7 @@ |
|
|
|
"@budibase/standard-components": "^0.9.139", |
|
|
|
"@jest/test-sequencer": "^24.8.0", |
|
|
|
"@types/apidoc": "^0.50.0", |
|
|
|
"@types/bson": "^4.2.0", |
|
|
|
"@types/bull": "^3.15.1", |
|
|
|
"@types/google-spreadsheet": "^3.1.5", |
|
|
|
"@types/jest": "^27.4.1", |
|
|
|
|
|
|
|
@ -1014,10 +1014,10 @@ |
|
|
|
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39" |
|
|
|
integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw== |
|
|
|
|
|
|
|
"@budibase/backend-core@1.0.163": |
|
|
|
version "1.0.163" |
|
|
|
resolved "https://registry.yarnpkg.com/@budibase/backend-core/-/backend-core-1.0.163.tgz#290f471f9a3d81537c710412920c167e860c89bd" |
|
|
|
integrity sha512-rqjTj4b11NJK5Qj9Uxc4krFTIveL/+3ubjXYd7Djh94RIJ9LZ0vRMUYPJqqWxpsQFTEmr1viNG4YeQgph5IcnQ== |
|
|
|
"@budibase/backend-core@1.0.164": |
|
|
|
version "1.0.164" |
|
|
|
resolved "https://registry.yarnpkg.com/@budibase/backend-core/-/backend-core-1.0.164.tgz#08c111dcebf5c74159a3c18218c7b3a0716de4f6" |
|
|
|
integrity sha512-lpMudezndUD1hHBLfT9LDNKCunj8rQNlaJb30/xggdIUvp718u/jVP54hXF26NYxXOTMZ0EvMwCsIS4AucJ1Mg== |
|
|
|
dependencies: |
|
|
|
"@techpass/passport-openidconnect" "^0.3.0" |
|
|
|
aws-sdk "^2.901.0" |
|
|
|
@ -1091,12 +1091,12 @@ |
|
|
|
svelte-flatpickr "^3.2.3" |
|
|
|
svelte-portal "^1.0.0" |
|
|
|
|
|
|
|
"@budibase/pro@1.0.163": |
|
|
|
version "1.0.163" |
|
|
|
resolved "https://registry.yarnpkg.com/@budibase/pro/-/pro-1.0.163.tgz#5de1e026c390ae52678d3a37e5b5b45d3010b8f2" |
|
|
|
integrity sha512-KG7YZ1CAyMDuV+brTuj9eJNm5r5Wd9zF4BJoYlMLMTCqQs0cC3e+nw4qcjFUkz86PrrBNQopbMi0tQg7jPg5Dg== |
|
|
|
"@budibase/pro@1.0.164": |
|
|
|
version "1.0.164" |
|
|
|
resolved "https://registry.yarnpkg.com/@budibase/pro/-/pro-1.0.164.tgz#780ae38893d0609c87bf51fe96cc2c35bbdb431a" |
|
|
|
integrity sha512-PgF7q2vADPPYzet4Wdma+THWuQPrEnN1+TfRly4l0oS9SUxutog3hYn0TlPmPS0AHgrqG/1v65TcEdC4ucX8TA== |
|
|
|
dependencies: |
|
|
|
"@budibase/backend-core" "1.0.163" |
|
|
|
"@budibase/backend-core" "1.0.164" |
|
|
|
node-fetch "^2.6.1" |
|
|
|
|
|
|
|
"@budibase/standard-components@^0.9.139": |
|
|
|
@ -2430,7 +2430,7 @@ |
|
|
|
"@types/connect" "*" |
|
|
|
"@types/node" "*" |
|
|
|
|
|
|
|
"@types/bson@*": |
|
|
|
"@types/bson@*", "@types/bson@^4.2.0": |
|
|
|
version "4.2.0" |
|
|
|
resolved "https://registry.yarnpkg.com/@types/bson/-/bson-4.2.0.tgz#a2f71e933ff54b2c3bf267b67fa221e295a33337" |
|
|
|
integrity sha512-ELCPqAdroMdcuxqwMgUpifQyRoTpyYCNr1V9xKyF40VsBobsj+BbWNRvwGchMgBPGqkw655ypkjj2MEF5ywVwg== |
|
|
|
|
|
|
|
@ -293,10 +293,10 @@ |
|
|
|
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39" |
|
|
|
integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw== |
|
|
|
|
|
|
|
"@budibase/backend-core@1.0.163": |
|
|
|
version "1.0.163" |
|
|
|
resolved "https://registry.yarnpkg.com/@budibase/backend-core/-/backend-core-1.0.163.tgz#290f471f9a3d81537c710412920c167e860c89bd" |
|
|
|
integrity sha512-rqjTj4b11NJK5Qj9Uxc4krFTIveL/+3ubjXYd7Djh94RIJ9LZ0vRMUYPJqqWxpsQFTEmr1viNG4YeQgph5IcnQ== |
|
|
|
"@budibase/backend-core@1.0.164": |
|
|
|
version "1.0.164" |
|
|
|
resolved "https://registry.yarnpkg.com/@budibase/backend-core/-/backend-core-1.0.164.tgz#08c111dcebf5c74159a3c18218c7b3a0716de4f6" |
|
|
|
integrity sha512-lpMudezndUD1hHBLfT9LDNKCunj8rQNlaJb30/xggdIUvp718u/jVP54hXF26NYxXOTMZ0EvMwCsIS4AucJ1Mg== |
|
|
|
dependencies: |
|
|
|
"@techpass/passport-openidconnect" "^0.3.0" |
|
|
|
aws-sdk "^2.901.0" |
|
|
|
@ -321,12 +321,12 @@ |
|
|
|
uuid "^8.3.2" |
|
|
|
zlib "^1.0.5" |
|
|
|
|
|
|
|
"@budibase/pro@1.0.163": |
|
|
|
version "1.0.163" |
|
|
|
resolved "https://registry.yarnpkg.com/@budibase/pro/-/pro-1.0.163.tgz#5de1e026c390ae52678d3a37e5b5b45d3010b8f2" |
|
|
|
integrity sha512-KG7YZ1CAyMDuV+brTuj9eJNm5r5Wd9zF4BJoYlMLMTCqQs0cC3e+nw4qcjFUkz86PrrBNQopbMi0tQg7jPg5Dg== |
|
|
|
"@budibase/pro@1.0.164": |
|
|
|
version "1.0.164" |
|
|
|
resolved "https://registry.yarnpkg.com/@budibase/pro/-/pro-1.0.164.tgz#780ae38893d0609c87bf51fe96cc2c35bbdb431a" |
|
|
|
integrity sha512-PgF7q2vADPPYzet4Wdma+THWuQPrEnN1+TfRly4l0oS9SUxutog3hYn0TlPmPS0AHgrqG/1v65TcEdC4ucX8TA== |
|
|
|
dependencies: |
|
|
|
"@budibase/backend-core" "1.0.163" |
|
|
|
"@budibase/backend-core" "1.0.164" |
|
|
|
node-fetch "^2.6.1" |
|
|
|
|
|
|
|
"@cspotcode/source-map-consumer@0.8.0": |
|
|
|
|