From 103002a7a42b25b41826b91ab7a43e2dc3f21ef7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 18 Jan 2026 21:19:26 +0000 Subject: [PATCH] fix: upgrade source-map from 0.6.1 to 0.7.6 Snyk has created this PR to upgrade source-map from 0.6.1 to 0.7.6. See this package in npm: source-map See this project in Snyk: https://app.snyk.io/org/jason-123-cyber/project/6bd0c7f2-b622-4a67-bc0f-ab64dfa55113?utm_source=github&utm_medium=referral&page=upgrade-pr --- .../ts-node/node_modules/source-map-support/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/ts-node/node_modules/source-map-support/package.json b/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/ts-node/node_modules/source-map-support/package.json index ce622c2e12405..9defea0bfa27d 100644 --- a/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/ts-node/node_modules/source-map-support/package.json +++ b/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/ts-node/node_modules/source-map-support/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "buffer-from": "^1.0.0", - "source-map": "^0.6.0" + "source-map": "^0.7.6" }, "devDependencies": { "browserify": "^4.2.3",