Skip to content

Commit 4db5c2c

Browse files
chore(deps): update dependency source-map-loader to v5
1 parent 647ebf4 commit 4db5c2c

File tree

2 files changed

+8
-14
lines changed

2 files changed

+8
-14
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
"shx": "^0.3.3",
8888
"sinon": "^17.0.0",
8989
"sinon-chai": "^3.7.0",
90-
"source-map-loader": "^3.0.0",
90+
"source-map-loader": "^5.0.0",
9191
"style-loader": "^3.2.1",
9292
"tman": "^1.10.0",
9393
"ts-loader": "^9.2.5",

yarn.lock

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -695,11 +695,6 @@
695695
resolved "https://registry.npmjs.org/@xtuc/long/-/long-4.2.2.tgz#d291c6a4e97989b5c61d9acf396ae4fe133a718d"
696696
integrity sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==
697697

698-
abab@^2.0.5:
699-
version "2.0.5"
700-
resolved "https://registry.npmjs.org/abab/-/abab-2.0.5.tgz#c0b678fb32d60fc1219c784d6a826fe385aeb79a"
701-
integrity sha512-9IK9EadsbHo6jLWIpxpR6pL0sazTXV6+SQv25ZB+F7Bj9mJNaOc4nCRabwd5M/JwmUa8idz6Eci6eKfJryPs6Q==
702-
703698
abbrev@1:
704699
version "1.1.1"
705700
resolved "https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz#f8f2c887ad10bf67f634f005b6987fed3179aac8"
@@ -2542,7 +2537,7 @@ [email protected]:
25422537
dependencies:
25432538
safer-buffer ">= 2.1.2 < 3"
25442539

2545-
iconv-lite@^0.6.2:
2540+
iconv-lite@^0.6.3:
25462541
version "0.6.3"
25472542
resolved "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz#a52f80bf38da1952eb5c681790719871a1a72501"
25482543
integrity sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==
@@ -4553,14 +4548,13 @@ source-map-js@^1.0.2:
45534548
resolved "https://registry.npmjs.org/source-map-js/-/source-map-js-1.0.2.tgz#adbc361d9c62df380125e7f161f71c826f1e490c"
45544549
integrity sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==
45554550

4556-
source-map-loader@^3.0.0:
4557-
version "3.0.0"
4558-
resolved "https://registry.npmjs.org/source-map-loader/-/source-map-loader-3.0.0.tgz#f2a04ee2808ad01c774dea6b7d2639839f3b3049"
4559-
integrity sha512-GKGWqWvYr04M7tn8dryIWvb0s8YM41z82iQv01yBtIylgxax0CwvSy6gc2Y02iuXwEfGWRlMicH0nvms9UZphw==
4551+
source-map-loader@^5.0.0:
4552+
version "5.0.0"
4553+
resolved "https://registry.npmjs.org/source-map-loader/-/source-map-loader-5.0.0.tgz#f593a916e1cc54471cfc8851b905c8a845fc7e38"
4554+
integrity sha512-k2Dur7CbSLcAH73sBcIkV5xjPV4SzqO1NJ7+XaQl8if3VODDUj3FNchNGpqgJSKbvUfJuhVdv8K2Eu8/TNl2eA==
45604555
dependencies:
4561-
abab "^2.0.5"
4562-
iconv-lite "^0.6.2"
4563-
source-map-js "^0.6.2"
4556+
iconv-lite "^0.6.3"
4557+
source-map-js "^1.0.2"
45644558

45654559
source-map-support@~0.5.12:
45664560
version "0.5.19"

0 commit comments

Comments
 (0)