From 7d02832fbff38d8d47c7b9389b94e1d562ee4588 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 7 Jan 2026 22:31:15 +0000 Subject: [PATCH] fix: upgrade source-map from 0.5.7 to 0.7.6 Snyk has created this PR to upgrade source-map from 0.5.7 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/66e03de9-b101-48b1-a9e9-b0c6e08eec84?utm_source=github&utm_medium=referral&page=upgrade-pr --- .../tap-with-yarn-lock/node_modules/babel-core/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/babel-core/package.json b/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/babel-core/package.json index c609c0b8616e9..5c70730ce540c 100644 --- a/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/babel-core/package.json +++ b/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/babel-core/package.json @@ -44,7 +44,7 @@ "path-is-absolute": "^1.0.1", "private": "^0.1.8", "slash": "^1.0.0", - "source-map": "^0.5.7" + "source-map": "^0.7.6" }, "devDependencies": { "babel-helper-fixtures": "^6.26.2",