Skip to content

Commit c245ece

Browse files
Update babel monorepo
1 parent 164dde3 commit c245ece

File tree

2 files changed

+120
-31
lines changed

2 files changed

+120
-31
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"webfontloader": "1.6.28"
2626
},
2727
"devDependencies": {
28-
"@babel/core": "7.17.5",
28+
"@babel/core": "7.20.5",
2929
"@storybook/addon-a11y": "6.5.9",
3030
"@storybook/addon-actions": "6.5.9",
3131
"@storybook/addon-essentials": "6.5.9",
@@ -45,7 +45,7 @@
4545
"@vue/eslint-config-airbnb": "5.3.0",
4646
"@vue/eslint-config-typescript": "7.0.0",
4747
"@vuetify/vite-plugin": "1.0.0-alpha.10",
48-
"babel-loader": "8.2.3",
48+
"babel-loader": "8.3.0",
4949
"eslint": "8.9.0",
5050
"eslint-plugin-import": "2.25.4",
5151
"eslint-plugin-vue": "8.5.0",

yarn.lock

Lines changed: 118 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@jridgewell/gen-mapping" "^0.1.0"
2121
"@jridgewell/trace-mapping" "^0.3.9"
2222

23-
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4", "@babel/code-frame@^7.12.13", "@babel/code-frame@^7.16.7", "@babel/code-frame@^7.18.6", "@babel/code-frame@^7.5.5", "@babel/code-frame@^7.8.3":
23+
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4", "@babel/code-frame@^7.12.13", "@babel/code-frame@^7.18.6", "@babel/code-frame@^7.5.5", "@babel/code-frame@^7.8.3":
2424
version "7.18.6"
2525
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.18.6.tgz#3b25d38c89600baa2dcc219edfa88a74eb2c427a"
2626
integrity sha512-TDCmlK5eOvH+eH7cdAFlNXeVJqWIQ7gW9tY1GJIpUtFb6CmjVyq2VM3u71bOyR8CRihcCgMUYoDNyLXao3+70Q==
@@ -32,6 +32,11 @@
3232
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.19.3.tgz#707b939793f867f5a73b2666e6d9a3396eb03151"
3333
integrity sha512-prBHMK4JYYK+wDjJF1q99KK4JLL+egWS4nmNqdlMUgCExMZ+iZW0hGhyC3VEbsPjvaN0TBhW//VIFwBrk8sEiw==
3434

35+
"@babel/compat-data@^7.20.0":
36+
version "7.20.5"
37+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.20.5.tgz#86f172690b093373a933223b4745deeb6049e733"
38+
integrity sha512-KZXo2t10+/jxmkhNXc7pZTqRvSOIvVv/+lJwHS+B2rErwOyjuVRh60yVpb7liQ1U5t7lLJ1bz+t8tSypUZdm0g==
39+
3540
3641
version "7.12.9"
3742
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.12.9.tgz#fd450c4ec10cdbb980e2928b7aa7a28484593fc8"
@@ -54,25 +59,25 @@
5459
semver "^5.4.1"
5560
source-map "^0.5.0"
5661

57-
"@babel/core@7.17.5":
58-
version "7.17.5"
59-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.17.5.tgz#6cd2e836058c28f06a4ca8ee7ed955bbf37c8225"
60-
integrity sha512-/BBMw4EvjmyquN5O+t5eh0+YqB3XXJkYD2cjKpYtWOfFy4lQ4UozNSmxAcWT8r2XtZs0ewG+zrfsqeR15i1ajA==
62+
"@babel/core@7.20.5":
63+
version "7.20.5"
64+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.20.5.tgz#45e2114dc6cd4ab167f81daf7820e8fa1250d113"
65+
integrity sha512-UdOWmk4pNWTm/4DlPUl/Pt4Gz4rcEMb7CY0Y3eJl5Yz1vI8ZJGmHWaVE55LoxRjdpx0z259GE9U5STA9atUinQ==
6166
dependencies:
6267
"@ampproject/remapping" "^2.1.0"
63-
"@babel/code-frame" "^7.16.7"
64-
"@babel/generator" "^7.17.3"
65-
"@babel/helper-compilation-targets" "^7.16.7"
66-
"@babel/helper-module-transforms" "^7.16.7"
67-
"@babel/helpers" "^7.17.2"
68-
"@babel/parser" "^7.17.3"
69-
"@babel/template" "^7.16.7"
70-
"@babel/traverse" "^7.17.3"
71-
"@babel/types" "^7.17.0"
68+
"@babel/code-frame" "^7.18.6"
69+
"@babel/generator" "^7.20.5"
70+
"@babel/helper-compilation-targets" "^7.20.0"
71+
"@babel/helper-module-transforms" "^7.20.2"
72+
"@babel/helpers" "^7.20.5"
73+
"@babel/parser" "^7.20.5"
74+
"@babel/template" "^7.18.10"
75+
"@babel/traverse" "^7.20.5"
76+
"@babel/types" "^7.20.5"
7277
convert-source-map "^1.7.0"
7378
debug "^4.1.0"
7479
gensync "^1.0.0-beta.2"
75-
json5 "^2.1.2"
80+
json5 "^2.2.1"
7681
semver "^6.3.0"
7782

7883
"@babel/core@^7.1.0", "@babel/core@^7.12.10", "@babel/core@^7.12.3", "@babel/core@^7.13.16", "@babel/core@^7.17.10", "@babel/core@^7.7.2", "@babel/core@^7.7.5", "@babel/core@^7.8.0":
@@ -96,7 +101,7 @@
96101
json5 "^2.2.1"
97102
semver "^6.3.0"
98103

99-
"@babel/generator@^7.12.11", "@babel/generator@^7.12.5", "@babel/generator@^7.17.3", "@babel/generator@^7.19.3", "@babel/generator@^7.7.2":
104+
"@babel/generator@^7.12.11", "@babel/generator@^7.12.5", "@babel/generator@^7.19.3", "@babel/generator@^7.7.2":
100105
version "7.19.3"
101106
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.19.3.tgz#d7f4d1300485b4547cb6f94b27d10d237b42bf59"
102107
integrity sha512-fqVZnmp1ncvZU757UzDheKZpfPgatqY59XtW2/j/18H7u76akb8xqvjw82f+i2UKd/ksYsSick/BCLQUUtJ/qQ==
@@ -105,6 +110,15 @@
105110
"@jridgewell/gen-mapping" "^0.3.2"
106111
jsesc "^2.5.1"
107112

113+
"@babel/generator@^7.20.5":
114+
version "7.20.5"
115+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.20.5.tgz#cb25abee3178adf58d6814b68517c62bdbfdda95"
116+
integrity sha512-jl7JY2Ykn9S0yj4DQP82sYvPU+T3g0HFcWTqDLqiuA9tGRNIj9VfbtXGAYTTkyNEnQk1jkMGOdYka8aG/lulCA==
117+
dependencies:
118+
"@babel/types" "^7.20.5"
119+
"@jridgewell/gen-mapping" "^0.3.2"
120+
jsesc "^2.5.1"
121+
108122
"@babel/helper-annotate-as-pure@^7.18.6":
109123
version "7.18.6"
110124
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.18.6.tgz#eaa49f6f80d5a33f9a5dd2276e6d6e451be0a6bb"
@@ -120,7 +134,7 @@
120134
"@babel/helper-explode-assignable-expression" "^7.18.6"
121135
"@babel/types" "^7.18.9"
122136

123-
"@babel/helper-compilation-targets@^7.13.0", "@babel/helper-compilation-targets@^7.16.7", "@babel/helper-compilation-targets@^7.17.7", "@babel/helper-compilation-targets@^7.18.9", "@babel/helper-compilation-targets@^7.19.0", "@babel/helper-compilation-targets@^7.19.3":
137+
"@babel/helper-compilation-targets@^7.13.0", "@babel/helper-compilation-targets@^7.17.7", "@babel/helper-compilation-targets@^7.18.9", "@babel/helper-compilation-targets@^7.19.0", "@babel/helper-compilation-targets@^7.19.3":
124138
version "7.19.3"
125139
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.19.3.tgz#a10a04588125675d7c7ae299af86fa1b2ee038ca"
126140
integrity sha512-65ESqLGyGmLvgR0mst5AdW1FkNlj9rQsCKduzEoEPhBCDFGXvz2jW6bXFG6i0/MrV2s7hhXjjb2yAzcPuQlLwg==
@@ -130,6 +144,16 @@
130144
browserslist "^4.21.3"
131145
semver "^6.3.0"
132146

147+
"@babel/helper-compilation-targets@^7.20.0":
148+
version "7.20.0"
149+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.20.0.tgz#6bf5374d424e1b3922822f1d9bdaa43b1a139d0a"
150+
integrity sha512-0jp//vDGp9e8hZzBc6N/KwA5ZK3Wsm/pfm4CrY7vzegkVxc65SgSn6wYOnwHe9Js9HRQ1YTCKLGPzDtaS3RoLQ==
151+
dependencies:
152+
"@babel/compat-data" "^7.20.0"
153+
"@babel/helper-validator-option" "^7.18.6"
154+
browserslist "^4.21.3"
155+
semver "^6.3.0"
156+
133157
"@babel/helper-create-class-features-plugin@^7.18.6", "@babel/helper-create-class-features-plugin@^7.19.0":
134158
version "7.19.0"
135159
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.19.0.tgz#bfd6904620df4e46470bae4850d66be1054c404b"
@@ -218,7 +242,7 @@
218242
dependencies:
219243
"@babel/types" "^7.18.6"
220244

221-
"@babel/helper-module-transforms@^7.12.1", "@babel/helper-module-transforms@^7.16.7", "@babel/helper-module-transforms@^7.18.6", "@babel/helper-module-transforms@^7.19.0":
245+
"@babel/helper-module-transforms@^7.12.1", "@babel/helper-module-transforms@^7.18.6", "@babel/helper-module-transforms@^7.19.0":
222246
version "7.19.0"
223247
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.19.0.tgz#309b230f04e22c58c6a2c0c0c7e50b216d350c30"
224248
integrity sha512-3HBZ377Fe14RbLIA+ac3sY4PTgpxHVkFrESaWhoI5PuyXPBBX8+C34qblV9G89ZtycGJCmCI/Ut+VUDK4bltNQ==
@@ -232,6 +256,20 @@
232256
"@babel/traverse" "^7.19.0"
233257
"@babel/types" "^7.19.0"
234258

259+
"@babel/helper-module-transforms@^7.20.2":
260+
version "7.20.2"
261+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.20.2.tgz#ac53da669501edd37e658602a21ba14c08748712"
262+
integrity sha512-zvBKyJXRbmK07XhMuujYoJ48B5yvvmM6+wcpv6Ivj4Yg6qO7NOZOSnvZN9CRl1zz1Z4cKf8YejmCMh8clOoOeA==
263+
dependencies:
264+
"@babel/helper-environment-visitor" "^7.18.9"
265+
"@babel/helper-module-imports" "^7.18.6"
266+
"@babel/helper-simple-access" "^7.20.2"
267+
"@babel/helper-split-export-declaration" "^7.18.6"
268+
"@babel/helper-validator-identifier" "^7.19.1"
269+
"@babel/template" "^7.18.10"
270+
"@babel/traverse" "^7.20.1"
271+
"@babel/types" "^7.20.2"
272+
235273
"@babel/helper-optimise-call-expression@^7.18.6":
236274
version "7.18.6"
237275
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.18.6.tgz#9369aa943ee7da47edab2cb4e838acf09d290ffe"
@@ -277,6 +315,13 @@
277315
dependencies:
278316
"@babel/types" "^7.18.6"
279317

318+
"@babel/helper-simple-access@^7.20.2":
319+
version "7.20.2"
320+
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.20.2.tgz#0ab452687fe0c2cfb1e2b9e0015de07fc2d62dd9"
321+
integrity sha512-+0woI/WPq59IrqDYbVGfshjT5Dmk/nnbdpcF8SnMhhXObpTq2KNBdLFRFrkVdbDOyUmHBCxzm5FHV1rACIkIbA==
322+
dependencies:
323+
"@babel/types" "^7.20.2"
324+
280325
"@babel/helper-skip-transparent-expression-wrappers@^7.18.9":
281326
version "7.18.9"
282327
resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.18.9.tgz#778d87b3a758d90b471e7b9918f34a9a02eb5818"
@@ -296,6 +341,11 @@
296341
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.18.10.tgz#181f22d28ebe1b3857fa575f5c290b1aaf659b56"
297342
integrity sha512-XtIfWmeNY3i4t7t4D2t02q50HvqHybPqW2ki1kosnvWCwuCMeo81Jf0gwr85jy/neUdg5XDdeFE/80DXiO+njw==
298343

344+
"@babel/helper-string-parser@^7.19.4":
345+
version "7.19.4"
346+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.19.4.tgz#38d3acb654b4701a9b77fb0615a96f775c3a9e63"
347+
integrity sha512-nHtDoQcuqFmwYNYPz3Rah5ph2p8PFeFCsZk9A/48dPc/rGocJ5J3hAAZ7pb76VWX3fZKu+uEr/FhH5jLx7umrw==
348+
299349
"@babel/helper-validator-identifier@^7.18.6", "@babel/helper-validator-identifier@^7.19.1":
300350
version "7.19.1"
301351
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz#7eea834cf32901ffdc1a7ee555e2f9c27e249ca2"
@@ -316,7 +366,7 @@
316366
"@babel/traverse" "^7.19.0"
317367
"@babel/types" "^7.19.0"
318368

319-
"@babel/helpers@^7.12.5", "@babel/helpers@^7.17.2", "@babel/helpers@^7.19.0":
369+
"@babel/helpers@^7.12.5", "@babel/helpers@^7.19.0":
320370
version "7.19.0"
321371
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.19.0.tgz#f30534657faf246ae96551d88dd31e9d1fa1fc18"
322372
integrity sha512-DRBCKGwIEdqY3+rPJgG/dKfQy9+08rHIAJx8q2p+HSWP87s2HCrQmaAMMyMll2kIXKCW0cO1RdQskx15Xakftg==
@@ -325,6 +375,15 @@
325375
"@babel/traverse" "^7.19.0"
326376
"@babel/types" "^7.19.0"
327377

378+
"@babel/helpers@^7.20.5":
379+
version "7.20.6"
380+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.20.6.tgz#e64778046b70e04779dfbdf924e7ebb45992c763"
381+
integrity sha512-Pf/OjgfgFRW5bApskEz5pvidpim7tEDPlFtKcNRXWmfHGn9IEI2W2flqRQXTFb7gIPTyK++N6rVHuwKut4XK6w==
382+
dependencies:
383+
"@babel/template" "^7.18.10"
384+
"@babel/traverse" "^7.20.5"
385+
"@babel/types" "^7.20.5"
386+
328387
"@babel/highlight@^7.18.6":
329388
version "7.18.6"
330389
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.18.6.tgz#81158601e93e2563795adcbfbdf5d64be3f2ecdf"
@@ -334,11 +393,16 @@
334393
chalk "^2.0.0"
335394
js-tokens "^4.0.0"
336395

337-
"@babel/parser@^7.1.0", "@babel/parser@^7.12.11", "@babel/parser@^7.12.7", "@babel/parser@^7.13.12", "@babel/parser@^7.13.16", "@babel/parser@^7.14.7", "@babel/parser@^7.16.4", "@babel/parser@^7.17.3", "@babel/parser@^7.18.10", "@babel/parser@^7.19.3", "@babel/parser@^7.6.0", "@babel/parser@^7.9.6":
396+
"@babel/parser@^7.1.0", "@babel/parser@^7.12.11", "@babel/parser@^7.12.7", "@babel/parser@^7.13.12", "@babel/parser@^7.13.16", "@babel/parser@^7.14.7", "@babel/parser@^7.16.4", "@babel/parser@^7.18.10", "@babel/parser@^7.19.3", "@babel/parser@^7.6.0", "@babel/parser@^7.9.6":
338397
version "7.19.3"
339398
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.19.3.tgz#8dd36d17c53ff347f9e55c328710321b49479a9a"
340399
integrity sha512-pJ9xOlNWHiy9+FuFP09DEAFbAn4JskgRsVcc169w2xRBC3FRGuQEwjeIMMND9L2zc0iEhO/tGv4Zq+km+hxNpQ==
341400

401+
"@babel/parser@^7.20.5":
402+
version "7.20.5"
403+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.20.5.tgz#7f3c7335fe417665d929f34ae5dceae4c04015e8"
404+
integrity sha512-r27t/cy/m9uKLXQNWWebeCUHgnAZq0CpG1OwKRxzJMP1vpSU4bSIK2hq+/cp0bQxetkXx38n09rNu8jVkcK/zA==
405+
342406
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.18.6":
343407
version "7.18.6"
344408
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.18.6.tgz#da5b8f9a580acdfbe53494dba45ea389fb09a4d2"
@@ -1144,7 +1208,7 @@
11441208
dependencies:
11451209
regenerator-runtime "^0.13.2"
11461210

1147-
"@babel/template@^7.12.7", "@babel/template@^7.16.7", "@babel/template@^7.18.10", "@babel/template@^7.3.3":
1211+
"@babel/template@^7.12.7", "@babel/template@^7.18.10", "@babel/template@^7.3.3":
11481212
version "7.18.10"
11491213
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.18.10.tgz#6f9134835970d1dbf0835c0d100c9f38de0c5e71"
11501214
integrity sha512-TI+rCtooWHr3QJ27kJxfjutghu44DLnasDMwpDqCXVTal9RLp3RSYNh4NdBrRP2cQAoG9A8juOQl6P6oZG4JxA==
@@ -1153,7 +1217,7 @@
11531217
"@babel/parser" "^7.18.10"
11541218
"@babel/types" "^7.18.10"
11551219

1156-
"@babel/traverse@^7.1.6", "@babel/traverse@^7.12.11", "@babel/traverse@^7.12.9", "@babel/traverse@^7.13.0", "@babel/traverse@^7.17.3", "@babel/traverse@^7.19.0", "@babel/traverse@^7.19.1", "@babel/traverse@^7.19.3", "@babel/traverse@^7.7.2":
1220+
"@babel/traverse@^7.1.6", "@babel/traverse@^7.12.11", "@babel/traverse@^7.12.9", "@babel/traverse@^7.13.0", "@babel/traverse@^7.19.0", "@babel/traverse@^7.19.1", "@babel/traverse@^7.19.3", "@babel/traverse@^7.7.2":
11571221
version "7.19.3"
11581222
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.19.3.tgz#3a3c5348d4988ba60884e8494b0592b2f15a04b4"
11591223
integrity sha512-qh5yf6149zhq2sgIXmwjnsvmnNQC2iw70UFjp4olxucKrWd/dvlUsBI88VSLUsnMNF7/vnOiA+nk1+yLoCqROQ==
@@ -1169,7 +1233,23 @@
11691233
debug "^4.1.0"
11701234
globals "^11.1.0"
11711235

1172-
"@babel/types@^7.0.0", "@babel/types@^7.12.11", "@babel/types@^7.12.7", "@babel/types@^7.17.0", "@babel/types@^7.18.10", "@babel/types@^7.18.6", "@babel/types@^7.18.8", "@babel/types@^7.18.9", "@babel/types@^7.19.0", "@babel/types@^7.19.3", "@babel/types@^7.2.0", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4", "@babel/types@^7.6.1", "@babel/types@^7.9.6":
1236+
"@babel/traverse@^7.20.1", "@babel/traverse@^7.20.5":
1237+
version "7.20.5"
1238+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.20.5.tgz#78eb244bea8270fdda1ef9af22a5d5e5b7e57133"
1239+
integrity sha512-WM5ZNN3JITQIq9tFZaw1ojLU3WgWdtkxnhM1AegMS+PvHjkM5IXjmYEGY7yukz5XS4sJyEf2VzWjI8uAavhxBQ==
1240+
dependencies:
1241+
"@babel/code-frame" "^7.18.6"
1242+
"@babel/generator" "^7.20.5"
1243+
"@babel/helper-environment-visitor" "^7.18.9"
1244+
"@babel/helper-function-name" "^7.19.0"
1245+
"@babel/helper-hoist-variables" "^7.18.6"
1246+
"@babel/helper-split-export-declaration" "^7.18.6"
1247+
"@babel/parser" "^7.20.5"
1248+
"@babel/types" "^7.20.5"
1249+
debug "^4.1.0"
1250+
globals "^11.1.0"
1251+
1252+
"@babel/types@^7.0.0", "@babel/types@^7.12.11", "@babel/types@^7.12.7", "@babel/types@^7.18.10", "@babel/types@^7.18.6", "@babel/types@^7.18.8", "@babel/types@^7.18.9", "@babel/types@^7.19.0", "@babel/types@^7.19.3", "@babel/types@^7.2.0", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4", "@babel/types@^7.6.1", "@babel/types@^7.9.6":
11731253
version "7.19.3"
11741254
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.19.3.tgz#fc420e6bbe54880bce6779ffaf315f5e43ec9624"
11751255
integrity sha512-hGCaQzIY22DJlDh9CH7NOxgKkFjBk0Cw9xDO1Xmh2151ti7wiGfQ3LauXzL4HP1fmFlTX6XjpRETTpUcv7wQLw==
@@ -1178,6 +1258,15 @@
11781258
"@babel/helper-validator-identifier" "^7.19.1"
11791259
to-fast-properties "^2.0.0"
11801260

1261+
"@babel/types@^7.20.2", "@babel/types@^7.20.5":
1262+
version "7.20.5"
1263+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.20.5.tgz#e206ae370b5393d94dfd1d04cd687cace53efa84"
1264+
integrity sha512-c9fst/h2/dcF7H+MJKZ2T0KjEQ8hY/BNnDk/H3XY8C4Aw/eWQXWn/lWntHF9ooUBnGmEvbfGrTgLWc+um0YDUg==
1265+
dependencies:
1266+
"@babel/helper-string-parser" "^7.19.4"
1267+
"@babel/helper-validator-identifier" "^7.19.1"
1268+
to-fast-properties "^2.0.0"
1269+
11811270
"@bcoe/v8-coverage@^0.2.3":
11821271
version "0.2.3"
11831272
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
@@ -4357,13 +4446,13 @@ babel-jest@^27.5.1:
43574446
graceful-fs "^4.2.9"
43584447
slash "^3.0.0"
43594448

4360-
babel-loader@8.2.3:
4361-
version "8.2.3"
4362-
resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-8.2.3.tgz#8986b40f1a64cacfcb4b8429320085ef68b1342d"
4363-
integrity sha512-n4Zeta8NC3QAsuyiizu0GkmRcQ6clkV9WFUnUf1iXP//IeSKbWjofW3UHyZVwlOB4y039YQKefawyTn64Zwbuw==
4449+
babel-loader@8.3.0:
4450+
version "8.3.0"
4451+
resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-8.3.0.tgz#124936e841ba4fe8176786d6ff28add1f134d6a8"
4452+
integrity sha512-H8SvsMF+m9t15HNLMipppzkC+Y2Yq+v3SonZyU70RBL/h1gxPkH08Ot8pEE9Z4Kd+czyWJClmFS8qzIP9OZ04Q==
43644453
dependencies:
43654454
find-cache-dir "^3.3.1"
4366-
loader-utils "^1.4.0"
4455+
loader-utils "^2.0.0"
43674456
make-dir "^3.1.0"
43684457
schema-utils "^2.6.5"
43694458

@@ -9546,7 +9635,7 @@ loader-runner@^4.2.0:
95469635
resolved "https://registry.yarnpkg.com/loader-runner/-/loader-runner-4.3.0.tgz#c1b4a163b99f614830353b16755e7149ac2314e1"
95479636
integrity sha512-3R/1M+yS3j5ou80Me59j7F9IMs4PXs3VqRrm0TU3AbKPxlmpoY1TNscJV/oGJXo8qCatFGTfDbY6W6ipGOYXfg==
95489637

9549-
loader-utils@^1.2.3, loader-utils@^1.4.0:
9638+
loader-utils@^1.2.3:
95509639
version "1.4.0"
95519640
resolved "https://registry.yarnpkg.com/loader-utils/-/loader-utils-1.4.0.tgz#c579b5e34cb34b1a74edc6c1fb36bfa371d5a613"
95529641
integrity sha512-qH0WSMBtn/oHuwjy/NucEgbx5dbxxnxup9s4PVXJUDHZBQY+s0NWA9rJf53RBnQZxfch7euUui7hpoAPvALZdA==

0 commit comments

Comments
 (0)