Skip to content

Commit 9016b7c

Browse files
chore(deps): update dependency babel-loader to v9.1.3
1 parent f576d74 commit 9016b7c

File tree

2 files changed

+64
-19
lines changed

2 files changed

+64
-19
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"@testing-library/react": "14.0.0",
5959
"@testing-library/user-event": "14.4.3",
6060
"babel-jest": "29.6.1",
61-
"babel-loader": "9.1.2",
61+
"babel-loader": "9.1.3",
6262
"babel-plugin-transform-react-remove-prop-types": "0.4.24",
6363
"cross-env": "7.0.3",
6464
"css-loader": "6.8.1",

yarn.lock

Lines changed: 63 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -2225,12 +2225,12 @@ babel-jest@29.6.1, babel-jest@^29.6.1:
22252225
graceful-fs "^4.2.9"
22262226
slash "^3.0.0"
22272227

2228-
babel-loader@9.1.2:
2229-
version "9.1.2"
2230-
resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-9.1.2.tgz#a16a080de52d08854ee14570469905a5fc00d39c"
2231-
integrity sha512-mN14niXW43tddohGl8HPu5yfQq70iUThvFL/4QzESA7GcZoC0eVOhvWdQ8+3UlSjaDE9MVtsW9mxDY07W7VpVA==
2228+
babel-loader@9.1.3:
2229+
version "9.1.3"
2230+
resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-9.1.3.tgz#3d0e01b4e69760cc694ee306fe16d358aa1c6f9a"
2231+
integrity sha512-xG3ST4DglodGf8qSwv0MdeWLhrDsw/32QMdTO5T1ZIp9gQur0HkCyFs7Awskr10JKXFXwpAhiCuYX5oGXnRGbw==
22322232
dependencies:
2233-
find-cache-dir "^3.3.2"
2233+
find-cache-dir "^4.0.0"
22342234
schema-utils "^4.0.0"
22352235

22362236
babel-plugin-istanbul@^6.1.1:
@@ -2623,10 +2623,10 @@ commander@^8.3.0:
26232623
resolved "https://registry.yarnpkg.com/commander/-/commander-8.3.0.tgz#4837ea1b2da67b9c616a67afbb0fafee567bca66"
26242624
integrity sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww==
26252625

2626-
commondir@^1.0.1:
2627-
version "1.0.1"
2628-
resolved "https://registry.yarnpkg.com/commondir/-/commondir-1.0.1.tgz#ddd800da0c66127393cca5950ea968a3aaf1253b"
2629-
integrity sha512-W9pAhw0ja1Edb5GVdIF1mjZw/ASI0AlShXM83UUGe2DVr5TdAPEA1OA8m/g8zWp9x6On7gqufY+FatDbC3MDQg==
2626+
common-path-prefix@^3.0.0:
2627+
version "3.0.0"
2628+
resolved "https://registry.yarnpkg.com/common-path-prefix/-/common-path-prefix-3.0.0.tgz#7d007a7e07c58c4b4d5f433131a19141b29f11e0"
2629+
integrity sha512-QE33hToZseCH3jS0qN96O/bSh3kaw/h+Tq7ngyY9eWDUnTlTNUyqfqvCXioLe5Na5jFsL78ra/wuBU4iuEgd4w==
26302630

26312631
compressible@~2.0.16:
26322632
version "2.0.18"
@@ -3705,14 +3705,13 @@ finalhandler@1.2.0:
37053705
statuses "2.0.1"
37063706
unpipe "~1.0.0"
37073707

3708-
find-cache-dir@^3.3.2:
3709-
version "3.3.2"
3710-
resolved "https://registry.yarnpkg.com/find-cache-dir/-/find-cache-dir-3.3.2.tgz#b30c5b6eff0730731aea9bbd9dbecbd80256d64b"
3711-
integrity sha512-wXZV5emFEjrridIgED11OoUKLxiYjAcqot/NJdAkOhlJ+vGzwhOAfcG5OX1jP+S0PcjEn8bdMJv+g2jwQ3Onig==
3708+
find-cache-dir@^4.0.0:
3709+
version "4.0.0"
3710+
resolved "https://registry.yarnpkg.com/find-cache-dir/-/find-cache-dir-4.0.0.tgz#a30ee0448f81a3990708f6453633c733e2f6eec2"
3711+
integrity sha512-9ZonPT4ZAK4a+1pUPVPZJapbi7O5qbbJPdYw/NOQWZZbVLdDTYM3A4R9z/DpAM08IDaFGsvPgiGZ82WEwUDWjg==
37123712
dependencies:
3713-
commondir "^1.0.1"
3714-
make-dir "^3.0.2"
3715-
pkg-dir "^4.1.0"
3713+
common-path-prefix "^3.0.0"
3714+
pkg-dir "^7.0.0"
37163715

37173716
find-up@^4.0.0, find-up@^4.1.0:
37183717
version "4.1.0"
@@ -3730,6 +3729,14 @@ find-up@^5.0.0:
37303729
locate-path "^6.0.0"
37313730
path-exists "^4.0.0"
37323731

3732+
find-up@^6.3.0:
3733+
version "6.3.0"
3734+
resolved "https://registry.yarnpkg.com/find-up/-/find-up-6.3.0.tgz#2abab3d3280b2dc7ac10199ef324c4e002c8c790"
3735+
integrity sha512-v2ZsoEuVHYy8ZIlYqwPe/39Cy+cFDzp4dXPaxNvkEuouymu+2Jbz0PxpKarJHYJTmv2HWT3O382qY8l4jMWthw==
3736+
dependencies:
3737+
locate-path "^7.1.0"
3738+
path-exists "^5.0.0"
3739+
37333740
flat-cache@^3.0.4:
37343741
version "3.0.4"
37353742
resolved "https://registry.yarnpkg.com/flat-cache/-/flat-cache-3.0.4.tgz#61b0338302b2fe9f957dcc32fc2a87f1c3048b11"
@@ -5152,6 +5159,13 @@ locate-path@^6.0.0:
51525159
dependencies:
51535160
p-locate "^5.0.0"
51545161

5162+
locate-path@^7.1.0:
5163+
version "7.2.0"
5164+
resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-7.2.0.tgz#69cb1779bd90b35ab1e771e1f2f89a202c2a8a8a"
5165+
integrity sha512-gvVijfZvn7R+2qyPX8mAuKcFGDf6Nc61GdvGafQsHL0sBIxfKzA+usWn4GFC/bk+QdwPUD4kWFJLhElipq+0VA==
5166+
dependencies:
5167+
p-locate "^6.0.0"
5168+
51555169
lodash.debounce@^4.0.8:
51565170
version "4.0.8"
51575171
resolved "https://registry.yarnpkg.com/lodash.debounce/-/lodash.debounce-4.0.8.tgz#82d79bff30a67c4005ffd5e2515300ad9ca4d7af"
@@ -5223,7 +5237,7 @@ make-dir@^2.1.0:
52235237
pify "^4.0.1"
52245238
semver "^5.6.0"
52255239

5226-
make-dir@^3.0.0, make-dir@^3.0.2:
5240+
make-dir@^3.0.0:
52275241
version "3.1.0"
52285242
resolved "https://registry.yarnpkg.com/make-dir/-/make-dir-3.1.0.tgz#415e967046b3a7f1d185277d84aa58203726a13f"
52295243
integrity sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==
@@ -5622,6 +5636,13 @@ p-limit@^3.0.2, p-limit@^3.1.0:
56225636
dependencies:
56235637
yocto-queue "^0.1.0"
56245638

5639+
p-limit@^4.0.0:
5640+
version "4.0.0"
5641+
resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-4.0.0.tgz#914af6544ed32bfa54670b061cafcbd04984b644"
5642+
integrity sha512-5b0R4txpzjPWVw/cXXUResoD4hb6U/x9BH08L7nw+GN1sezDzPdxeRvpc9c433fZhBan/wusjbCsqwqm4EIBIQ==
5643+
dependencies:
5644+
yocto-queue "^1.0.0"
5645+
56255646
p-locate@^4.1.0:
56265647
version "4.1.0"
56275648
resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-4.1.0.tgz#a3428bb7088b3a60292f66919278b7c297ad4f07"
@@ -5636,6 +5657,13 @@ p-locate@^5.0.0:
56365657
dependencies:
56375658
p-limit "^3.0.2"
56385659

5660+
p-locate@^6.0.0:
5661+
version "6.0.0"
5662+
resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-6.0.0.tgz#3da9a49d4934b901089dca3302fa65dc5a05c04f"
5663+
integrity sha512-wPrq66Llhl7/4AGC6I+cqxT07LhXvWL08LNXz1fENOw0Ap4sRZZ/gZpTTJ5jpurzzzfS2W/Ge9BY3LgLjCShcw==
5664+
dependencies:
5665+
p-limit "^4.0.0"
5666+
56395667
p-retry@^4.5.0:
56405668
version "4.6.2"
56415669
resolved "https://registry.yarnpkg.com/p-retry/-/p-retry-4.6.2.tgz#9baae7184057edd4e17231cee04264106e092a16"
@@ -5712,6 +5740,11 @@ path-exists@^4.0.0:
57125740
resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-4.0.0.tgz#513bdbe2d3b95d7762e8c1137efa195c6c61b5b3"
57135741
integrity sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==
57145742

5743+
path-exists@^5.0.0:
5744+
version "5.0.0"
5745+
resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-5.0.0.tgz#a6aad9489200b21fab31e49cf09277e5116fb9e7"
5746+
integrity sha512-RjhtfwJOxzcFmNOi6ltcbcu4Iu+FL3zEj83dk4kAS+fVpTxXLO1b38RvJgT/0QwvV/L3aY9TAnyv0EOqW4GoMQ==
5747+
57155748
path-is-absolute@^1.0.0:
57165749
version "1.0.1"
57175750
resolved "https://registry.yarnpkg.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz#174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f"
@@ -5782,13 +5815,20 @@ pirates@^4.0.1, pirates@^4.0.4:
57825815
resolved "https://registry.yarnpkg.com/pirates/-/pirates-4.0.6.tgz#3018ae32ecfcff6c29ba2267cbf21166ac1f36b9"
57835816
integrity sha512-saLsH7WeYYPiD25LDuLRRY/i+6HaPYr6G1OUlN39otzkSTxKnubR9RTxS3/Kk50s1g2JTgFwWQDQyplC5/SHZg==
57845817

5785-
pkg-dir@^4.1.0, pkg-dir@^4.2.0:
5818+
pkg-dir@^4.2.0:
57865819
version "4.2.0"
57875820
resolved "https://registry.yarnpkg.com/pkg-dir/-/pkg-dir-4.2.0.tgz#f099133df7ede422e81d1d8448270eeb3e4261f3"
57885821
integrity sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==
57895822
dependencies:
57905823
find-up "^4.0.0"
57915824

5825+
pkg-dir@^7.0.0:
5826+
version "7.0.0"
5827+
resolved "https://registry.yarnpkg.com/pkg-dir/-/pkg-dir-7.0.0.tgz#8f0c08d6df4476756c5ff29b3282d0bab7517d11"
5828+
integrity sha512-Ie9z/WINcxxLp27BKOCHGde4ITq9UklYKDzVo1nhk5sqGEXU3FpkwP5GM2voTGJkGd9B3Otl+Q4uwSOeSUtOBA==
5829+
dependencies:
5830+
find-up "^6.3.0"
5831+
57925832
postcss-calc@^9.0.0:
57935833
version "9.0.1"
57945834
resolved "https://registry.yarnpkg.com/postcss-calc/-/postcss-calc-9.0.1.tgz#a744fd592438a93d6de0f1434c572670361eb6c6"
@@ -7578,3 +7618,8 @@ yocto-queue@^0.1.0:
75787618
version "0.1.0"
75797619
resolved "https://registry.yarnpkg.com/yocto-queue/-/yocto-queue-0.1.0.tgz#0294eb3dee05028d31ee1a5fa2c556a6aaf10a1b"
75807620
integrity sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==
7621+
7622+
yocto-queue@^1.0.0:
7623+
version "1.0.0"
7624+
resolved "https://registry.yarnpkg.com/yocto-queue/-/yocto-queue-1.0.0.tgz#7f816433fb2cbc511ec8bf7d263c3b58a1a3c251"
7625+
integrity sha512-9bnSc/HEW2uRy67wc+T8UwauLuPJVn28jb+GtJY16iiKWyvmYJRXVT4UamsAEGQfPohgr2q4Tq0sQbQlxTfi1g==

0 commit comments

Comments
 (0)