From ddd8b3480f1710a99413c46d6765f891c2a5f026 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 27 Aug 2023 17:43:01 +0000 Subject: [PATCH] fix: upgrade source-map from 0.5.7 to 0.7.4 Snyk has created this PR to upgrade source-map from 0.5.7 to 0.7.4. See this package in npm: https://www.npmjs.com/package/source-map See this project in Snyk: https://app.snyk.io/org/billywildhig/project/ec765d29-ad69-4bd8-b352-15ecb2ffbe46?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..1a00cac930f14 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.4" }, "devDependencies": { "babel-helper-fixtures": "^6.26.2",