From ca9f8bcca6734e98c03cc37c3c3a1c4c2076db75 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 18 Jan 2026 21:39:18 +0000 Subject: [PATCH] fix: upgrade react-reconciler from 0.20.4 to 0.33.0 Snyk has created this PR to upgrade react-reconciler from 0.20.4 to 0.33.0. See this package in npm: react-reconciler See this project in Snyk: https://app.snyk.io/org/jason-123-cyber/project/9ec141a4-7758-434d-b5bc-fd17e1aa25cd?utm_source=github&utm_medium=referral&page=upgrade-pr --- .../fixtures/tap-with-yarn-lock/node_modules/ink/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/ink/package.json b/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/ink/package.json index e633335f0707d..c67a308790e37 100644 --- a/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/ink/package.json +++ b/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/ink/package.json @@ -50,7 +50,7 @@ "lodash.throttle": "^4.1.1", "log-update": "^3.0.0", "prop-types": "^15.6.2", - "react-reconciler": "^0.20.0", + "react-reconciler": "^0.33.0", "scheduler": "^0.13.2", "signal-exit": "^3.0.2", "slice-ansi": "^1.0.0",