chore: update deps
This commit is contained in:
parent
c7f0dd586d
commit
b3fb59d283
58
package.json
58
package.json
|
@ -15,53 +15,53 @@
|
||||||
"build": "yarn run compile && npm run prebuild && npm run package"
|
"build": "yarn run compile && npm run prebuild && npm run package"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@fastify/websocket": "^7.1.1",
|
"@fastify/websocket": "^7.2.0",
|
||||||
"@hyperswarm/dht-relay": "^0.3.0",
|
"@hyperswarm/dht-relay": "^0.4.0",
|
||||||
"@lumeweb/cfg": "git+https://git.lumeweb.com/LumeWeb/cfg.git",
|
"@lumeweb/cfg": "git+https://git.lumeweb.com/LumeWeb/cfg.git",
|
||||||
"@lumeweb/interface-relay": "git+https://git.lumeweb.com/LumeWeb/interface-relay",
|
"@lumeweb/interface-relay": "git+https://git.lumeweb.com/LumeWeb/interface-relay",
|
||||||
"@scure/bip39": "^1.1.0",
|
"@scure/bip39": "^1.2.0",
|
||||||
"@types/node": "^18.0.0",
|
"@types/node": "^18.15.11",
|
||||||
"@types/ws": "^8.5.3",
|
"@types/ws": "^8.5.4",
|
||||||
"async-mutex": "^0.3.2",
|
"async-mutex": "^0.3.2",
|
||||||
"b4a": "^1.6.1",
|
"b4a": "^1.6.3",
|
||||||
"compact-encoding": "^2.11.0",
|
"compact-encoding": "^2.11.0",
|
||||||
"dotenv": "^16.0.1",
|
"dotenv": "^16.0.3",
|
||||||
"ed25519-keygen": "^0.4.1",
|
"ed25519-keygen": "^0.4.1",
|
||||||
"ethers": "^5.6.9",
|
"ethers": "^5.7.2",
|
||||||
"eventemitter2": "^6.4.9",
|
"eventemitter2": "^6.4.9",
|
||||||
"fastify": "^4.10.2",
|
"fastify": "^4.15.0",
|
||||||
"fetch-blob": "git+https://github.com/LumeWeb/fetch-blob.git",
|
"fetch-blob": "github:LumeWeb/fetch-blob",
|
||||||
"hyperswarm": "^4.3.5",
|
"hyperswarm": "^4.4.0",
|
||||||
"json-stable-stringify": "^1.0.1",
|
"json-stable-stringify": "^1.0.2",
|
||||||
"json-stringify-deterministic": "^1.0.7",
|
"json-stringify-deterministic": "^1.0.8",
|
||||||
"loady": "git+https://github.com/LumeWeb/loady.git",
|
"loady": "github:LumeWeb/loady",
|
||||||
"msgpackr": "^1.6.1",
|
"msgpackr": "^1.8.5",
|
||||||
"node-cache": "^5.1.2",
|
"node-cache": "^5.1.2",
|
||||||
"node-cron": "^3.0.1",
|
"node-cron": "^3.0.2",
|
||||||
"node-fetch": "2",
|
"node-fetch": "^2.6.9",
|
||||||
"p-timeout": "git+https://git.lumeweb.com/LumeWeb/p-timeout.git",
|
"p-timeout": "git+https://git.lumeweb.com/LumeWeb/p-timeout.git",
|
||||||
"pino": "^8.8.0",
|
"pino": "^8.11.0",
|
||||||
"pino-pretty": "^9.1.1",
|
"pino-pretty": "^9.4.0",
|
||||||
"promise-retry": "^2.0.1",
|
"promise-retry": "^2.0.1",
|
||||||
"protomux": "^3.4.0",
|
"protomux": "^3.4.1",
|
||||||
"protomux-rpc": "^1.3.0",
|
"protomux-rpc": "^1.3.0",
|
||||||
"random-access-memory": "^4.1.0",
|
"random-access-memory": "^4.1.0",
|
||||||
"random-key": "^0.3.2",
|
"random-key": "^0.3.2",
|
||||||
"slugify": "^1.6.5",
|
"slugify": "^1.6.6",
|
||||||
"sodium-universal": "^3.1.0"
|
"sodium-universal": "^4.0.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/b4a": "^1.6.0",
|
"@types/b4a": "^1.6.0",
|
||||||
"@types/minimatch": "^3.0.5",
|
"@types/minimatch": "^3.0.5",
|
||||||
"@types/node-fetch": "^2.6.2",
|
"@types/node-fetch": "^2.6.3",
|
||||||
"cli-progress": "^3.11.2",
|
"cli-progress": "^3.12.0",
|
||||||
"hyper-typings": "^1.0.0",
|
"hyper-typings": "^1.0.0",
|
||||||
"node-gyp": "^9.1.0",
|
"node-gyp": "^9.3.1",
|
||||||
"pkg": "^5.8.0",
|
"pkg": "^5.8.1",
|
||||||
"prebuildify": "^5.0.1",
|
"prebuildify": "^5.0.1",
|
||||||
"prettier": "^2.7.1",
|
"prettier": "^2.8.7",
|
||||||
"supports-color": "git+https://github.com/LumeWeb/supports-color.git",
|
"supports-color": "github:LumeWeb/supports-color",
|
||||||
"typescript": "^4.9.4"
|
"typescript": "^4.9.5"
|
||||||
},
|
},
|
||||||
"packageManager": "yarn@4.0.0-rc.33",
|
"packageManager": "yarn@4.0.0-rc.33",
|
||||||
"resolutions": {
|
"resolutions": {
|
||||||
|
|
Loading…
Reference in New Issue