From 004abd6984ef82056b3897c1e1bb2e2b57026fdc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 May 2026 10:51:06 +0000 Subject: [PATCH] Bump stream-json from 2.1.0 to 3.2.0 Bumps [stream-json](https://github.com/uhop/stream-json) from 2.1.0 to 3.2.0. - [Commits](https://github.com/uhop/stream-json/compare/2.1.0...3.2.0) --- updated-dependencies: - dependency-name: stream-json dependency-version: 3.2.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c83ece2ed..cc792b4a5 100644 --- a/package.json +++ b/package.json @@ -77,7 +77,7 @@ "sherlockjs": "^1.4.2", "stackblur-canvas": "^3.0.1", "stream-chain": "^4.0.1", - "stream-json": "^2.1.0", + "stream-json": "^3.2.0", "text-diff": "^1.0.1", "tictactoe-minimax-ai": "github:marianoheller/tic-tac-toe-minimax", "twitter-openapi-typescript": "^0.0.56",