Skip to content

Commit

Permalink
chore: update NPM dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
michael1011 committed Jun 21, 2024
1 parent 3436b5a commit e9681fd
Show file tree
Hide file tree
Showing 2 changed files with 76 additions and 73 deletions.
131 changes: 67 additions & 64 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@
},
"dependencies": {
"@boltz/bolt11": "^1.2.7",
"@google-cloud/storage": "^7.11.1",
"@grpc/grpc-js": "^1.10.8",
"@google-cloud/storage": "^7.11.2",
"@grpc/grpc-js": "^1.10.9",
"@iarna/toml": "^2.2.5",
"@mattermost/client": "^9.8.0",
"@mattermost/types": "^9.8.0",
Expand All @@ -79,7 +79,7 @@
"axios": "^1.7.2",
"bip32": "^4.0.0",
"bip39": "^3.1.0",
"bitcoinjs-lib": "^6.1.5",
"bitcoinjs-lib": "^6.1.6",
"bolt11": "^1.4.1",
"boltz-core": "^2.1.2",
"colors": "^1.4.0",
Expand All @@ -88,7 +88,7 @@
"csv-parse": "^5.5.6",
"discord.js": "^14.15.3",
"ecpair": "^2.1.0",
"ethers": "^6.13.0",
"ethers": "^6.13.1",
"express": "^4.19.2",
"google-protobuf": "^3.21.2",
"ip-address": "^9.0.5",
Expand Down Expand Up @@ -122,19 +122,19 @@
"@types/pg": "^8.11.6",
"@types/yargs": "^17.0.32",
"@types/zeromq": "^5.2.5",
"@typescript-eslint/eslint-plugin": "^7.12.0",
"@typescript-eslint/parser": "^7.12.0",
"@typescript-eslint/eslint-plugin": "^7.13.1",
"@typescript-eslint/parser": "^7.13.1",
"eslint": "^8.57.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^28.5.0",
"eslint-plugin-jest": "^28.6.0",
"eslint-plugin-node": "^11.1.0",
"git-cliff": "^2.3.0",
"grpc_tools_node_protoc_ts": "^5.3.3",
"grpc-tools": "^1.12.4",
"jest": "29.7.0",
"prettier": "^3.3.1",
"prettier": "^3.3.2",
"swagger-jsdoc": "^6.2.8",
"ts-jest": "29.1.4",
"ts-jest": "29.1.5",
"ts-node": "10.9.2",
"typescript": "^5.4.5"
}
Expand Down

0 comments on commit e9681fd

Please sign in to comment.