fix: test dependencies (#2779)

* fix: test dependencies

* up

* up lock
This commit is contained in:
Sasha 2026-02-04 09:49:09 +01:00 committed by GitHub
parent d4c6c9970d
commit c8667058a6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 28 deletions

28
package-lock.json generated
View File

@ -33430,10 +33430,10 @@
"version": "0.1.0",
"dependencies": {
"@playwright/test": "^1.51.1",
"@waku/discovery": "^0.0.11",
"@waku/interfaces": "^0.0.33",
"@waku/sdk": "^0.0.34",
"@waku/utils": "0.0.27",
"@waku/discovery": "*",
"@waku/interfaces": "*",
"@waku/sdk": "*",
"@waku/utils": "*",
"cors": "^2.8.5",
"dotenv-flow": "^0.4.0",
"express": "^4.21.2",
@ -34782,26 +34782,6 @@
"@types/deep-eql": "*"
}
},
"packages/rln/node_modules/@waku/message-encryption": {
"version": "0.0.37",
"resolved": "https://registry.npmjs.org/@waku/message-encryption/-/message-encryption-0.0.37.tgz",
"integrity": "sha512-8WmDxVnitqzxWrKRHdmHmOKk81LBh0OE9uLFzBNxirmH9G4uDx0va3+S4lazgCQ4kT0zKrsN8VldX0BfePTVDQ==",
"dev": true,
"license": "MIT OR Apache-2.0",
"dependencies": {
"@noble/secp256k1": "^1.7.1",
"@waku/core": "0.0.39",
"@waku/interfaces": "0.0.34",
"@waku/proto": "0.0.14",
"@waku/utils": "0.0.27",
"debug": "^4.3.4",
"js-sha3": "^0.9.2",
"uint8arrays": "^5.0.1"
},
"engines": {
"node": ">=22"
}
},
"packages/rln/node_modules/@waku/message-encryption/node_modules/@waku/core": {
"version": "0.0.39",
"resolved": "https://registry.npmjs.org/@waku/core/-/core-0.0.39.tgz",

View File

@ -18,10 +18,10 @@
},
"dependencies": {
"@playwright/test": "^1.51.1",
"@waku/discovery": "^0.0.11",
"@waku/interfaces": "^0.0.33",
"@waku/sdk": "^0.0.34",
"@waku/utils": "0.0.27",
"@waku/discovery": "*",
"@waku/interfaces": "*",
"@waku/sdk": "*",
"@waku/utils": "*",
"cors": "^2.8.5",
"dotenv-flow": "^0.4.0",
"express": "^4.21.2",