From e29c125790fcb57ef2ae0c4d0978cc6a8b2bc715 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 18 Jan 2026 21:39:14 +0000 Subject: [PATCH] fix: upgrade scheduler from 0.13.6 to 0.27.0 Snyk has created this PR to upgrade scheduler from 0.13.6 to 0.27.0. See this package in npm: scheduler 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..af0870cb4c0fe 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 @@ -51,7 +51,7 @@ "log-update": "^3.0.0", "prop-types": "^15.6.2", "react-reconciler": "^0.20.0", - "scheduler": "^0.13.2", + "scheduler": "^0.27.0", "signal-exit": "^3.0.2", "slice-ansi": "^1.0.0", "string-length": "^2.0.0",