Merge pull request #1164 from waku-org/chore/bump-deps

This commit is contained in:
fryorcraken.eth 2023-02-10 15:08:39 +11:00 committed by GitHub
commit a8be044d32
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
13 changed files with 2645 additions and 411 deletions

2910
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -32,11 +32,11 @@
"doc:cname": "echo 'js.waku.org' > docs/CNAME"
},
"devDependencies": {
"@size-limit/preset-big-lib": "^8.1.0",
"husky": "^8.0.1",
"lint-staged": "^13.0.3",
"size-limit": "^8.1.0",
"typedoc": "^0.23.23",
"@size-limit/preset-big-lib": "^8.1.2",
"husky": "^8.0.3",
"lint-staged": "^13.1.1",
"size-limit": "^8.1.2",
"typedoc": "^0.23.24",
"typedoc-plugin-resolve-crossmodule-references": "^0.3.3"
},
"lint-staged": {

View File

@ -77,14 +77,14 @@
},
"dependencies": {
"@chainsafe/libp2p-gossipsub": "^6.1.0",
"@noble/hashes": "^1.1.3",
"@noble/hashes": "^1.2.0",
"@waku/interfaces": "*",
"@waku/proto": "*",
"@waku/utils": "*",
"debug": "^4.3.4",
"it-all": "^1.0.6",
"it-length-prefixed": "^8.0.2",
"it-pipe": "^2.0.4",
"it-all": "^2.0.0",
"it-length-prefixed": "^8.0.4",
"it-pipe": "^2.0.5",
"p-event": "^5.0.1",
"uint8arraylist": "^2.4.3",
"uuid": "^9.0.0"
@ -97,16 +97,16 @@
"@libp2p/interface-pubsub": "^3.0.6",
"@libp2p/interface-registrar": "^2.0.8",
"@multiformats/multiaddr": "^11.4.0",
"@rollup/plugin-commonjs": "^22.0.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.3.0",
"@rollup/plugin-commonjs": "^24.0.1",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-node-resolve": "^15.0.1",
"@types/chai": "^4.2.15",
"@types/debug": "^4.1.7",
"@types/mocha": "^9.1.0",
"@types/uuid": "^9.0.0",
"@typescript-eslint/eslint-plugin": "^5.8.1",
"@typescript-eslint/parser": "^5.8.1",
"chai": "^4.3.4",
"chai": "^4.3.7",
"cspell": "^6.17.0",
"eslint": "^8.6.0",
"eslint-config-prettier": "^8.3.0",
@ -124,16 +124,16 @@
"karma-chrome-launcher": "^3.1.0",
"karma-mocha": "^2.0.1",
"karma-webpack": "^5.0.0",
"mocha": "^9.1.3",
"mocha": "^10.2.0",
"npm-run-all": "^4.1.5",
"p-timeout": "^6.0.0",
"prettier": "^2.1.1",
"process": "^0.11.10",
"puppeteer": "^13.0.1",
"rollup": "^2.75.0",
"rollup": "^3.14.0",
"ts-loader": "^9.3.1",
"ts-node": "^10.9.1",
"typescript": "^4.6.3"
"typescript": "^4.9.5"
},
"peerDependencies": {
"@multiformats/multiaddr": "^11.4.0",

View File

@ -73,9 +73,9 @@
"@libp2p/interface-pubsub": "^3.0.6",
"@libp2p/interface-registrar": "^2.0.8",
"@libp2p/interface-transport": "^2.1.1",
"@rollup/plugin-commonjs": "^22.0.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.3.0",
"@rollup/plugin-commonjs": "^24.0.1",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-node-resolve": "^15.0.1",
"@typescript-eslint/eslint-plugin": "^5.8.1",
"@typescript-eslint/parser": "^5.8.1",
"@waku/interfaces": "*",
@ -89,8 +89,8 @@
"interface-datastore": "^7.0.4",
"npm-run-all": "^4.1.5",
"prettier": "^2.1.1",
"rollup": "^2.75.0",
"typescript": "^4.6.3"
"rollup": "^3.14.0",
"typescript": "^4.9.5"
},
"typedoc": {
"entryPoint": "./src/index.ts"

View File

@ -72,13 +72,13 @@
"@libp2p/peer-id": "^2.0.1",
"@libp2p/peer-id-factory": "^2.0.1",
"@multiformats/multiaddr": "^11.4.0",
"@rollup/plugin-commonjs": "^22.0.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.3.0",
"@rollup/plugin-commonjs": "^24.0.1",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-node-resolve": "^15.0.1",
"@typescript-eslint/eslint-plugin": "^5.8.1",
"@typescript-eslint/parser": "^5.8.1",
"@waku/interfaces": "*",
"chai": "^4.3.4",
"chai": "^4.3.7",
"cspell": "^6.17.0",
"eslint": "^8.6.0",
"eslint-config-prettier": "^8.3.0",
@ -88,8 +88,8 @@
"eslint-plugin-prettier": "^4.0.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.1.1",
"rollup": "^2.75.0",
"typescript": "^4.6.3"
"rollup": "^3.14.0",
"typescript": "^4.9.5"
},
"typedoc": {
"entryPoint": "./src/index.ts"

View File

@ -53,11 +53,11 @@
"node": ">=16"
},
"dependencies": {
"@ethersproject/rlp": "^5.5.0",
"@libp2p/crypto": "^1.0.11",
"@ethersproject/rlp": "^5.7.0",
"@libp2p/crypto": "^1.0.12",
"@libp2p/peer-id": "^2.0.1",
"@multiformats/multiaddr": "^11.4.0",
"@noble/secp256k1": "^1.3.4",
"@noble/secp256k1": "^1.7.1",
"@waku/utils": "*",
"debug": "^4.3.4",
"js-sha3": "^0.8.0"
@ -65,13 +65,13 @@
"devDependencies": {
"@libp2p/interface-peer-id": "^2.0.1",
"@libp2p/peer-id-factory": "^2.0.1",
"@rollup/plugin-commonjs": "^22.0.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.3.0",
"@rollup/plugin-commonjs": "^24.0.1",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-node-resolve": "^15.0.1",
"@typescript-eslint/eslint-plugin": "^5.8.1",
"@typescript-eslint/parser": "^5.8.1",
"@waku/interfaces": "*",
"chai": "^4.3.6",
"chai": "^4.3.7",
"cspell": "^6.17.0",
"eslint": "^8.6.0",
"eslint-config-prettier": "^8.3.0",
@ -79,11 +79,12 @@
"eslint-plugin-functional": "^4.0.2",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-prettier": "^4.0.0",
"mocha": "^10.2.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.1.1",
"rollup": "^2.75.0",
"rollup": "^3.14.0",
"ts-loader": "^9.4.1",
"typescript": "^4.6.3",
"typescript": "^4.9.5",
"uint8arrays": "^4.0.3"
},
"typedoc": {

View File

@ -68,7 +68,7 @@
"eslint-plugin-prettier": "^4.0.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.1.1",
"typescript": "^4.6.3"
"typescript": "^4.9.5"
},
"typedoc": {
"entryPoint": "./src/index.ts"

View File

@ -73,7 +73,7 @@
"crypto": false
},
"dependencies": {
"@noble/secp256k1": "^1.3.4",
"@noble/secp256k1": "^1.7.1",
"@waku/core": "*",
"@waku/interfaces": "*",
"@waku/proto": "*",
@ -88,12 +88,12 @@
"@libp2p/interface-peer-id": "^2.0.1",
"@libp2p/interface-peer-store": "^1.2.8",
"@libp2p/interface-registrar": "^2.0.8",
"@rollup/plugin-commonjs": "^22.0.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.3.0",
"@rollup/plugin-commonjs": "^24.0.1",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-node-resolve": "^15.0.1",
"@typescript-eslint/eslint-plugin": "^5.8.1",
"@typescript-eslint/parser": "^5.8.1",
"chai": "^4.3.6",
"chai": "^4.3.7",
"cspell": "^6.17.0",
"eslint": "^8.6.0",
"eslint-config-prettier": "^8.3.0",
@ -102,11 +102,12 @@
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-prettier": "^4.0.0",
"fast-check": "^2.14.0",
"mocha": "^10.2.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.1.1",
"rollup": "^2.75.0",
"rollup": "^3.14.0",
"ts-loader": "^9.4.1",
"typescript": "^4.6.3"
"typescript": "^4.9.5"
},
"typedoc": {
"entryPoint": "./src/index.ts"

View File

@ -56,9 +56,9 @@
"@waku/proto": "*",
"@waku/utils": "*",
"debug": "^4.3.4",
"it-all": "^1.0.6",
"it-length-prefixed": "^8.0.2",
"it-pipe": "^2.0.4"
"it-all": "^2.0.0",
"it-length-prefixed": "^8.0.4",
"it-pipe": "^2.0.5"
},
"devDependencies": {
"@libp2p/interface-connection": "^3.0.8",
@ -67,13 +67,13 @@
"@libp2p/interface-peer-info": "^1.0.8",
"@libp2p/interface-peer-store": "^1.2.8",
"@libp2p/interface-registrar": "^2.0.8",
"@rollup/plugin-commonjs": "^22.0.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.3.0",
"@rollup/plugin-commonjs": "^24.0.1",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-node-resolve": "^15.0.1",
"@typescript-eslint/eslint-plugin": "^5.8.1",
"@typescript-eslint/parser": "^5.8.1",
"@waku/interfaces": "*",
"chai": "^4.3.6",
"chai": "^4.3.7",
"cspell": "^6.17.0",
"eslint": "^8.6.0",
"eslint-config-prettier": "^8.3.0",
@ -83,9 +83,9 @@
"eslint-plugin-prettier": "^4.0.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.1.1",
"rollup": "^2.75.0",
"rollup": "^3.14.0",
"ts-loader": "^9.4.1",
"typescript": "^4.6.3",
"typescript": "^4.9.5",
"uint8arraylist": "^2.4.3"
},
"typedoc": {

View File

@ -47,12 +47,12 @@
"node": ">=16"
},
"dependencies": {
"protons-runtime": "^3.1.0"
"protons-runtime": "^5.0.0"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^22.0.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.3.0",
"@rollup/plugin-commonjs": "^24.0.1",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-node-resolve": "^15.0.1",
"@typescript-eslint/eslint-plugin": "^5.8.1",
"@typescript-eslint/parser": "^5.8.1",
"cspell": "^6.17.0",
@ -65,8 +65,8 @@
"npm-run-all": "^4.1.5",
"prettier": "^2.1.1",
"protons": "^5.1.0",
"rollup": "^2.75.0",
"typescript": "^4.6.3",
"rollup": "^3.14.0",
"typescript": "^4.9.5",
"uint8arraylist": "^2.4.3"
},
"typedoc": {

View File

@ -60,11 +60,11 @@
"@waku/enr": "*",
"@waku/interfaces": "*",
"@waku/utils": "*",
"app-root-path": "^3.0.0",
"app-root-path": "^3.1.0",
"debug": "^4.3.4",
"p-timeout": "^6.0.0",
"portfinder": "^1.0.28",
"tail": "^2.2.0"
"p-timeout": "^6.1.0",
"portfinder": "^1.0.32",
"tail": "^2.2.6"
},
"devDependencies": {
"@libp2p/bootstrap": "^6.0.0",
@ -78,7 +78,7 @@
"@waku/dns-discovery": "*",
"@waku/message-encryption": "*",
"@waku/peer-exchange": "*",
"chai": "^4.3.6",
"chai": "^4.3.7",
"cspell": "^6.17.0",
"debug": "^4.3.4",
"eslint": "^8.6.0",
@ -87,9 +87,9 @@
"eslint-plugin-functional": "^4.0.2",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-prettier": "^4.0.0",
"mocha": "^9.1.3",
"mocha": "^10.2.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.1.1",
"typescript": "^4.6.3"
"typescript": "^4.9.5"
}
}

View File

@ -60,9 +60,9 @@
"@libp2p/interface-peer-info": "^1.0.8",
"@libp2p/interface-peer-store": "^1.2.8",
"@multiformats/multiaddr": "^11.4.0",
"@rollup/plugin-commonjs": "^22.0.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.3.0",
"@rollup/plugin-commonjs": "^24.0.1",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-node-resolve": "^15.0.1",
"@typescript-eslint/eslint-plugin": "^5.8.1",
"@typescript-eslint/parser": "^5.8.1",
"cspell": "^6.17.0",
@ -74,8 +74,8 @@
"eslint-plugin-prettier": "^4.0.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.1.1",
"rollup": "^2.75.0",
"typescript": "^4.6.3"
"rollup": "^3.14.0",
"typescript": "^4.9.5"
},
"typedoc": {
"entryPoint": "./src/index.ts"

View File

@ -1,7 +1,7 @@
{
"extends": "./tsconfig",
"compilerOptions": {
"module": "esnext",
"module": "nodenext",
"noEmit": true
},
"exclude": []