Skip to content

Commit da3b5a6

Browse files
chore(deps-dev): bump source-map-loader from 3.0.1 to 4.0.0
1 parent 7a05fc7 commit da3b5a6

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"react-test-renderer": "17.0.2",
5151
"rxjs": "^7.0.0",
5252
"sinon": "^14.0.0",
53-
"source-map-loader": "^3.0.0",
53+
"source-map-loader": "^4.0.0",
5454
"standard": "^17.0.0",
5555
"ts-jest": "^27.0.2",
5656
"ts-loader": "^9.1.0",

yarn.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1438,10 +1438,10 @@
14381438
resolved "https://registry.yarnpkg.com/@xtuc/long/-/long-4.2.2.tgz#d291c6a4e97989b5c61d9acf396ae4fe133a718d"
14391439
integrity sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==
14401440

1441-
abab@^2.0.3, abab@^2.0.5:
1442-
version "2.0.5"
1443-
resolved "https://registry.yarnpkg.com/abab/-/abab-2.0.5.tgz#c0b678fb32d60fc1219c784d6a826fe385aeb79a"
1444-
integrity sha512-9IK9EadsbHo6jLWIpxpR6pL0sazTXV6+SQv25ZB+F7Bj9mJNaOc4nCRabwd5M/JwmUa8idz6Eci6eKfJryPs6Q==
1441+
abab@^2.0.3, abab@^2.0.5, abab@^2.0.6:
1442+
version "2.0.6"
1443+
resolved "https://registry.yarnpkg.com/abab/-/abab-2.0.6.tgz#41b80f2c871d19686216b82309231cfd3cb3d291"
1444+
integrity sha512-j2afSsaIENvHZN2B8GOpF566vZ5WVk5opAiMTvWgaQT8DkbOqsTfvNAvHoRGU2zzP8cPoqys+xHTRDWW8L+/BA==
14451445

14461446
accepts@~1.3.4, accepts@~1.3.5:
14471447
version "1.3.7"
@@ -5778,19 +5778,19 @@ sockjs@^0.3.24:
57785778
uuid "^8.3.2"
57795779
websocket-driver "^0.7.4"
57805780

5781-
source-map-js@^1.0.1:
5782-
version "1.0.1"
5783-
resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-1.0.1.tgz#a1741c131e3c77d048252adfa24e23b908670caf"
5784-
integrity sha512-4+TN2b3tqOCd/kaGRJ/sTYA0tR0mdXx26ipdolxcwtJVqEnqNYvlCAt1q3ypy4QMlYus+Zh34RNtYLoq2oQ4IA==
5781+
source-map-js@^1.0.2:
5782+
version "1.0.2"
5783+
resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-1.0.2.tgz#adbc361d9c62df380125e7f161f71c826f1e490c"
5784+
integrity sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==
57855785

5786-
source-map-loader@^3.0.0:
5787-
version "3.0.1"
5788-
resolved "https://registry.yarnpkg.com/source-map-loader/-/source-map-loader-3.0.1.tgz#9ae5edc7c2d42570934be4c95d1ccc6352eba52d"
5789-
integrity sha512-Vp1UsfyPvgujKQzi4pyDiTOnE3E4H+yHvkVRN3c/9PJmQS4CQJExvcDvaX/D+RV+xQben9HJ56jMJS3CgUeWyA==
5786+
source-map-loader@^4.0.0:
5787+
version "4.0.0"
5788+
resolved "https://registry.yarnpkg.com/source-map-loader/-/source-map-loader-4.0.0.tgz#bdc6b118bc6c87ee4d8d851f2d4efcc5abdb2ef5"
5789+
integrity sha512-i3KVgM3+QPAHNbGavK+VBq03YoJl24m9JWNbLgsjTj8aJzXG9M61bantBTNBt7CNwY2FYf+RJRYJ3pzalKjIrw==
57905790
dependencies:
5791-
abab "^2.0.5"
5791+
abab "^2.0.6"
57925792
iconv-lite "^0.6.3"
5793-
source-map-js "^1.0.1"
5793+
source-map-js "^1.0.2"
57945794

57955795
source-map-support@^0.5.6, source-map-support@~0.5.19:
57965796
version "0.5.19"

0 commit comments

Comments
 (0)