From f68068abae3c811b511ca80c9873600fcda8ba86 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 23:46:46 +0000 Subject: [PATCH] chore(deps): bump the production-minor group with 2 updates Bumps the production-minor group with 2 updates: [nostr-veil](https://github.com/forgesworn/nostr-veil) and [ws](https://github.com/websockets/ws). Updates `nostr-veil` from 0.28.1 to 0.29.0 - [Release notes](https://github.com/forgesworn/nostr-veil/releases) - [Changelog](https://github.com/forgesworn/nostr-veil/blob/main/CHANGELOG.md) - [Commits](https://github.com/forgesworn/nostr-veil/compare/v0.28.1...v0.29.0) 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: nostr-veil dependency-version: 0.29.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-minor - dependency-name: ws dependency-version: 8.21.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 57b6e07..8bd9904 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "dominion-protocol": "^1.0.0", "nostr-attestations": "^2.5.4", "nostr-tools": "^2.23.3", - "nostr-veil": "^0.28.1", + "nostr-veil": "^0.29.0", "nsec-tree": "^1.4.2", "signet-protocol": "^1.1.0", "socks-proxy-agent": "^10.0.0", @@ -2124,9 +2124,9 @@ } }, "node_modules/nostr-veil": { - "version": "0.28.1", - "resolved": "https://registry.npmjs.org/nostr-veil/-/nostr-veil-0.28.1.tgz", - "integrity": "sha512-v/t0fRde3crwMIKsoyYEL6lNrnTMMVLVYC20Z6sME6FcHW/QdQXVGlXF0tsCRtpUicze+Ru4gexow95ZVB/ZTQ==", + "version": "0.29.0", + "resolved": "https://registry.npmjs.org/nostr-veil/-/nostr-veil-0.29.0.tgz", + "integrity": "sha512-B72WZlxNfN/ksKr1Y4GCbWeojrjq0pcjNcf5uQzUAusIGElwDvcA8s7LrSdAiDsnlHv9saRWi1TWZorr57IW9w==", "license": "MIT", "dependencies": { "@forgesworn/ring-sig": "^3.0.0", @@ -3085,9 +3085,9 @@ "license": "ISC" }, "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/package.json b/package.json index 8adb5e9..2723cbd 100644 --- a/package.json +++ b/package.json @@ -156,7 +156,7 @@ "dominion-protocol": "^1.0.0", "nostr-attestations": "^2.5.4", "nostr-tools": "^2.23.3", - "nostr-veil": "^0.28.1", + "nostr-veil": "^0.29.0", "nsec-tree": "^1.4.2", "signet-protocol": "^1.1.0", "socks-proxy-agent": "^10.0.0",