Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Boldizsar Mezei committed Feb 21, 2024
1 parent c0db2dc commit 1803e81
Show file tree
Hide file tree
Showing 7 changed files with 2,080 additions and 1,867 deletions.
3,814 changes: 2,013 additions & 1,801 deletions package-lock.json

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions packages/database/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@
"dependencies": {
"@build-5/interfaces": "*",
"dayjs": "1.11.10",
"firebase-admin": "11.11.0",
"firebase-admin": "12.0.0",
"jsonwebtoken": "9.0.2",
"lodash": "4.17.21"
},
"devDependencies": {
"@types/lodash": "4.14.201",
"dotenv": "16.3.1",
"@types/lodash": "4.14.202",
"dotenv": "16.4.5",
"glob": "8.0.3",
"typescript": "5.2.2"
"typescript": "5.3.3"
}
}
3 changes: 2 additions & 1 deletion packages/database/src/storage/storage.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import { Bucket } from '@build-5/interfaces';
import { Bucket as FBucket } from '@google-cloud/storage';
import { Storage } from 'firebase-admin/storage';
import { get } from 'lodash';
import { FirebaseApp } from '../app/app';
import { IBucket, IStorage } from './interfaces';

Expand Down Expand Up @@ -28,7 +29,7 @@ export class FirebaseBucket implements IBucket {

public upload = async (path: string, destination: string, metadata: Record<string, unknown>) => {
const response = await this.bucket.upload(path, { destination, metadata });
return response[1].mediaLink;
return get(response[1], 'mediaLink', '');
};

public download = async (fileName: string, destination: string) => {
Expand Down
66 changes: 33 additions & 33 deletions packages/functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,40 +30,40 @@
},
"devDependencies": {
"@types/busboy": "1.5.3",
"@types/chai": "4.3.10",
"@types/chai": "4.3.11",
"@types/chance": "1.1.6",
"@types/child-process-promise": "2.2.5",
"@types/cors": "2.8.16",
"@types/crypto-js": "4.2.1",
"@types/child-process-promise": "2.2.6",
"@types/cors": "2.8.17",
"@types/crypto-js": "4.2.2",
"@types/download": "8.0.5",
"@types/jest": "29.5.8",
"@types/jest": "29.5.12",
"@types/jsonwebtoken": "9.0.5",
"@types/lodash": "4.14.201",
"@types/lodash": "4.14.202",
"@types/mime-types": "2.1.4",
"@types/sharp": "0.32.0",
"@typescript-eslint/eslint-plugin": "6.11.0",
"@typescript-eslint/parser": "6.11.0",
"@typescript-eslint/eslint-plugin": "7.0.2",
"@typescript-eslint/parser": "7.0.2",
"babel-jest": "29.7.0",
"chance": "1.1.11",
"dotenv": "16.3.1",
"eslint": "8.53.0",
"dotenv": "16.4.5",
"eslint": "8.56.0",
"eslint-config-google": "0.14.0",
"eslint-config-prettier": "9.0.0",
"eslint-config-prettier": "9.1.0",
"eslint-import-resolver-typescript": "3.6.1",
"eslint-plugin-angular": "4.1.0",
"eslint-plugin-import": "2.29.0",
"eslint-plugin-jsdoc": "46.9.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jsdoc": "48.1.0",
"eslint-plugin-prefer-arrow": "1.2.3",
"eslint-plugin-prettier": "5.0.1",
"firebase-functions-test": "3.1.0",
"eslint-plugin-prettier": "5.1.3",
"firebase-functions-test": "3.1.1",
"jest": "29.7.0",
"jest-junit": "16.0.0",
"prettier": "3.1.0",
"prettier-eslint": "16.1.2",
"ts-jest": "29.1.1",
"ts-node": "10.9.1",
"prettier": "3.2.5",
"prettier-eslint": "16.3.0",
"ts-jest": "29.1.2",
"ts-node": "10.9.2",
"ts-sinon": "2.0.2",
"typescript": "5.2.2"
"typescript": "5.3.3"
},
"dependencies": {
"@build-5/database": "*",
Expand All @@ -74,35 +74,35 @@
"@iota/crypto.js-next": "npm:@iota/[email protected]",
"@iota/iota.js": "1.8.6",
"@iota/iota.js-next": "npm:@iota/[email protected]",
"@iota/sdk": "1.1.4",
"@iota/sdk": "1.1.5",
"@iota/util.js": "1.8.6",
"@iota/util.js-next": "npm:@iota/[email protected]",
"@metamask/eth-sig-util": "7.0.0",
"algoliasearch": "4.20.0",
"axios": "1.6.1",
"@metamask/eth-sig-util": "7.0.1",
"algoliasearch": "4.22.1",
"axios": "1.6.7",
"bip39": "3.1.0",
"busboy": "1.6.0",
"child-process-promise": "2.2.1",
"cloudevents": "8.0.0",
"cors": "2.8.5",
"crypto-js": "4.2.0",
"dayjs": "1.11.10",
"ethers": "6.8.1",
"ethers": "6.11.1",
"files-from-path": "^1.0.4",
"firebase-admin": "11.11.0",
"firebase-functions": "4.5.0",
"firebase-admin": "12.0.0",
"firebase-functions": "4.7.0",
"glob": "8.0.3",
"interfaces": "0.0.3",
"is-ipfs": "8.0.1",
"joi": "17.12.0",
"js-big-decimal": "2.0.4",
"is-ipfs": "8.0.4",
"joi": "17.12.1",
"js-big-decimal": "2.0.7",
"jsonwebtoken": "9.0.2",
"lodash": "4.17.21",
"mime-types": "2.1.35",
"nft.storage": "7.1.1",
"node-ipinfo": "3.5.0",
"protobufjs": "7.2.5",
"node-ipinfo": "3.5.1",
"protobufjs": "7.2.6",
"rxjs": "7.8.1",
"sharp": "0.32.6"
"sharp": "0.33.2"
}
}
2 changes: 1 addition & 1 deletion packages/interfaces/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
"build": "tsc"
},
"devDependencies": {
"typescript": "5.2.2"
"typescript": "5.3.3"
}
}
36 changes: 18 additions & 18 deletions packages/sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,37 +14,37 @@
},
"dependencies": {
"@build-5/interfaces": "*",
"axios": "^1.6.2",
"axios": "^1.6.7",
"bip39": "3.1.0",
"form-data": "^4.0.0",
"lodash": "4.17.21",
"rxjs": "7.8.1",
"uuid": "^9.0.1",
"ws": "8.14.2"
"ws": "8.16.0"
},
"devDependencies": {
"@babel/preset-typescript": "7.23.3",
"@types/jest": "29.5.8",
"@types/lodash": "4.14.201",
"@types/uuid": "^9.0.7",
"@types/ws": "8.5.9",
"@typescript-eslint/eslint-plugin": "6.11.0",
"@typescript-eslint/parser": "6.11.0",
"@types/jest": "29.5.12",
"@types/lodash": "4.14.202",
"@types/uuid": "^9.0.8",
"@types/ws": "8.5.10",
"@typescript-eslint/eslint-plugin": "7.0.2",
"@typescript-eslint/parser": "7.0.2",
"dayjs": "1.11.10",
"eslint": "8.53.0",
"eslint": "8.56.0",
"eslint-config-google": "0.14.0",
"eslint-config-prettier": "9.0.0",
"eslint-config-prettier": "9.1.0",
"eslint-import-resolver-typescript": "3.6.1",
"eslint-plugin-angular": "4.1.0",
"eslint-plugin-import": "2.29.0",
"eslint-plugin-jsdoc": "46.9.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jsdoc": "48.1.0",
"eslint-plugin-prefer-arrow": "1.2.3",
"eslint-plugin-prettier": "5.0.1",
"eslint-plugin-prettier": "5.1.3",
"jest": "29.7.0",
"prettier": "3.1.0",
"prettier-eslint": "16.1.2",
"ts-jest": "29.1.1",
"typescript": "5.2.2",
"@iota/sdk": "^1.1.4"
"prettier": "3.2.5",
"prettier-eslint": "16.3.0",
"ts-jest": "29.1.2",
"typescript": "5.3.3",
"@iota/sdk": "1.1.5"
}
}
18 changes: 9 additions & 9 deletions packages/search/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,24 +18,24 @@
"dependencies": {
"@build-5/database": "*",
"@build-5/interfaces": "*",
"@iota/sdk": "1.1.4",
"@iota/sdk": "1.1.5",
"cors": "2.8.5",
"dayjs": "1.11.10",
"dotenv": "16.3.1",
"dotenv": "16.4.5",
"express": "4.18.2",
"firebase-admin": "11.11.0",
"joi": "17.12.0",
"firebase-admin": "12.0.0",
"joi": "17.12.1",
"jsonwebtoken": "9.0.2",
"lodash": "4.17.21",
"rxjs": "7.8.1",
"ws": "8.14.2"
"ws": "8.16.0"
},
"devDependencies": {
"@types/cors": "2.8.16",
"@types/cors": "2.8.17",
"@types/express": "4.17.21",
"@types/jsonwebtoken": "9.0.5",
"@types/lodash": "4.14.201",
"@types/ws": "8.5.9",
"typescript": "5.2.2"
"@types/lodash": "4.14.202",
"@types/ws": "8.5.10",
"typescript": "5.3.3"
}
}

0 comments on commit 1803e81

Please sign in to comment.