Skip to content

Commit 04d30ec

Browse files
Update dependency babel-loader to v9.1.3
1 parent e37f985 commit 04d30ec

File tree

2 files changed

+84
-9
lines changed

2 files changed

+84
-9
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@
127127
"resolutions": {
128128
"@babel/traverse": "7.24.1",
129129
"@storybook/react/**/loader-utils": "^2.0.4",
130-
"babel-loader": "9.0.0",
130+
"babel-loader": "9.1.3",
131131
"wrap-ansi": "7.0.0",
132132
"string-width": "4.1.0"
133133
}

yarn.lock

Lines changed: 83 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5053,12 +5053,12 @@ babel-jest@^27.4.2, babel-jest@^27.5.1:
50535053
graceful-fs "^4.2.9"
50545054
slash "^3.0.0"
50555055

5056-
babel-loader@9.0.0, babel-loader@^8.2.3, babel-loader@^9.0.0:
5057-
version "9.0.0"
5058-
resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-9.0.0.tgz#b90f48b49f5360e4678733755d1413e16cfee48e"
5059-
integrity sha512-qVGQb0PNw/B1sGhPf0/KKsHZAPfa2Bk+JbjkW7yGjAHZyvjAULXYq0et0+/+7DL/rGYU+y8UoGPzA32NP29pVQ==
5056+
babel-loader@9.1.3, babel-loader@^8.2.3, babel-loader@^9.0.0:
5057+
version "9.1.3"
5058+
resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-9.1.3.tgz#3d0e01b4e69760cc694ee306fe16d358aa1c6f9a"
5059+
integrity sha512-xG3ST4DglodGf8qSwv0MdeWLhrDsw/32QMdTO5T1ZIp9gQur0HkCyFs7Awskr10JKXFXwpAhiCuYX5oGXnRGbw==
50605060
dependencies:
5061-
find-cache-dir "^3.3.2"
5061+
find-cache-dir "^4.0.0"
50625062
schema-utils "^4.0.0"
50635063

50645064
babel-plugin-add-react-displayname@^0.0.5:
@@ -5769,6 +5769,11 @@ [email protected]:
57695769
resolved "https://registry.yarnpkg.com/comment-parser/-/comment-parser-1.4.1.tgz#bdafead37961ac079be11eb7ec65c4d021eaf9cc"
57705770
integrity sha512-buhp5kePrmda3vhc5B9t7pUQXAb2Tnd0qgpkIhPhkHXxJpiPJ11H0ZEU0oBpJ2QztSbzG/ZxMj/CHsYJqRHmyg==
57715771

5772+
common-path-prefix@^3.0.0:
5773+
version "3.0.0"
5774+
resolved "https://registry.yarnpkg.com/common-path-prefix/-/common-path-prefix-3.0.0.tgz#7d007a7e07c58c4b4d5f433131a19141b29f11e0"
5775+
integrity sha512-QE33hToZseCH3jS0qN96O/bSh3kaw/h+Tq7ngyY9eWDUnTlTNUyqfqvCXioLe5Na5jFsL78ra/wuBU4iuEgd4w==
5776+
57725777
common-tags@^1.8.0:
57735778
version "1.8.2"
57745779
resolved "https://registry.yarnpkg.com/common-tags/-/common-tags-1.8.2.tgz#94ebb3c076d26032745fd54face7f688ef5ac9c6"
@@ -7639,7 +7644,7 @@ find-cache-dir@^2.0.0:
76397644
make-dir "^2.0.0"
76407645
pkg-dir "^3.0.0"
76417646

7642-
find-cache-dir@^3.0.0, find-cache-dir@^3.3.1, find-cache-dir@^3.3.2:
7647+
find-cache-dir@^3.0.0, find-cache-dir@^3.3.1:
76437648
version "3.3.2"
76447649
resolved "https://registry.yarnpkg.com/find-cache-dir/-/find-cache-dir-3.3.2.tgz#b30c5b6eff0730731aea9bbd9dbecbd80256d64b"
76457650
integrity sha512-wXZV5emFEjrridIgED11OoUKLxiYjAcqot/NJdAkOhlJ+vGzwhOAfcG5OX1jP+S0PcjEn8bdMJv+g2jwQ3Onig==
@@ -7648,6 +7653,14 @@ find-cache-dir@^3.0.0, find-cache-dir@^3.3.1, find-cache-dir@^3.3.2:
76487653
make-dir "^3.0.2"
76497654
pkg-dir "^4.1.0"
76507655

7656+
find-cache-dir@^4.0.0:
7657+
version "4.0.0"
7658+
resolved "https://registry.yarnpkg.com/find-cache-dir/-/find-cache-dir-4.0.0.tgz#a30ee0448f81a3990708f6453633c733e2f6eec2"
7659+
integrity sha512-9ZonPT4ZAK4a+1pUPVPZJapbi7O5qbbJPdYw/NOQWZZbVLdDTYM3A4R9z/DpAM08IDaFGsvPgiGZ82WEwUDWjg==
7660+
dependencies:
7661+
common-path-prefix "^3.0.0"
7662+
pkg-dir "^7.0.0"
7663+
76517664
find-replace@^3.0.0:
76527665
version "3.0.0"
76537666
resolved "https://registry.yarnpkg.com/find-replace/-/find-replace-3.0.0.tgz#3e7e23d3b05167a76f770c9fbd5258b0def68c38"
@@ -7683,6 +7696,14 @@ find-up@^5.0.0:
76837696
locate-path "^6.0.0"
76847697
path-exists "^4.0.0"
76857698

7699+
find-up@^6.3.0:
7700+
version "6.3.0"
7701+
resolved "https://registry.yarnpkg.com/find-up/-/find-up-6.3.0.tgz#2abab3d3280b2dc7ac10199ef324c4e002c8c790"
7702+
integrity sha512-v2ZsoEuVHYy8ZIlYqwPe/39Cy+cFDzp4dXPaxNvkEuouymu+2Jbz0PxpKarJHYJTmv2HWT3O382qY8l4jMWthw==
7703+
dependencies:
7704+
locate-path "^7.1.0"
7705+
path-exists "^5.0.0"
7706+
76867707
flat-cache@^3.0.4:
76877708
version "3.2.0"
76887709
resolved "https://registry.yarnpkg.com/flat-cache/-/flat-cache-3.2.0.tgz#2c0c2d5040c99b1632771a9d105725c0115363ee"
@@ -9954,6 +9975,13 @@ locate-path@^6.0.0:
99549975
dependencies:
99559976
p-locate "^5.0.0"
99569977

9978+
locate-path@^7.1.0:
9979+
version "7.2.0"
9980+
resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-7.2.0.tgz#69cb1779bd90b35ab1e771e1f2f89a202c2a8a8a"
9981+
integrity sha512-gvVijfZvn7R+2qyPX8mAuKcFGDf6Nc61GdvGafQsHL0sBIxfKzA+usWn4GFC/bk+QdwPUD4kWFJLhElipq+0VA==
9982+
dependencies:
9983+
p-locate "^6.0.0"
9984+
99579985
lodash.camelcase@^4.3.0:
99589986
version "4.3.0"
99599987
resolved "https://registry.yarnpkg.com/lodash.camelcase/-/lodash.camelcase-4.3.0.tgz#b28aa6288a2b9fc651035c7711f65ab6190331a6"
@@ -11115,6 +11143,13 @@ p-limit@^3.0.2:
1111511143
dependencies:
1111611144
yocto-queue "^0.1.0"
1111711145

11146+
p-limit@^4.0.0:
11147+
version "4.0.0"
11148+
resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-4.0.0.tgz#914af6544ed32bfa54670b061cafcbd04984b644"
11149+
integrity sha512-5b0R4txpzjPWVw/cXXUResoD4hb6U/x9BH08L7nw+GN1sezDzPdxeRvpc9c433fZhBan/wusjbCsqwqm4EIBIQ==
11150+
dependencies:
11151+
yocto-queue "^1.0.0"
11152+
1111811153
p-locate@^3.0.0:
1111911154
version "3.0.0"
1112011155
resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-3.0.0.tgz#322d69a05c0264b25997d9f40cd8a891ab0064a4"
@@ -11136,6 +11171,13 @@ p-locate@^5.0.0:
1113611171
dependencies:
1113711172
p-limit "^3.0.2"
1113811173

11174+
p-locate@^6.0.0:
11175+
version "6.0.0"
11176+
resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-6.0.0.tgz#3da9a49d4934b901089dca3302fa65dc5a05c04f"
11177+
integrity sha512-wPrq66Llhl7/4AGC6I+cqxT07LhXvWL08LNXz1fENOw0Ap4sRZZ/gZpTTJ5jpurzzzfS2W/Ge9BY3LgLjCShcw==
11178+
dependencies:
11179+
p-limit "^4.0.0"
11180+
1113911181
p-map@^4.0.0:
1114011182
version "4.0.0"
1114111183
resolved "https://registry.yarnpkg.com/p-map/-/p-map-4.0.0.tgz#bb2f95a5eda2ec168ec9274e06a747c3e2904d2b"
@@ -11227,6 +11269,11 @@ path-exists@^4.0.0:
1122711269
resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-4.0.0.tgz#513bdbe2d3b95d7762e8c1137efa195c6c61b5b3"
1122811270
integrity sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==
1122911271

11272+
path-exists@^5.0.0:
11273+
version "5.0.0"
11274+
resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-5.0.0.tgz#a6aad9489200b21fab31e49cf09277e5116fb9e7"
11275+
integrity sha512-RjhtfwJOxzcFmNOi6ltcbcu4Iu+FL3zEj83dk4kAS+fVpTxXLO1b38RvJgT/0QwvV/L3aY9TAnyv0EOqW4GoMQ==
11276+
1123011277
path-is-absolute@^1.0.0:
1123111278
version "1.0.1"
1123211279
resolved "https://registry.yarnpkg.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz#174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f"
@@ -11340,6 +11387,13 @@ pkg-dir@^5.0.0:
1134011387
dependencies:
1134111388
find-up "^5.0.0"
1134211389

11390+
pkg-dir@^7.0.0:
11391+
version "7.0.0"
11392+
resolved "https://registry.yarnpkg.com/pkg-dir/-/pkg-dir-7.0.0.tgz#8f0c08d6df4476756c5ff29b3282d0bab7517d11"
11393+
integrity sha512-Ie9z/WINcxxLp27BKOCHGde4ITq9UklYKDzVo1nhk5sqGEXU3FpkwP5GM2voTGJkGd9B3Otl+Q4uwSOeSUtOBA==
11394+
dependencies:
11395+
find-up "^6.3.0"
11396+
1134311397
pkg-up@^3.1.0:
1134411398
version "3.1.0"
1134511399
resolved "https://registry.yarnpkg.com/pkg-up/-/pkg-up-3.1.0.tgz#100ec235cc150e4fd42519412596a28512a0def5"
@@ -13396,7 +13450,7 @@ stringify-object@^3.3.0:
1339613450
is-obj "^1.0.1"
1339713451
is-regexp "^1.0.0"
1339813452

13399-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
13453+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
1340013454
version "6.0.1"
1340113455
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
1340213456
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -13410,6 +13464,13 @@ strip-ansi@^5.2.0:
1341013464
dependencies:
1341113465
ansi-regex "^4.1.0"
1341213466

13467+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
13468+
version "6.0.1"
13469+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
13470+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
13471+
dependencies:
13472+
ansi-regex "^5.0.1"
13473+
1341313474
strip-ansi@^7.0.1:
1341413475
version "7.1.0"
1341513476
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-7.1.0.tgz#d5b6568ca689d8561370b0707685d22434faff45"
@@ -14965,7 +15026,16 @@ [email protected]:
1496515026
"@types/trusted-types" "^2.0.2"
1496615027
workbox-core "6.6.1"
1496715028

14968-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", [email protected], wrap-ansi@^7.0.0, wrap-ansi@^8.1.0:
15029+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
15030+
version "7.0.0"
15031+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
15032+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
15033+
dependencies:
15034+
ansi-styles "^4.0.0"
15035+
string-width "^4.1.0"
15036+
strip-ansi "^6.0.0"
15037+
15038+
[email protected], wrap-ansi@^7.0.0, wrap-ansi@^8.1.0:
1496915039
version "7.0.0"
1497015040
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
1497115041
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -15094,6 +15164,11 @@ yocto-queue@^0.1.0:
1509415164
resolved "https://registry.yarnpkg.com/yocto-queue/-/yocto-queue-0.1.0.tgz#0294eb3dee05028d31ee1a5fa2c556a6aaf10a1b"
1509515165
integrity sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==
1509615166

15167+
yocto-queue@^1.0.0:
15168+
version "1.0.0"
15169+
resolved "https://registry.yarnpkg.com/yocto-queue/-/yocto-queue-1.0.0.tgz#7f816433fb2cbc511ec8bf7d263c3b58a1a3c251"
15170+
integrity sha512-9bnSc/HEW2uRy67wc+T8UwauLuPJVn28jb+GtJY16iiKWyvmYJRXVT4UamsAEGQfPohgr2q4Tq0sQbQlxTfi1g==
15171+
1509715172
zwitch@^2.0.0:
1509815173
version "2.0.4"
1509915174
resolved "https://registry.yarnpkg.com/zwitch/-/zwitch-2.0.4.tgz#c827d4b0acb76fc3e685a4c6ec2902d51070e9d7"

0 commit comments

Comments
 (0)