From c643ec4129fd39cb6eabfd416ff2c66f59cb66c3 Mon Sep 17 00:00:00 2001 From: Paul Gschwendtner Date: Tue, 19 Jul 2022 08:10:45 +0000 Subject: [PATCH] build: update source-map package to latest version (#46888) The source-map package is updated as part #46707, but the minor version bump introduced breaking changes. This commit extracts the update so that we can handle it separately accounting for the breaking changes. Also removing the caret since this package apparently makes breaking changes in minor segment bumps. PR Close #46888 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 60758b87588..47f99781bcb 100644 --- a/package.json +++ b/package.json @@ -160,7 +160,7 @@ "selenium-webdriver": "3.5.0", "semver-dsl": "^1.0.1", "shelljs": "^0.8.5", - "source-map": "^0.6.1", + "source-map": "0.7.4", "source-map-support": "0.5.21", "sourcemap-codec": "^1.4.8", "start-server-and-test": "^1.10.11",