Skip to content

Commit ef9710b

Browse files
renovate-botalan-agius4
authored andcommitted
build: update dependency source-map-loader to v2
(cherry picked from commit 0597a1a)
1 parent 84a85e7 commit ef9710b

File tree

3 files changed

+12
-10
lines changed

3 files changed

+12
-10
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@
200200
"sauce-connect-proxy": "https://saucelabs.com/downloads/sc-4.6.4-linux.tar.gz",
201201
"semver": "7.3.5",
202202
"source-map": "0.7.3",
203-
"source-map-loader": "1.1.3",
203+
"source-map-loader": "2.0.1",
204204
"source-map-support": "0.5.19",
205205
"spdx-satisfies": "^5.0.0",
206206
"style-loader": "2.0.0",

packages/angular_devkit/build_angular/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"sass-loader": "11.0.1",
6060
"semver": "7.3.5",
6161
"source-map": "0.7.3",
62-
"source-map-loader": "1.1.3",
62+
"source-map-loader": "2.0.1",
6363
"source-map-support": "0.5.19",
6464
"style-loader": "2.0.0",
6565
"stylus": "0.54.8",

yarn.lock

+10-8
Original file line numberDiff line numberDiff line change
@@ -10131,17 +10131,19 @@ source-list-map@^2.0.0, source-list-map@^2.0.1:
1013110131
resolved "https://registry.yarnpkg.com/source-list-map/-/source-list-map-2.0.1.tgz#3993bd873bfc48479cca9ea3a547835c7c154b34"
1013210132
integrity sha512-qnQ7gVMxGNxsiL4lEuJwe/To8UnK7fAnmbGEEH8RpLouuKbeEm0lhbQVFIrNSuB+G7tVrAlVsZgETT5nljf+Iw==
1013310133

10134-
10135-
version "1.1.3"
10136-
resolved "https://registry.yarnpkg.com/source-map-loader/-/source-map-loader-1.1.3.tgz#7dbc2fe7ea09d3e43c51fd9fc478b7f016c1f820"
10137-
integrity sha512-6YHeF+XzDOrT/ycFJNI53cgEsp/tHTMl37hi7uVyqFAlTXW109JazaQCkbc+jjoL2637qkH1amLi+JzrIpt5lA==
10134+
source-map-js@^0.6.2:
10135+
version "0.6.2"
10136+
resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-0.6.2.tgz#0bb5de631b41cfbda6cfba8bd05a80efdfd2385e"
10137+
integrity sha512-/3GptzWzu0+0MBQFrDKzw/DvvMTUORvgY6k6jd/VS6iCR4RDTKWH6v6WPwQoUO8667uQEf9Oe38DxAYWY5F/Ug==
10138+
10139+
10140+
version "2.0.1"
10141+
resolved "https://registry.yarnpkg.com/source-map-loader/-/source-map-loader-2.0.1.tgz#b4fd0ae7fa7e7d3954300f383f2d6fcc230a4261"
10142+
integrity sha512-UzOTTQhoNPeTNzOxwFw220RSRzdGSyH4lpNyWjR7Qm34P4/N0W669YSUFdH07+YNeN75h765XLHmNsF/bm97RQ==
1013810143
dependencies:
1013910144
abab "^2.0.5"
1014010145
iconv-lite "^0.6.2"
10141-
loader-utils "^2.0.0"
10142-
schema-utils "^3.0.0"
10143-
source-map "^0.6.1"
10144-
whatwg-mimetype "^2.3.0"
10146+
source-map-js "^0.6.2"
1014510147

1014610148
source-map-resolve@^0.5.0, source-map-resolve@^0.5.2:
1014710149
version "0.5.3"

0 commit comments

Comments
 (0)