chore: bump @waku/core to 0.0.17 (#60)

* chore: bump mocha

9.x has a vulnerability

* chore: bump @waku/core to 0.0.17

And other Waku packages.

* chore: npm audit fix

* chore: bump @waku/interfaces to 0.0.12
This commit is contained in:
fryorcraken.eth 2023-05-10 20:19:46 +10:00 committed by GitHub
parent e52107dcf8
commit b7cb3f9bbf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 728 additions and 1810 deletions

1469
example/package-lock.json generated

File diff suppressed because it is too large Load Diff

1059
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -83,9 +83,9 @@
"husky": "^7.0.4",
"ignore-loader": "^0.1.2",
"isomorphic-fetch": "^3.0.0",
"@waku/interfaces": "^0.0.11",
"@waku/message-encryption": "^0.0.14",
"@waku/core": "^0.0.16",
"@waku/interfaces": "^0.0.12",
"@waku/message-encryption": "^0.0.15",
"@waku/core": "^0.0.17",
"jsdom": "^19.0.0",
"jsdom-global": "^3.0.2",
"karma": "^6.3.12",
@ -93,7 +93,7 @@
"karma-mocha": "^2.0.1",
"karma-webpack": "^5.0.0",
"lint-staged": "^13.0.3",
"mocha": "^9.1.3",
"mocha": "10.1.0",
"npm-run-all": "^4.1.5",
"p-timeout": "^4.1.0",
"prettier": "^2.1.1",
@ -129,7 +129,7 @@
]
},
"dependencies": {
"@waku/utils": "^0.0.4",
"@waku/utils": "^0.0.5",
"@waku/zerokit-rln-wasm": "^0.0.10",
"ethers": "^5.7.2"
}