From 94a2c370b296e57e3b56f3e907e27db4acf74e14 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Jul 2026 08:25:34 +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.20.1 to 8.21.0 - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/8.20.1...8.21.0) --- updated-dependencies: - dependency-name: ws dependency-version: 8.21.0 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 a24c78d..bb07982 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.51.2" + "viem": "2.55.0" }, "devDependencies": { "@types/node": "^24.12.2", @@ -381,9 +381,9 @@ } }, "node_modules/ox": { - "version": "0.14.25", - "resolved": "https://registry.npmjs.org/ox/-/ox-0.14.25.tgz", - "integrity": "sha512-8DoibKtxE8yw63Y2jjMhlbjaURev6WCx4QR4MWLusl2/qIaeTzMJMBIYIDl1KOF45+8H1Ur6eLTdPlUoO8PlRw==", + "version": "0.14.30", + "resolved": "https://registry.npmjs.org/ox/-/ox-0.14.30.tgz", + "integrity": "sha512-LI11uu+8iiM1B3CLckgd++YF1a0A2k5wDoM9ZeQMiL21BOzQs6L//BLS6hb1HSEKCyycdDIQLsVQx9MjpcC0hA==", "funding": [ { "type": "github", @@ -455,9 +455,9 @@ "license": "MIT" }, "node_modules/viem": { - "version": "2.51.2", - "resolved": "https://registry.npmjs.org/viem/-/viem-2.51.2.tgz", - "integrity": "sha512-2x4YAtr3PUPIW++Ov96clnWtRsyqMfpFfooQRIxCpAMsTgxioJTdIQ0ywbjhlHDCUJEGM6M8q8ILOeaPRViH9w==", + "version": "2.55.0", + "resolved": "https://registry.npmjs.org/viem/-/viem-2.55.0.tgz", + "integrity": "sha512-5XWSTCTmNvHCeT38Fsp31uofmOZFJdj4nOUH+H2Vh/hzsx9M7r+KgL3fSYUZeVn4H0UyQxjwPFqEaV4M0CI1tA==", "funding": [ { "type": "github", @@ -472,8 +472,8 @@ "@scure/bip39": "1.6.0", "abitype": "1.2.3", "isows": "1.0.7", - "ox": "0.14.25", - "ws": "8.20.1" + "ox": "0.14.30", + "ws": "8.21.0" }, "peerDependencies": { "typescript": ">=5.0.4" @@ -506,9 +506,9 @@ } }, "node_modules/ws": { - "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==", + "version": "8.21.0", + "resolved": "https://registry.npmjs.org/ws/-/ws-8.21.0.tgz", + "integrity": "sha512-Vsp28b7DRcimFQvrqu2Wek3z1iYxDCWqHYB8Qsnk/S4RfaCQzPGPyBNuVjJV3cd6UiKtUtp6sNM77gWvzcCH+g==", "license": "MIT", "engines": { "node": ">=10.0.0" diff --git a/examples/nitrolite-v1-lifecycle/package.json b/examples/nitrolite-v1-lifecycle/package.json index 30685f2..6d99a56 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.51.2" + "viem": "2.55.0" }, "devDependencies": { "@types/node": "^24.12.2",