Skip to content

Commit c95d8f9

Browse files
committed
chore(deps): update dependency babel-loader to v9.1.3
1 parent 7971e7d commit c95d8f9

File tree

1 file changed

+74
-15
lines changed

1 file changed

+74
-15
lines changed

yarn.lock

+74-15
Original file line numberDiff line numberDiff line change
@@ -4513,11 +4513,16 @@
45134513
"@types/tough-cookie" "*"
45144514
parse5 "^7.0.0"
45154515

4516-
"@types/json-schema@*", "@types/json-schema@^7.0.4", "@types/json-schema@^7.0.5", "@types/json-schema@^7.0.7", "@types/json-schema@^7.0.8", "@types/json-schema@^7.0.9":
4516+
"@types/json-schema@*", "@types/json-schema@^7.0.4", "@types/json-schema@^7.0.5", "@types/json-schema@^7.0.7", "@types/json-schema@^7.0.8":
45174517
version "7.0.11"
45184518
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.11.tgz#d421b6c527a3037f7c84433fd2c4229e016863d3"
45194519
integrity sha512-wOuvG1SN4Us4rez+tylwwwCV1psiNVOkJeM3AUWUNWg/jDQY2+HE/444y5gc+jBmRqASOm2Oeh5c1axHobwRKQ==
45204520

4521+
"@types/json-schema@^7.0.9":
4522+
version "7.0.15"
4523+
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.15.tgz#596a1747233694d50f6ad8a7869fcb6f56cf5841"
4524+
integrity sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==
4525+
45214526
"@types/json5@^0.0.29":
45224527
version "0.0.29"
45234528
resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee"
@@ -5342,7 +5347,7 @@ ajv-keywords@^3.1.0, ajv-keywords@^3.4.1, ajv-keywords@^3.5.2:
53425347
resolved "https://registry.yarnpkg.com/ajv-keywords/-/ajv-keywords-3.5.2.tgz#31f29da5ab6e00d1c2d329acf7b5929614d5014d"
53435348
integrity sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==
53445349

5345-
ajv-keywords@^5.0.0:
5350+
ajv-keywords@^5.1.0:
53465351
version "5.1.0"
53475352
resolved "https://registry.yarnpkg.com/ajv-keywords/-/ajv-keywords-5.1.0.tgz#69d4d385a4733cdbeab44964a1170a88f87f0e16"
53485353
integrity sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==
@@ -5359,7 +5364,7 @@ ajv@^6.1.0, ajv@^6.10.0, ajv@^6.10.2, ajv@^6.12.2, ajv@^6.12.4, ajv@^6.12.5:
53595364
json-schema-traverse "^0.4.1"
53605365
uri-js "^4.2.2"
53615366

5362-
ajv@^8.0.0, ajv@^8.8.0:
5367+
ajv@^8.0.0, ajv@^8.9.0:
53635368
version "8.12.0"
53645369
resolved "https://registry.yarnpkg.com/ajv/-/ajv-8.12.0.tgz#d1a0527323e22f53562c567c00991577dfbe19d1"
53655370
integrity sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==
@@ -5869,11 +5874,11 @@ babel-loader@^8.0.0, babel-loader@^8.2.3:
58695874
schema-utils "^2.6.5"
58705875

58715876
babel-loader@^9.0.0:
5872-
version "9.1.2"
5873-
resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-9.1.2.tgz#a16a080de52d08854ee14570469905a5fc00d39c"
5874-
integrity sha512-mN14niXW43tddohGl8HPu5yfQq70iUThvFL/4QzESA7GcZoC0eVOhvWdQ8+3UlSjaDE9MVtsW9mxDY07W7VpVA==
5877+
version "9.1.3"
5878+
resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-9.1.3.tgz#3d0e01b4e69760cc694ee306fe16d358aa1c6f9a"
5879+
integrity sha512-xG3ST4DglodGf8qSwv0MdeWLhrDsw/32QMdTO5T1ZIp9gQur0HkCyFs7Awskr10JKXFXwpAhiCuYX5oGXnRGbw==
58755880
dependencies:
5876-
find-cache-dir "^3.3.2"
5881+
find-cache-dir "^4.0.0"
58775882
schema-utils "^4.0.0"
58785883

58795884
babel-plugin-add-module-exports@^1.0.4:
@@ -9429,6 +9434,14 @@ find-cache-dir@^3.3.1, find-cache-dir@^3.3.2:
94299434
make-dir "^3.0.2"
94309435
pkg-dir "^4.1.0"
94319436

9437+
find-cache-dir@^4.0.0:
9438+
version "4.0.0"
9439+
resolved "https://registry.yarnpkg.com/find-cache-dir/-/find-cache-dir-4.0.0.tgz#a30ee0448f81a3990708f6453633c733e2f6eec2"
9440+
integrity sha512-9ZonPT4ZAK4a+1pUPVPZJapbi7O5qbbJPdYw/NOQWZZbVLdDTYM3A4R9z/DpAM08IDaFGsvPgiGZ82WEwUDWjg==
9441+
dependencies:
9442+
common-path-prefix "^3.0.0"
9443+
pkg-dir "^7.0.0"
9444+
94329445
find-root@^1.1.0:
94339446
version "1.1.0"
94349447
resolved "https://registry.yarnpkg.com/find-root/-/find-root-1.1.0.tgz#abcfc8ba76f708c42a97b3d685b7e9450bfb9ce4"
@@ -9465,6 +9478,14 @@ find-up@^5.0.0:
94659478
locate-path "^6.0.0"
94669479
path-exists "^4.0.0"
94679480

9481+
find-up@^6.3.0:
9482+
version "6.3.0"
9483+
resolved "https://registry.yarnpkg.com/find-up/-/find-up-6.3.0.tgz#2abab3d3280b2dc7ac10199ef324c4e002c8c790"
9484+
integrity sha512-v2ZsoEuVHYy8ZIlYqwPe/39Cy+cFDzp4dXPaxNvkEuouymu+2Jbz0PxpKarJHYJTmv2HWT3O382qY8l4jMWthw==
9485+
dependencies:
9486+
locate-path "^7.1.0"
9487+
path-exists "^5.0.0"
9488+
94689489
flat-cache@^3.0.4:
94699490
version "3.0.4"
94709491
resolved "https://registry.yarnpkg.com/flat-cache/-/flat-cache-3.0.4.tgz#61b0338302b2fe9f957dcc32fc2a87f1c3048b11"
@@ -12820,6 +12841,13 @@ locate-path@^6.0.0:
1282012841
dependencies:
1282112842
p-locate "^5.0.0"
1282212843

12844+
locate-path@^7.1.0:
12845+
version "7.2.0"
12846+
resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-7.2.0.tgz#69cb1779bd90b35ab1e771e1f2f89a202c2a8a8a"
12847+
integrity sha512-gvVijfZvn7R+2qyPX8mAuKcFGDf6Nc61GdvGafQsHL0sBIxfKzA+usWn4GFC/bk+QdwPUD4kWFJLhElipq+0VA==
12848+
dependencies:
12849+
p-locate "^6.0.0"
12850+
1282312851
lock@^1.1.0:
1282412852
version "1.1.0"
1282512853
resolved "https://registry.yarnpkg.com/lock/-/lock-1.1.0.tgz#53157499d1653b136ca66451071fca615703fa55"
@@ -14548,6 +14576,13 @@ p-limit@^2.0.0, p-limit@^2.2.0:
1454814576
dependencies:
1454914577
p-try "^2.0.0"
1455014578

14579+
p-limit@^4.0.0:
14580+
version "4.0.0"
14581+
resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-4.0.0.tgz#914af6544ed32bfa54670b061cafcbd04984b644"
14582+
integrity sha512-5b0R4txpzjPWVw/cXXUResoD4hb6U/x9BH08L7nw+GN1sezDzPdxeRvpc9c433fZhBan/wusjbCsqwqm4EIBIQ==
14583+
dependencies:
14584+
yocto-queue "^1.0.0"
14585+
1455114586
p-locate@^3.0.0:
1455214587
version "3.0.0"
1455314588
resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-3.0.0.tgz#322d69a05c0264b25997d9f40cd8a891ab0064a4"
@@ -14569,6 +14604,13 @@ p-locate@^5.0.0:
1456914604
dependencies:
1457014605
p-limit "^3.0.2"
1457114606

14607+
p-locate@^6.0.0:
14608+
version "6.0.0"
14609+
resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-6.0.0.tgz#3da9a49d4934b901089dca3302fa65dc5a05c04f"
14610+
integrity sha512-wPrq66Llhl7/4AGC6I+cqxT07LhXvWL08LNXz1fENOw0Ap4sRZZ/gZpTTJ5jpurzzzfS2W/Ge9BY3LgLjCShcw==
14611+
dependencies:
14612+
p-limit "^4.0.0"
14613+
1457214614
p-map@^2.0.0:
1457314615
version "2.1.0"
1457414616
resolved "https://registry.yarnpkg.com/p-map/-/p-map-2.1.0.tgz#310928feef9c9ecc65b68b17693018a665cea175"
@@ -14804,6 +14846,11 @@ path-exists@^4.0.0:
1480414846
resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-4.0.0.tgz#513bdbe2d3b95d7762e8c1137efa195c6c61b5b3"
1480514847
integrity sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==
1480614848

14849+
path-exists@^5.0.0:
14850+
version "5.0.0"
14851+
resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-5.0.0.tgz#a6aad9489200b21fab31e49cf09277e5116fb9e7"
14852+
integrity sha512-RjhtfwJOxzcFmNOi6ltcbcu4Iu+FL3zEj83dk4kAS+fVpTxXLO1b38RvJgT/0QwvV/L3aY9TAnyv0EOqW4GoMQ==
14853+
1480714854
path-is-absolute@^1.0.0:
1480814855
version "1.0.1"
1480914856
resolved "https://registry.yarnpkg.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz#174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f"
@@ -14951,6 +14998,13 @@ pkg-dir@^5.0.0:
1495114998
dependencies:
1495214999
find-up "^5.0.0"
1495315000

15001+
pkg-dir@^7.0.0:
15002+
version "7.0.0"
15003+
resolved "https://registry.yarnpkg.com/pkg-dir/-/pkg-dir-7.0.0.tgz#8f0c08d6df4476756c5ff29b3282d0bab7517d11"
15004+
integrity sha512-Ie9z/WINcxxLp27BKOCHGde4ITq9UklYKDzVo1nhk5sqGEXU3FpkwP5GM2voTGJkGd9B3Otl+Q4uwSOeSUtOBA==
15005+
dependencies:
15006+
find-up "^6.3.0"
15007+
1495415008
pkg-up@^3.1.0:
1495515009
version "3.1.0"
1495615010
resolved "https://registry.yarnpkg.com/pkg-up/-/pkg-up-3.1.0.tgz#100ec235cc150e4fd42519412596a28512a0def5"
@@ -15655,9 +15709,9 @@ punycode@^1.2.4:
1565515709
integrity sha512-jmYNElW7yvO7TV33CjSmvSiE2yco3bV2czu/OzDKdMNVZQWfxCblURLhf+47syQRBntjfLdd/H0egrzIG+oaFQ==
1565615710

1565715711
punycode@^2.1.0:
15658-
version "2.3.0"
15659-
resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.3.0.tgz#f67fa67c94da8f4d0cfff981aee4118064199b8f"
15660-
integrity sha512-rRV+zQD8tVFys26lAGR9WUuS4iUAngJScM+ZRSKtvl5tKeZ2t5bvdNFdNHBW9FWR4guGHlgmsZ1G7BSm2wTbuA==
15712+
version "2.3.1"
15713+
resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.3.1.tgz#027422e2faec0b25e1549c3e1bd8309b9133b6e5"
15714+
integrity sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==
1566115715

1566215716
punycode@^2.1.1:
1566315717
version "2.1.1"
@@ -16735,14 +16789,14 @@ schema-utils@^3.0.0, schema-utils@^3.1.0, schema-utils@^3.1.1:
1673516789
ajv-keywords "^3.5.2"
1673616790

1673716791
schema-utils@^4.0.0:
16738-
version "4.0.0"
16739-
resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-4.0.0.tgz#60331e9e3ae78ec5d16353c467c34b3a0a1d3df7"
16740-
integrity sha512-1edyXKgh6XnJsJSQ8mKWXnN/BVaIbFMLpouRUrXgVq7WYne5kw3MW7UPhO44uRXQSIpTSXoJbmrR2X0w9kUTyg==
16792+
version "4.2.0"
16793+
resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-4.2.0.tgz#70d7c93e153a273a805801882ebd3bff20d89c8b"
16794+
integrity sha512-L0jRsrPpjdckP3oPug3/VxNKt2trR8TcabrM6FOAAlvC/9Phcmm+cuAgTlxBqdBR1WJx7Naj9WHw+aOmheSVbw==
1674116795
dependencies:
1674216796
"@types/json-schema" "^7.0.9"
16743-
ajv "^8.8.0"
16797+
ajv "^8.9.0"
1674416798
ajv-formats "^2.1.1"
16745-
ajv-keywords "^5.0.0"
16799+
ajv-keywords "^5.1.0"
1674616800

1674716801
section-matter@^1.0.0:
1674816802
version "1.0.0"
@@ -19563,6 +19617,11 @@ yocto-queue@^0.1.0:
1956319617
resolved "https://registry.yarnpkg.com/yocto-queue/-/yocto-queue-0.1.0.tgz#0294eb3dee05028d31ee1a5fa2c556a6aaf10a1b"
1956419618
integrity sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==
1956519619

19620+
yocto-queue@^1.0.0:
19621+
version "1.0.0"
19622+
resolved "https://registry.yarnpkg.com/yocto-queue/-/yocto-queue-1.0.0.tgz#7f816433fb2cbc511ec8bf7d263c3b58a1a3c251"
19623+
integrity sha512-9bnSc/HEW2uRy67wc+T8UwauLuPJVn28jb+GtJY16iiKWyvmYJRXVT4UamsAEGQfPohgr2q4Tq0sQbQlxTfi1g==
19624+
1956619625
yoga-layout-prebuilt@^1.10.0:
1956719626
version "1.10.0"
1956819627
resolved "https://registry.yarnpkg.com/yoga-layout-prebuilt/-/yoga-layout-prebuilt-1.10.0.tgz#2936fbaf4b3628ee0b3e3b1df44936d6c146faa6"

0 commit comments

Comments
 (0)