Skip to content

Commit 11ab645

Browse files
Update dependency babel-loader to v9.1.3
1 parent e4a4c87 commit 11ab645

File tree

2 files changed

+79
-9
lines changed

2 files changed

+79
-9
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119
"resolutions": {
120120
"@babel/traverse": "7.24.1",
121121
"@storybook/react/**/loader-utils": "^2.0.4",
122-
"babel-loader": "9.0.0",
122+
"babel-loader": "9.1.3",
123123
"wrap-ansi": "7.0.0",
124124
"string-width": "4.1.0"
125125
}

yarn.lock

Lines changed: 78 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4874,12 +4874,12 @@ babel-jest@^27.4.2, babel-jest@^27.5.1:
48744874
graceful-fs "^4.2.9"
48754875
slash "^3.0.0"
48764876

4877-
babel-loader@9.0.0, babel-loader@^8.2.3, babel-loader@^9.0.0:
4878-
version "9.0.0"
4879-
resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-9.0.0.tgz#b90f48b49f5360e4678733755d1413e16cfee48e"
4880-
integrity sha512-qVGQb0PNw/B1sGhPf0/KKsHZAPfa2Bk+JbjkW7yGjAHZyvjAULXYq0et0+/+7DL/rGYU+y8UoGPzA32NP29pVQ==
4877+
babel-loader@9.1.3, babel-loader@^8.2.3, babel-loader@^9.0.0:
4878+
version "9.1.3"
4879+
resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-9.1.3.tgz#3d0e01b4e69760cc694ee306fe16d358aa1c6f9a"
4880+
integrity sha512-xG3ST4DglodGf8qSwv0MdeWLhrDsw/32QMdTO5T1ZIp9gQur0HkCyFs7Awskr10JKXFXwpAhiCuYX5oGXnRGbw==
48814881
dependencies:
4882-
find-cache-dir "^3.3.2"
4882+
find-cache-dir "^4.0.0"
48834883
schema-utils "^4.0.0"
48844884

48854885
babel-plugin-add-react-displayname@^0.0.5:
@@ -7367,7 +7367,7 @@ find-cache-dir@^2.0.0:
73677367
make-dir "^2.0.0"
73687368
pkg-dir "^3.0.0"
73697369

7370-
find-cache-dir@^3.0.0, find-cache-dir@^3.3.1, find-cache-dir@^3.3.2:
7370+
find-cache-dir@^3.0.0, find-cache-dir@^3.3.1:
73717371
version "3.3.2"
73727372
resolved "https://registry.yarnpkg.com/find-cache-dir/-/find-cache-dir-3.3.2.tgz#b30c5b6eff0730731aea9bbd9dbecbd80256d64b"
73737373
integrity sha512-wXZV5emFEjrridIgED11OoUKLxiYjAcqot/NJdAkOhlJ+vGzwhOAfcG5OX1jP+S0PcjEn8bdMJv+g2jwQ3Onig==
@@ -7376,6 +7376,14 @@ find-cache-dir@^3.0.0, find-cache-dir@^3.3.1, find-cache-dir@^3.3.2:
73767376
make-dir "^3.0.2"
73777377
pkg-dir "^4.1.0"
73787378

7379+
find-cache-dir@^4.0.0:
7380+
version "4.0.0"
7381+
resolved "https://registry.yarnpkg.com/find-cache-dir/-/find-cache-dir-4.0.0.tgz#a30ee0448f81a3990708f6453633c733e2f6eec2"
7382+
integrity sha512-9ZonPT4ZAK4a+1pUPVPZJapbi7O5qbbJPdYw/NOQWZZbVLdDTYM3A4R9z/DpAM08IDaFGsvPgiGZ82WEwUDWjg==
7383+
dependencies:
7384+
common-path-prefix "^3.0.0"
7385+
pkg-dir "^7.0.0"
7386+
73797387
find-replace@^3.0.0:
73807388
version "3.0.0"
73817389
resolved "https://registry.yarnpkg.com/find-replace/-/find-replace-3.0.0.tgz#3e7e23d3b05167a76f770c9fbd5258b0def68c38"
@@ -7411,6 +7419,14 @@ find-up@^5.0.0:
74117419
locate-path "^6.0.0"
74127420
path-exists "^4.0.0"
74137421

7422+
find-up@^6.3.0:
7423+
version "6.3.0"
7424+
resolved "https://registry.yarnpkg.com/find-up/-/find-up-6.3.0.tgz#2abab3d3280b2dc7ac10199ef324c4e002c8c790"
7425+
integrity sha512-v2ZsoEuVHYy8ZIlYqwPe/39Cy+cFDzp4dXPaxNvkEuouymu+2Jbz0PxpKarJHYJTmv2HWT3O382qY8l4jMWthw==
7426+
dependencies:
7427+
locate-path "^7.1.0"
7428+
path-exists "^5.0.0"
7429+
74147430
flat-cache@^3.0.4:
74157431
version "3.2.0"
74167432
resolved "https://registry.yarnpkg.com/flat-cache/-/flat-cache-3.2.0.tgz#2c0c2d5040c99b1632771a9d105725c0115363ee"
@@ -9663,6 +9679,13 @@ locate-path@^6.0.0:
96639679
dependencies:
96649680
p-locate "^5.0.0"
96659681

9682+
locate-path@^7.1.0:
9683+
version "7.2.0"
9684+
resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-7.2.0.tgz#69cb1779bd90b35ab1e771e1f2f89a202c2a8a8a"
9685+
integrity sha512-gvVijfZvn7R+2qyPX8mAuKcFGDf6Nc61GdvGafQsHL0sBIxfKzA+usWn4GFC/bk+QdwPUD4kWFJLhElipq+0VA==
9686+
dependencies:
9687+
p-locate "^6.0.0"
9688+
96669689
lodash.camelcase@^4.3.0:
96679690
version "4.3.0"
96689691
resolved "https://registry.yarnpkg.com/lodash.camelcase/-/lodash.camelcase-4.3.0.tgz#b28aa6288a2b9fc651035c7711f65ab6190331a6"
@@ -10824,6 +10847,13 @@ p-limit@^3.0.2:
1082410847
dependencies:
1082510848
yocto-queue "^0.1.0"
1082610849

10850+
p-limit@^4.0.0:
10851+
version "4.0.0"
10852+
resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-4.0.0.tgz#914af6544ed32bfa54670b061cafcbd04984b644"
10853+
integrity sha512-5b0R4txpzjPWVw/cXXUResoD4hb6U/x9BH08L7nw+GN1sezDzPdxeRvpc9c433fZhBan/wusjbCsqwqm4EIBIQ==
10854+
dependencies:
10855+
yocto-queue "^1.0.0"
10856+
1082710857
p-locate@^3.0.0:
1082810858
version "3.0.0"
1082910859
resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-3.0.0.tgz#322d69a05c0264b25997d9f40cd8a891ab0064a4"
@@ -10845,6 +10875,13 @@ p-locate@^5.0.0:
1084510875
dependencies:
1084610876
p-limit "^3.0.2"
1084710877

10878+
p-locate@^6.0.0:
10879+
version "6.0.0"
10880+
resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-6.0.0.tgz#3da9a49d4934b901089dca3302fa65dc5a05c04f"
10881+
integrity sha512-wPrq66Llhl7/4AGC6I+cqxT07LhXvWL08LNXz1fENOw0Ap4sRZZ/gZpTTJ5jpurzzzfS2W/Ge9BY3LgLjCShcw==
10882+
dependencies:
10883+
p-limit "^4.0.0"
10884+
1084810885
p-map@^4.0.0:
1084910886
version "4.0.0"
1085010887
resolved "https://registry.yarnpkg.com/p-map/-/p-map-4.0.0.tgz#bb2f95a5eda2ec168ec9274e06a747c3e2904d2b"
@@ -10936,6 +10973,11 @@ path-exists@^4.0.0:
1093610973
resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-4.0.0.tgz#513bdbe2d3b95d7762e8c1137efa195c6c61b5b3"
1093710974
integrity sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==
1093810975

10976+
path-exists@^5.0.0:
10977+
version "5.0.0"
10978+
resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-5.0.0.tgz#a6aad9489200b21fab31e49cf09277e5116fb9e7"
10979+
integrity sha512-RjhtfwJOxzcFmNOi6ltcbcu4Iu+FL3zEj83dk4kAS+fVpTxXLO1b38RvJgT/0QwvV/L3aY9TAnyv0EOqW4GoMQ==
10980+
1093910981
path-is-absolute@^1.0.0:
1094010982
version "1.0.1"
1094110983
resolved "https://registry.yarnpkg.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz#174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f"
@@ -11049,6 +11091,13 @@ pkg-dir@^5.0.0:
1104911091
dependencies:
1105011092
find-up "^5.0.0"
1105111093

11094+
pkg-dir@^7.0.0:
11095+
version "7.0.0"
11096+
resolved "https://registry.yarnpkg.com/pkg-dir/-/pkg-dir-7.0.0.tgz#8f0c08d6df4476756c5ff29b3282d0bab7517d11"
11097+
integrity sha512-Ie9z/WINcxxLp27BKOCHGde4ITq9UklYKDzVo1nhk5sqGEXU3FpkwP5GM2voTGJkGd9B3Otl+Q4uwSOeSUtOBA==
11098+
dependencies:
11099+
find-up "^6.3.0"
11100+
1105211101
pkg-up@^3.1.0:
1105311102
version "3.1.0"
1105411103
resolved "https://registry.yarnpkg.com/pkg-up/-/pkg-up-3.1.0.tgz#100ec235cc150e4fd42519412596a28512a0def5"
@@ -13099,7 +13148,7 @@ stringify-object@^3.3.0:
1309913148
is-obj "^1.0.1"
1310013149
is-regexp "^1.0.0"
1310113150

13102-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
13151+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
1310313152
version "6.0.1"
1310413153
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
1310513154
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -13113,6 +13162,13 @@ strip-ansi@^5.2.0:
1311313162
dependencies:
1311413163
ansi-regex "^4.1.0"
1311513164

13165+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
13166+
version "6.0.1"
13167+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
13168+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
13169+
dependencies:
13170+
ansi-regex "^5.0.1"
13171+
1311613172
strip-ansi@^7.0.1:
1311713173
version "7.1.0"
1311813174
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-7.1.0.tgz#d5b6568ca689d8561370b0707685d22434faff45"
@@ -14663,7 +14719,16 @@ [email protected]:
1466314719
"@types/trusted-types" "^2.0.2"
1466414720
workbox-core "6.6.1"
1466514721

14666-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", [email protected], wrap-ansi@^7.0.0, wrap-ansi@^8.1.0:
14722+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
14723+
version "7.0.0"
14724+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
14725+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
14726+
dependencies:
14727+
ansi-styles "^4.0.0"
14728+
string-width "^4.1.0"
14729+
strip-ansi "^6.0.0"
14730+
14731+
[email protected], wrap-ansi@^7.0.0, wrap-ansi@^8.1.0:
1466714732
version "7.0.0"
1466814733
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
1466914734
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -14792,6 +14857,11 @@ yocto-queue@^0.1.0:
1479214857
resolved "https://registry.yarnpkg.com/yocto-queue/-/yocto-queue-0.1.0.tgz#0294eb3dee05028d31ee1a5fa2c556a6aaf10a1b"
1479314858
integrity sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==
1479414859

14860+
yocto-queue@^1.0.0:
14861+
version "1.0.0"
14862+
resolved "https://registry.yarnpkg.com/yocto-queue/-/yocto-queue-1.0.0.tgz#7f816433fb2cbc511ec8bf7d263c3b58a1a3c251"
14863+
integrity sha512-9bnSc/HEW2uRy67wc+T8UwauLuPJVn28jb+GtJY16iiKWyvmYJRXVT4UamsAEGQfPohgr2q4Tq0sQbQlxTfi1g==
14864+
1479514865
zwitch@^2.0.0:
1479614866
version "2.0.4"
1479714867
resolved "https://registry.yarnpkg.com/zwitch/-/zwitch-2.0.4.tgz#c827d4b0acb76fc3e685a4c6ec2902d51070e9d7"

0 commit comments

Comments
 (0)