From 914e23712b6a3d03d540948ad053b211f349435d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 May 2026 13:27:42 +0000 Subject: [PATCH] chore(deps): bump ws Bumps the npm_and_yarn group with 1 update in the /examples/nitrolite-v1-lifecycle directory: [ws](https://github.com/websockets/ws). Updates `ws` from 8.18.3 to 8.20.1 - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/8.18.3...8.20.1) --- updated-dependencies: - dependency-name: ws dependency-version: 8.20.1 dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- .../nitrolite-v1-lifecycle/package-lock.json | 24 +++++++++---------- examples/nitrolite-v1-lifecycle/package.json | 2 +- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/examples/nitrolite-v1-lifecycle/package-lock.json b/examples/nitrolite-v1-lifecycle/package-lock.json index 42ea228..a495991 100644 --- a/examples/nitrolite-v1-lifecycle/package-lock.json +++ b/examples/nitrolite-v1-lifecycle/package-lock.json @@ -11,7 +11,7 @@ "@yellow-org/sdk": "1.2.1", "decimal.js": "^10.6.0", "dotenv": "^17.2.3", - "viem": "2.46.1" + "viem": "2.50.4" }, "devDependencies": { "@types/node": "^24.12.2", @@ -381,9 +381,9 @@ } }, "node_modules/ox": { - "version": "0.12.1", - "resolved": "https://registry.npmjs.org/ox/-/ox-0.12.1.tgz", - "integrity": "sha512-uU0llpthaaw4UJoXlseCyBHmQ3bLrQmz9rRLIAUHqv46uHuae9SE+ukYBRIPVCnlEnHKuWjDUcDFHWx9gbGNoA==", + "version": "0.14.22", + "resolved": "https://registry.npmjs.org/ox/-/ox-0.14.22.tgz", + "integrity": "sha512-nb5msL8qWbPglhIfZbGJAfw3cqiJjFMiWmACt7kgyWtLib12tcctbHufMT9Hb0Lr6Pt4k9I3dbpueTpbhvbqvA==", "funding": [ { "type": "github", @@ -455,9 +455,9 @@ "license": "MIT" }, "node_modules/viem": { - "version": "2.46.1", - "resolved": "https://registry.npmjs.org/viem/-/viem-2.46.1.tgz", - "integrity": "sha512-c5YPQR/VueqoPG09Tp1JBw2iItKVRGVI0YkWekquRDZw0ciNBhO3muu2QjO9xFelOXh18q3d/kLbW83B2Oxf0g==", + "version": "2.50.4", + "resolved": "https://registry.npmjs.org/viem/-/viem-2.50.4.tgz", + "integrity": "sha512-rf98F4s3Vlb+uJZEKfay3IbBw3CNCbVtx5Y3UIljlO2tSX420g/J0WQSYsjzBSasUFgxgsXabji14O9kGbiqgg==", "funding": [ { "type": "github", @@ -472,8 +472,8 @@ "@scure/bip39": "1.6.0", "abitype": "1.2.3", "isows": "1.0.7", - "ox": "0.12.1", - "ws": "8.18.3" + "ox": "0.14.22", + "ws": "8.20.1" }, "peerDependencies": { "typescript": ">=5.0.4" @@ -506,9 +506,9 @@ } }, "node_modules/ws": { - "version": "8.18.3", - "resolved": "https://registry.npmjs.org/ws/-/ws-8.18.3.tgz", - "integrity": "sha512-PEIGCY5tSlUt50cqyMXfCzX+oOPqN0vuGqWzbcJ2xvnkzkq46oOpz7dQaTDBdfICb4N14+GARUDw2XV2N4tvzg==", + "version": "8.20.1", + "resolved": "https://registry.npmjs.org/ws/-/ws-8.20.1.tgz", + "integrity": "sha512-It4dO0K5v//JtTXuPkfEOaI3uUN87iYPnqo/ZzqCoG3g8uhA66QUMs/SrM0YK7/NAu+r4LMh/9dq2A7k+rHs+w==", "license": "MIT", "engines": { "node": ">=10.0.0" diff --git a/examples/nitrolite-v1-lifecycle/package.json b/examples/nitrolite-v1-lifecycle/package.json index 74f32b7..bf95538 100644 --- a/examples/nitrolite-v1-lifecycle/package.json +++ b/examples/nitrolite-v1-lifecycle/package.json @@ -16,7 +16,7 @@ "@yellow-org/sdk": "1.2.1", "decimal.js": "^10.6.0", "dotenv": "^17.2.3", - "viem": "2.46.1" + "viem": "2.50.4" }, "devDependencies": { "@types/node": "^24.12.2",