Skip to content

Commit ef33050

Browse files
chore(deps): update dependency source-map-loader to v5
1 parent f49a265 commit ef33050

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
@@ -709,11 +709,6 @@
709709
resolved "https://registry.npmjs.org/@xtuc/long/-/long-4.2.2.tgz#d291c6a4e97989b5c61d9acf396ae4fe133a718d"
710710
integrity sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==
711711

712-
abab@^2.0.5:
713-
version "2.0.5"
714-
resolved "https://registry.npmjs.org/abab/-/abab-2.0.5.tgz#c0b678fb32d60fc1219c784d6a826fe385aeb79a"
715-
integrity sha512-9IK9EadsbHo6jLWIpxpR6pL0sazTXV6+SQv25ZB+F7Bj9mJNaOc4nCRabwd5M/JwmUa8idz6Eci6eKfJryPs6Q==
716-
717712
abbrev@1:
718713
version "1.1.1"
719714
resolved "https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz#f8f2c887ad10bf67f634f005b6987fed3179aac8"
@@ -2576,7 +2571,7 @@ [email protected]:
25762571
dependencies:
25772572
safer-buffer ">= 2.1.2 < 3"
25782573

2579-
iconv-lite@^0.6.2:
2574+
iconv-lite@^0.6.3:
25802575
version "0.6.3"
25812576
resolved "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz#a52f80bf38da1952eb5c681790719871a1a72501"
25822577
integrity sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==
@@ -4708,14 +4703,13 @@ source-map-js@^1.0.2:
47084703
resolved "https://registry.npmjs.org/source-map-js/-/source-map-js-1.0.2.tgz#adbc361d9c62df380125e7f161f71c826f1e490c"
47094704
integrity sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==
47104705

4711-
source-map-loader@^3.0.0:
4712-
version "3.0.0"
4713-
resolved "https://registry.npmjs.org/source-map-loader/-/source-map-loader-3.0.0.tgz#f2a04ee2808ad01c774dea6b7d2639839f3b3049"
4714-
integrity sha512-GKGWqWvYr04M7tn8dryIWvb0s8YM41z82iQv01yBtIylgxax0CwvSy6gc2Y02iuXwEfGWRlMicH0nvms9UZphw==
4706+
source-map-loader@^5.0.0:
4707+
version "5.0.0"
4708+
resolved "https://registry.npmjs.org/source-map-loader/-/source-map-loader-5.0.0.tgz#f593a916e1cc54471cfc8851b905c8a845fc7e38"
4709+
integrity sha512-k2Dur7CbSLcAH73sBcIkV5xjPV4SzqO1NJ7+XaQl8if3VODDUj3FNchNGpqgJSKbvUfJuhVdv8K2Eu8/TNl2eA==
47154710
dependencies:
4716-
abab "^2.0.5"
4717-
iconv-lite "^0.6.2"
4718-
source-map-js "^0.6.2"
4711+
iconv-lite "^0.6.3"
4712+
source-map-js "^1.0.2"
47194713

47204714
source-map-support@~0.5.12:
47214715
version "0.5.19"

0 commit comments

Comments
 (0)