Skip to content

Commit 824aaa5

Browse files
chore(deps): update dependency babel-loader to v9
1 parent 9315855 commit 824aaa5

File tree

2 files changed

+106
-78
lines changed

2 files changed

+106
-78
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"@typescript-eslint/parser": "^6.0.0",
6969
"babel": "^6.0.0",
7070
"babel-core": "^6.0.0",
71-
"babel-loader": "^7.0.0",
71+
"babel-loader": "^9.0.0",
7272
"babel-polyfill": "^6.16.0",
7373
"babel-preset-es2015": "^6.0.0",
7474
"babel-preset-es2016": "^6.16.0",

yarn.lock

Lines changed: 105 additions & 77 deletions
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@
192192
version "7.0.7"
193193
resolved "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.7.tgz"
194194

195-
"@types/json-schema@^7.0.12":
195+
"@types/json-schema@^7.0.12", "@types/json-schema@^7.0.9":
196196
version "7.0.13"
197197
resolved "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.13.tgz"
198198
integrity sha512-RbSSoHliUbnXj3ny0CNFOoxrIDV6SUGyStHsvDqosw6CkdPV8TtWGlfecuK4ToyMEAql6pzNxgCFKanovUzlgQ==
@@ -484,10 +484,24 @@ acorn@^8.8.0:
484484
resolved "https://registry.npmjs.org/acorn/-/acorn-8.8.2.tgz"
485485
integrity sha512-xjIYgE8HBrkpd/sJqOGNspf8uHG+NOHGOw6a/Urj8taM2EXfdNAH2oFcPeIFfsv3+kz/mJrS5VuMqbNLjCa2vw==
486486

487+
ajv-formats@^2.1.1:
488+
version "2.1.1"
489+
resolved "https://registry.yarnpkg.com/ajv-formats/-/ajv-formats-2.1.1.tgz#6e669400659eb74973bbf2e33327180a0996b520"
490+
integrity sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA==
491+
dependencies:
492+
ajv "^8.0.0"
493+
487494
ajv-keywords@^3.5.2:
488495
version "3.5.2"
489496
resolved "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.5.2.tgz"
490497

498+
ajv-keywords@^5.1.0:
499+
version "5.1.0"
500+
resolved "https://registry.yarnpkg.com/ajv-keywords/-/ajv-keywords-5.1.0.tgz#69d4d385a4733cdbeab44964a1170a88f87f0e16"
501+
integrity sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==
502+
dependencies:
503+
fast-deep-equal "^3.1.3"
504+
491505
ajv@^6.10.0, ajv@^6.12.4, ajv@^6.12.5:
492506
version "6.12.6"
493507
resolved "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz"
@@ -497,6 +511,16 @@ ajv@^6.10.0, ajv@^6.12.4, ajv@^6.12.5:
497511
json-schema-traverse "^0.4.1"
498512
uri-js "^4.2.2"
499513

514+
ajv@^8.0.0, ajv@^8.9.0:
515+
version "8.12.0"
516+
resolved "https://registry.yarnpkg.com/ajv/-/ajv-8.12.0.tgz#d1a0527323e22f53562c567c00991577dfbe19d1"
517+
integrity sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==
518+
dependencies:
519+
fast-deep-equal "^3.1.1"
520+
json-schema-traverse "^1.0.0"
521+
require-from-string "^2.0.2"
522+
uri-js "^4.2.2"
523+
500524
ansi-colors@3.2.3:
501525
version "3.2.3"
502526
resolved "https://registry.npmjs.org/ansi-colors/-/ansi-colors-3.2.3.tgz"
@@ -790,13 +814,13 @@ babel-helpers@^6.24.1:
790814
babel-runtime "^6.22.0"
791815
babel-template "^6.24.1"
792816

793-
babel-loader@^7.0.0:
794-
version "7.1.2"
795-
resolved "https://registry.npmjs.org/babel-loader/-/babel-loader-7.1.2.tgz"
817+
babel-loader@^9.0.0:
818+
version "9.1.3"
819+
resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-9.1.3.tgz#3d0e01b4e69760cc694ee306fe16d358aa1c6f9a"
820+
integrity sha512-xG3ST4DglodGf8qSwv0MdeWLhrDsw/32QMdTO5T1ZIp9gQur0HkCyFs7Awskr10JKXFXwpAhiCuYX5oGXnRGbw==
796821
dependencies:
797-
find-cache-dir "^1.0.0"
798-
loader-utils "^1.0.2"
799-
mkdirp "^0.5.1"
822+
find-cache-dir "^4.0.0"
823+
schema-utils "^4.0.0"
800824

801825
babel-messages@^6.23.0:
802826
version "6.23.0"
@@ -1186,10 +1210,6 @@ base@^0.11.1:
11861210
mixin-deep "^1.2.0"
11871211
pascalcase "^0.1.1"
11881212

1189-
big.js@^5.2.2:
1190-
version "5.2.2"
1191-
resolved "https://registry.npmjs.org/big.js/-/big.js-5.2.2.tgz"
1192-
11931213
binary-extensions@^2.0.0:
11941214
version "2.2.0"
11951215
resolved "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.2.0.tgz"
@@ -1457,9 +1477,10 @@ commander@^7.0.0:
14571477
version "7.2.0"
14581478
resolved "https://registry.npmjs.org/commander/-/commander-7.2.0.tgz"
14591479

1460-
commondir@^1.0.1:
1461-
version "1.0.1"
1462-
resolved "https://registry.npmjs.org/commondir/-/commondir-1.0.1.tgz"
1480+
common-path-prefix@^3.0.0:
1481+
version "3.0.0"
1482+
resolved "https://registry.yarnpkg.com/common-path-prefix/-/common-path-prefix-3.0.0.tgz#7d007a7e07c58c4b4d5f433131a19141b29f11e0"
1483+
integrity sha512-QE33hToZseCH3jS0qN96O/bSh3kaw/h+Tq7ngyY9eWDUnTlTNUyqfqvCXioLe5Na5jFsL78ra/wuBU4iuEgd4w==
14631484

14641485
component-emitter@^1.2.1, component-emitter@~1.3.0:
14651486
version "1.3.0"
@@ -1710,10 +1731,6 @@ emoji-regex@^8.0.0:
17101731
version "8.0.0"
17111732
resolved "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz"
17121733

1713-
emojis-list@^3.0.0:
1714-
version "3.0.0"
1715-
resolved "https://registry.npmjs.org/emojis-list/-/emojis-list-3.0.0.tgz"
1716-
17171734
encodeurl@~1.0.2:
17181735
version "1.0.2"
17191736
resolved "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz"
@@ -2149,13 +2166,13 @@ finalhandler@1.1.2:
21492166
statuses "~1.5.0"
21502167
unpipe "~1.0.0"
21512168

2152-
find-cache-dir@^1.0.0:
2153-
version "1.0.0"
2154-
resolved "https://registry.npmjs.org/find-cache-dir/-/find-cache-dir-1.0.0.tgz"
2169+
find-cache-dir@^4.0.0:
2170+
version "4.0.0"
2171+
resolved "https://registry.yarnpkg.com/find-cache-dir/-/find-cache-dir-4.0.0.tgz#a30ee0448f81a3990708f6453633c733e2f6eec2"
2172+
integrity sha512-9ZonPT4ZAK4a+1pUPVPZJapbi7O5qbbJPdYw/NOQWZZbVLdDTYM3A4R9z/DpAM08IDaFGsvPgiGZ82WEwUDWjg==
21552173
dependencies:
2156-
commondir "^1.0.1"
2157-
make-dir "^1.0.0"
2158-
pkg-dir "^2.0.0"
2174+
common-path-prefix "^3.0.0"
2175+
pkg-dir "^7.0.0"
21592176

21602177
find-parent-dir@^0.3.0:
21612178
version "0.3.0"
@@ -2167,12 +2184,6 @@ find-up@3.0.0, find-up@^3.0.0:
21672184
dependencies:
21682185
locate-path "^3.0.0"
21692186

2170-
find-up@^2.1.0:
2171-
version "2.1.0"
2172-
resolved "https://registry.npmjs.org/find-up/-/find-up-2.1.0.tgz"
2173-
dependencies:
2174-
locate-path "^2.0.0"
2175-
21762187
find-up@^4.0.0:
21772188
version "4.1.0"
21782189
resolved "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz"
@@ -2188,6 +2199,14 @@ find-up@^5.0.0:
21882199
locate-path "^6.0.0"
21892200
path-exists "^4.0.0"
21902201

2202+
find-up@^6.3.0:
2203+
version "6.3.0"
2204+
resolved "https://registry.yarnpkg.com/find-up/-/find-up-6.3.0.tgz#2abab3d3280b2dc7ac10199ef324c4e002c8c790"
2205+
integrity sha512-v2ZsoEuVHYy8ZIlYqwPe/39Cy+cFDzp4dXPaxNvkEuouymu+2Jbz0PxpKarJHYJTmv2HWT3O382qY8l4jMWthw==
2206+
dependencies:
2207+
locate-path "^7.1.0"
2208+
path-exists "^5.0.0"
2209+
21912210
flat-cache@^3.0.4:
21922211
version "3.0.4"
21932212
resolved "https://registry.npmjs.org/flat-cache/-/flat-cache-3.0.4.tgz"
@@ -2860,6 +2879,11 @@ json-schema-traverse@^0.4.1:
28602879
version "0.4.1"
28612880
resolved "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz"
28622881

2882+
json-schema-traverse@^1.0.0:
2883+
version "1.0.0"
2884+
resolved "https://registry.yarnpkg.com/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz#ae7bcb3656ab77a73ba5c49bf654f38e6b6860e2"
2885+
integrity sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==
2886+
28632887
json-stable-stringify-without-jsonify@^1.0.1:
28642888
version "1.0.1"
28652889
resolved "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz"
@@ -2868,12 +2892,6 @@ json5@^0.5.1:
28682892
version "0.5.1"
28692893
resolved "https://registry.npmjs.org/json5/-/json5-0.5.1.tgz"
28702894

2871-
json5@^1.0.1:
2872-
version "1.0.1"
2873-
resolved "https://registry.npmjs.org/json5/-/json5-1.0.1.tgz"
2874-
dependencies:
2875-
minimist "^1.2.0"
2876-
28772895
jsonfile@^6.0.1:
28782896
version "6.1.0"
28792897
resolved "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz"
@@ -3068,21 +3086,6 @@ loader-runner@^4.2.0:
30683086
version "4.2.0"
30693087
resolved "https://registry.npmjs.org/loader-runner/-/loader-runner-4.2.0.tgz"
30703088

3071-
loader-utils@^1.0.2:
3072-
version "1.4.0"
3073-
resolved "https://registry.npmjs.org/loader-utils/-/loader-utils-1.4.0.tgz"
3074-
dependencies:
3075-
big.js "^5.2.2"
3076-
emojis-list "^3.0.0"
3077-
json5 "^1.0.1"
3078-
3079-
locate-path@^2.0.0:
3080-
version "2.0.0"
3081-
resolved "https://registry.npmjs.org/locate-path/-/locate-path-2.0.0.tgz"
3082-
dependencies:
3083-
p-locate "^2.0.0"
3084-
path-exists "^3.0.0"
3085-
30863089
locate-path@^3.0.0:
30873090
version "3.0.0"
30883091
resolved "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz"
@@ -3103,6 +3106,13 @@ locate-path@^6.0.0:
31033106
dependencies:
31043107
p-locate "^5.0.0"
31053108

3109+
locate-path@^7.1.0:
3110+
version "7.2.0"
3111+
resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-7.2.0.tgz#69cb1779bd90b35ab1e771e1f2f89a202c2a8a8a"
3112+
integrity sha512-gvVijfZvn7R+2qyPX8mAuKcFGDf6Nc61GdvGafQsHL0sBIxfKzA+usWn4GFC/bk+QdwPUD4kWFJLhElipq+0VA==
3113+
dependencies:
3114+
p-locate "^6.0.0"
3115+
31063116
lodash._reinterpolate@^3.0.0:
31073117
version "3.0.0"
31083118
resolved "https://registry.npmjs.org/lodash._reinterpolate/-/lodash._reinterpolate-3.0.0.tgz"
@@ -3171,12 +3181,6 @@ lru-cache@^6.0.0:
31713181
dependencies:
31723182
yallist "^4.0.0"
31733183

3174-
make-dir@^1.0.0:
3175-
version "1.3.0"
3176-
resolved "https://registry.npmjs.org/make-dir/-/make-dir-1.3.0.tgz"
3177-
dependencies:
3178-
pify "^3.0.0"
3179-
31803184
map-age-cleaner@^0.1.1:
31813185
version "0.1.2"
31823186
resolved "https://registry.npmjs.org/map-age-cleaner/-/map-age-cleaner-0.1.2.tgz"
@@ -3587,12 +3591,6 @@ p-is-promise@^1.1.0:
35873591
version "1.1.0"
35883592
resolved "https://registry.npmjs.org/p-is-promise/-/p-is-promise-1.1.0.tgz"
35893593

3590-
p-limit@^1.1.0:
3591-
version "1.3.0"
3592-
resolved "https://registry.npmjs.org/p-limit/-/p-limit-1.3.0.tgz"
3593-
dependencies:
3594-
p-try "^1.0.0"
3595-
35963594
p-limit@^2.0.0:
35973595
version "2.0.0"
35983596
resolved "https://registry.npmjs.org/p-limit/-/p-limit-2.0.0.tgz"
@@ -3612,11 +3610,12 @@ p-limit@^3.0.2:
36123610
dependencies:
36133611
yocto-queue "^0.1.0"
36143612

3615-
p-locate@^2.0.0:
3616-
version "2.0.0"
3617-
resolved "https://registry.npmjs.org/p-locate/-/p-locate-2.0.0.tgz"
3613+
p-limit@^4.0.0:
3614+
version "4.0.0"
3615+
resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-4.0.0.tgz#914af6544ed32bfa54670b061cafcbd04984b644"
3616+
integrity sha512-5b0R4txpzjPWVw/cXXUResoD4hb6U/x9BH08L7nw+GN1sezDzPdxeRvpc9c433fZhBan/wusjbCsqwqm4EIBIQ==
36183617
dependencies:
3619-
p-limit "^1.1.0"
3618+
yocto-queue "^1.0.0"
36203619

36213620
p-locate@^3.0.0:
36223621
version "3.0.0"
@@ -3637,6 +3636,13 @@ p-locate@^5.0.0:
36373636
dependencies:
36383637
p-limit "^3.0.2"
36393638

3639+
p-locate@^6.0.0:
3640+
version "6.0.0"
3641+
resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-6.0.0.tgz#3da9a49d4934b901089dca3302fa65dc5a05c04f"
3642+
integrity sha512-wPrq66Llhl7/4AGC6I+cqxT07LhXvWL08LNXz1fENOw0Ap4sRZZ/gZpTTJ5jpurzzzfS2W/Ge9BY3LgLjCShcw==
3643+
dependencies:
3644+
p-limit "^4.0.0"
3645+
36403646
p-map@^1.1.1:
36413647
version "1.2.0"
36423648
resolved "https://registry.npmjs.org/p-map/-/p-map-1.2.0.tgz"
@@ -3645,10 +3651,6 @@ p-map@^2.0.0:
36453651
version "2.0.0"
36463652
resolved "https://registry.npmjs.org/p-map/-/p-map-2.0.0.tgz"
36473653

3648-
p-try@^1.0.0:
3649-
version "1.0.0"
3650-
resolved "https://registry.npmjs.org/p-try/-/p-try-1.0.0.tgz"
3651-
36523654
p-try@^2.0.0:
36533655
version "2.2.0"
36543656
resolved "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz"
@@ -3682,6 +3684,11 @@ path-exists@^4.0.0:
36823684
version "4.0.0"
36833685
resolved "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz"
36843686

3687+
path-exists@^5.0.0:
3688+
version "5.0.0"
3689+
resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-5.0.0.tgz#a6aad9489200b21fab31e49cf09277e5116fb9e7"
3690+
integrity sha512-RjhtfwJOxzcFmNOi6ltcbcu4Iu+FL3zEj83dk4kAS+fVpTxXLO1b38RvJgT/0QwvV/L3aY9TAnyv0EOqW4GoMQ==
3691+
36853692
path-is-absolute@^1.0.0, path-is-absolute@^1.0.1:
36863693
version "1.0.1"
36873694
resolved "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz"
@@ -3737,18 +3744,19 @@ pinkie@^2.0.0:
37373744
version "2.0.4"
37383745
resolved "https://registry.npmjs.org/pinkie/-/pinkie-2.0.4.tgz"
37393746

3740-
pkg-dir@^2.0.0:
3741-
version "2.0.0"
3742-
resolved "https://registry.npmjs.org/pkg-dir/-/pkg-dir-2.0.0.tgz"
3743-
dependencies:
3744-
find-up "^2.1.0"
3745-
37463747
pkg-dir@^4.2.0:
37473748
version "4.2.0"
37483749
resolved "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz"
37493750
dependencies:
37503751
find-up "^4.0.0"
37513752

3753+
pkg-dir@^7.0.0:
3754+
version "7.0.0"
3755+
resolved "https://registry.yarnpkg.com/pkg-dir/-/pkg-dir-7.0.0.tgz#8f0c08d6df4476756c5ff29b3282d0bab7517d11"
3756+
integrity sha512-Ie9z/WINcxxLp27BKOCHGde4ITq9UklYKDzVo1nhk5sqGEXU3FpkwP5GM2voTGJkGd9B3Otl+Q4uwSOeSUtOBA==
3757+
dependencies:
3758+
find-up "^6.3.0"
3759+
37523760
please-upgrade-node@^3.0.2:
37533761
version "3.1.1"
37543762
resolved "https://registry.npmjs.org/please-upgrade-node/-/please-upgrade-node-3.1.1.tgz"
@@ -3942,6 +3950,11 @@ require-directory@^2.1.1:
39423950
version "2.1.1"
39433951
resolved "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz"
39443952

3953+
require-from-string@^2.0.2:
3954+
version "2.0.2"
3955+
resolved "https://registry.yarnpkg.com/require-from-string/-/require-from-string-2.0.2.tgz#89a7fdd938261267318eafe14f9c32e598c36909"
3956+
integrity sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==
3957+
39453958
require-main-filename@^1.0.1:
39463959
version "1.0.1"
39473960
resolved "https://registry.npmjs.org/require-main-filename/-/require-main-filename-1.0.1.tgz"
@@ -4059,6 +4072,16 @@ schema-utils@^3.1.0, schema-utils@^3.1.1:
40594072
ajv "^6.12.5"
40604073
ajv-keywords "^3.5.2"
40614074

4075+
schema-utils@^4.0.0:
4076+
version "4.2.0"
4077+
resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-4.2.0.tgz#70d7c93e153a273a805801882ebd3bff20d89c8b"
4078+
integrity sha512-L0jRsrPpjdckP3oPug3/VxNKt2trR8TcabrM6FOAAlvC/9Phcmm+cuAgTlxBqdBR1WJx7Naj9WHw+aOmheSVbw==
4079+
dependencies:
4080+
"@types/json-schema" "^7.0.9"
4081+
ajv "^8.9.0"
4082+
ajv-formats "^2.1.1"
4083+
ajv-keywords "^5.1.0"
4084+
40624085
semver-compare@^1.0.0:
40634086
version "1.0.0"
40644087
resolved "https://registry.npmjs.org/semver-compare/-/semver-compare-1.0.0.tgz"
@@ -4838,6 +4861,11 @@ yocto-queue@^0.1.0:
48384861
resolved "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz"
48394862
integrity sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==
48404863

4864+
yocto-queue@^1.0.0:
4865+
version "1.0.0"
4866+
resolved "https://registry.yarnpkg.com/yocto-queue/-/yocto-queue-1.0.0.tgz#7f816433fb2cbc511ec8bf7d263c3b58a1a3c251"
4867+
integrity sha512-9bnSc/HEW2uRy67wc+T8UwauLuPJVn28jb+GtJY16iiKWyvmYJRXVT4UamsAEGQfPohgr2q4Tq0sQbQlxTfi1g==
4868+
48414869
yup@^0.27.0:
48424870
version "0.27.0"
48434871
resolved "https://registry.npmjs.org/yup/-/yup-0.27.0.tgz"

0 commit comments

Comments
 (0)