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
This commit is contained in:
Paul Gschwendtner 2022-07-19 08:10:45 +00:00 committed by Andrew Kushnir
parent 14081dc48d
commit c643ec4129

View file

@ -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",