From 855448072f8df32be57f5be1c9ac02ffcce3156f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 29 May 2023 16:39:00 +0000 Subject: [PATCH] fix: upgrade source-map from 0.6.1 to 0.7.4 Snyk has created this PR to upgrade source-map from 0.6.1 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/hojata1/project/a8759656-a2a5-4516-a031-33b291ec6854?utm_source=github&utm_medium=referral&page=upgrade-pr --- .../tap-with-yarn-lock/node_modules/handlebars/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/handlebars/package.json b/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/handlebars/package.json index 2d9a1bd955cc2..70df94c9b9882 100644 --- a/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/handlebars/package.json +++ b/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/handlebars/package.json @@ -23,7 +23,7 @@ "dependencies": { "neo-async": "^2.6.0", "optimist": "^0.6.1", - "source-map": "^0.6.1" + "source-map": "^0.7.4" }, "optionalDependencies": { "uglify-js": "^3.1.4"