Skip to content

Commit 413003c

Browse files
Update dependency @babel/core to v7.18.10
1 parent b90ac92 commit 413003c

2 files changed

Lines changed: 123 additions & 3 deletions

File tree

client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"webpack": "4.46.0"
3434
},
3535
"devDependencies": {
36-
"@babel/core": "7.18.6",
36+
"@babel/core": "7.18.10",
3737
"@nuxt/image": "0.7.1",
3838
"@nuxtjs/eslint-config": "^10.0.0",
3939
"@nuxtjs/tailwindcss": "5.3.1",

client/yarn.lock

Lines changed: 122 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,33 @@
1717
dependencies:
1818
"@babel/highlight" "^7.18.6"
1919

20-
"@babel/compat-data@^7.13.11", "@babel/compat-data@^7.14.0", "@babel/compat-data@^7.18.6":
20+
"@babel/compat-data@^7.13.11", "@babel/compat-data@^7.14.0", "@babel/compat-data@^7.18.6", "@babel/compat-data@^7.18.8":
2121
version "7.18.8"
2222
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.18.8.tgz#2483f565faca607b8535590e84e7de323f27764d"
2323
integrity sha512-HSmX4WZPPK3FUxYp7g2T6EyO8j96HlZJlxmKPSh6KAcqwyDrfx7hKjXpAW/0FhFfTJsR0Yt4lAjLI2coMptIHQ==
2424

25-
"@babel/core@7.18.6", "@babel/core@^7.11.6", "@babel/core@^7.12.3", "@babel/core@^7.14.0", "@babel/core@^7.17.7":
25+
"@babel/core@7.18.10":
26+
version "7.18.10"
27+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.18.10.tgz#39ad504991d77f1f3da91be0b8b949a5bc466fb8"
28+
integrity sha512-JQM6k6ENcBFKVtWvLavlvi/mPcpYZ3+R+2EySDEMSMbp7Mn4FexlbbJVrx2R7Ijhr01T8gyqrOaABWIOgxeUyw==
29+
dependencies:
30+
"@ampproject/remapping" "^2.1.0"
31+
"@babel/code-frame" "^7.18.6"
32+
"@babel/generator" "^7.18.10"
33+
"@babel/helper-compilation-targets" "^7.18.9"
34+
"@babel/helper-module-transforms" "^7.18.9"
35+
"@babel/helpers" "^7.18.9"
36+
"@babel/parser" "^7.18.10"
37+
"@babel/template" "^7.18.10"
38+
"@babel/traverse" "^7.18.10"
39+
"@babel/types" "^7.18.10"
40+
convert-source-map "^1.7.0"
41+
debug "^4.1.0"
42+
gensync "^1.0.0-beta.2"
43+
json5 "^2.2.1"
44+
semver "^6.3.0"
45+
46+
"@babel/core@^7.11.6", "@babel/core@^7.12.3", "@babel/core@^7.14.0", "@babel/core@^7.17.7":
2647
version "7.18.6"
2748
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.18.6.tgz#54a107a3c298aee3fe5e1947a6464b9b6faca03d"
2849
integrity sha512-cQbWBpxcbbs/IUredIPkHiAGULLV8iwgNRMFzvbhEXISp4f3rUUXE5+TIw6KwUWUR3DwyI6gmBRnmAtYaWehwQ==
@@ -43,6 +64,15 @@
4364
json5 "^2.2.1"
4465
semver "^6.3.0"
4566

67+
"@babel/generator@^7.18.10":
68+
version "7.18.12"
69+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.18.12.tgz#fa58daa303757bd6f5e4bbca91b342040463d9f4"
70+
integrity sha512-dfQ8ebCN98SvyL7IxNMCUtZQSq5R7kxgN+r8qYTGDmmSion1hX2C0zq2yo1bsCDhXixokv1SAWTZUMYbO/V5zg==
71+
dependencies:
72+
"@babel/types" "^7.18.10"
73+
"@jridgewell/gen-mapping" "^0.3.2"
74+
jsesc "^2.5.1"
75+
4676
"@babel/generator@^7.18.6", "@babel/generator@^7.18.7", "@babel/generator@^7.7.2":
4777
version "7.18.7"
4878
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.18.7.tgz#2aa78da3c05aadfc82dbac16c99552fc802284bd"
@@ -77,6 +107,16 @@
77107
browserslist "^4.20.2"
78108
semver "^6.3.0"
79109

110+
"@babel/helper-compilation-targets@^7.18.9":
111+
version "7.18.9"
112+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.18.9.tgz#69e64f57b524cde3e5ff6cc5a9f4a387ee5563bf"
113+
integrity sha512-tzLCyVmqUiFlcFoAPLA/gL9TeYrF61VLNtb+hvkuVaB5SUjW7jcfrglBIX1vUIoT7CLP3bBlIMeyEsIl2eFQNg==
114+
dependencies:
115+
"@babel/compat-data" "^7.18.8"
116+
"@babel/helper-validator-option" "^7.18.6"
117+
browserslist "^4.20.2"
118+
semver "^6.3.0"
119+
80120
"@babel/helper-create-class-features-plugin@^7.18.6":
81121
version "7.18.6"
82122
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.18.6.tgz#6f15f8459f3b523b39e00a99982e2c040871ed72"
@@ -117,6 +157,11 @@
117157
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.6.tgz#b7eee2b5b9d70602e59d1a6cad7dd24de7ca6cd7"
118158
integrity sha512-8n6gSfn2baOY+qlp+VSzsosjCVGFqWKmDF0cCWOybh52Dw3SEyoWR1KrhMJASjLwIEkkAufZ0xvr+SxLHSpy2Q==
119159

160+
"@babel/helper-environment-visitor@^7.18.9":
161+
version "7.18.9"
162+
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.9.tgz#0c0cee9b35d2ca190478756865bb3528422f51be"
163+
integrity sha512-3r/aACDJ3fhQ/EVgFy0hpj8oHyHpQc+LPtJoY9SzTThAsStm4Ptegq92vqKoE3vD706ZVFWITnMnxucw+S9Ipg==
164+
120165
"@babel/helper-explode-assignable-expression@^7.18.6":
121166
version "7.18.6"
122167
resolved "https://registry.yarnpkg.com/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.18.6.tgz#41f8228ef0a6f1a036b8dfdfec7ce94f9a6bc096"
@@ -132,6 +177,14 @@
132177
"@babel/template" "^7.18.6"
133178
"@babel/types" "^7.18.6"
134179

180+
"@babel/helper-function-name@^7.18.9":
181+
version "7.18.9"
182+
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.18.9.tgz#940e6084a55dee867d33b4e487da2676365e86b0"
183+
integrity sha512-fJgWlZt7nxGksJS9a0XdSaI4XvpExnNIgRP+rVefWh5U7BL8pPuir6SJUmFKRfjWQ51OtWSzwOxhaH/EBWWc0A==
184+
dependencies:
185+
"@babel/template" "^7.18.6"
186+
"@babel/types" "^7.18.9"
187+
135188
"@babel/helper-hoist-variables@^7.18.6":
136189
version "7.18.6"
137190
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.18.6.tgz#d4d2c8fb4baeaa5c68b99cc8245c56554f926678"
@@ -167,6 +220,20 @@
167220
"@babel/traverse" "^7.18.8"
168221
"@babel/types" "^7.18.8"
169222

223+
"@babel/helper-module-transforms@^7.18.9":
224+
version "7.18.9"
225+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.18.9.tgz#5a1079c005135ed627442df31a42887e80fcb712"
226+
integrity sha512-KYNqY0ICwfv19b31XzvmI/mfcylOzbLtowkw+mfvGPAQ3kfCnMLYbED3YecL5tPd8nAYFQFAd6JHp2LxZk/J1g==
227+
dependencies:
228+
"@babel/helper-environment-visitor" "^7.18.9"
229+
"@babel/helper-module-imports" "^7.18.6"
230+
"@babel/helper-simple-access" "^7.18.6"
231+
"@babel/helper-split-export-declaration" "^7.18.6"
232+
"@babel/helper-validator-identifier" "^7.18.6"
233+
"@babel/template" "^7.18.6"
234+
"@babel/traverse" "^7.18.9"
235+
"@babel/types" "^7.18.9"
236+
170237
"@babel/helper-optimise-call-expression@^7.18.6":
171238
version "7.18.6"
172239
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.18.6.tgz#9369aa943ee7da47edab2cb4e838acf09d290ffe"
@@ -221,6 +288,11 @@
221288
dependencies:
222289
"@babel/types" "^7.18.6"
223290

291+
"@babel/helper-string-parser@^7.18.10":
292+
version "7.18.10"
293+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.18.10.tgz#181f22d28ebe1b3857fa575f5c290b1aaf659b56"
294+
integrity sha512-XtIfWmeNY3i4t7t4D2t02q50HvqHybPqW2ki1kosnvWCwuCMeo81Jf0gwr85jy/neUdg5XDdeFE/80DXiO+njw==
295+
224296
"@babel/helper-validator-identifier@^7.15.7", "@babel/helper-validator-identifier@^7.18.6":
225297
version "7.18.6"
226298
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.18.6.tgz#9c97e30d31b2b8c72a1d08984f2ca9b574d7a076"
@@ -250,6 +322,15 @@
250322
"@babel/traverse" "^7.18.6"
251323
"@babel/types" "^7.18.6"
252324

325+
"@babel/helpers@^7.18.9":
326+
version "7.18.9"
327+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.18.9.tgz#4bef3b893f253a1eced04516824ede94dcfe7ff9"
328+
integrity sha512-Jf5a+rbrLoR4eNdUmnFu8cN5eNJT6qdTdOg5IHIzq87WwyRw9PwguLFOWYgktN/60IP4fgDUawJvs7PjQIzELQ==
329+
dependencies:
330+
"@babel/template" "^7.18.6"
331+
"@babel/traverse" "^7.18.9"
332+
"@babel/types" "^7.18.9"
333+
253334
"@babel/highlight@^7.18.6":
254335
version "7.18.6"
255336
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.18.6.tgz#81158601e93e2563795adcbfbdf5d64be3f2ecdf"
@@ -264,6 +345,11 @@
264345
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.18.8.tgz#822146080ac9c62dac0823bb3489622e0bc1cbdf"
265346
integrity sha512-RSKRfYX20dyH+elbJK2uqAkVyucL+xXzhqlMD5/ZXx+dAAwpyB7HsvnHe/ZUGOF+xLr5Wx9/JoXVTj6BQE2/oA==
266347

348+
"@babel/parser@^7.18.10", "@babel/parser@^7.18.11":
349+
version "7.18.11"
350+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.18.11.tgz#68bb07ab3d380affa9a3f96728df07969645d2d9"
351+
integrity sha512-9JKn5vN+hDt0Hdqn1PiJ2guflwP+B6Ga8qbDuoF0PzzVhrzsKIJo8yGqVk6CmMHiMei9w1C1Bp9IMJSIK+HPIQ==
352+
267353
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.18.6":
268354
version "7.18.6"
269355
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"
@@ -928,6 +1014,15 @@
9281014
resolved "https://registry.yarnpkg.com/@babel/standalone/-/standalone-7.18.8.tgz#d39a524a8a77a4f9d0798e71be5482187ea2c9f3"
9291015
integrity sha512-cDayR7x6IAp7k1947fYeo7OxD7QwT9/UZ+BT05Zq2pfsOzkhOJZdY19X0NvL6fYaszwnzO0zVHgp04OspPh3SA==
9301016

1017+
"@babel/template@^7.18.10":
1018+
version "7.18.10"
1019+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.18.10.tgz#6f9134835970d1dbf0835c0d100c9f38de0c5e71"
1020+
integrity sha512-TI+rCtooWHr3QJ27kJxfjutghu44DLnasDMwpDqCXVTal9RLp3RSYNh4NdBrRP2cQAoG9A8juOQl6P6oZG4JxA==
1021+
dependencies:
1022+
"@babel/code-frame" "^7.18.6"
1023+
"@babel/parser" "^7.18.10"
1024+
"@babel/types" "^7.18.10"
1025+
9311026
"@babel/template@^7.18.6", "@babel/template@^7.3.3":
9321027
version "7.18.6"
9331028
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.18.6.tgz#1283f4993e00b929d6e2d3c72fdc9168a2977a31"
@@ -953,6 +1048,22 @@
9531048
debug "^4.1.0"
9541049
globals "^11.1.0"
9551050

1051+
"@babel/traverse@^7.18.10", "@babel/traverse@^7.18.9":
1052+
version "7.18.11"
1053+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.18.11.tgz#3d51f2afbd83ecf9912bcbb5c4d94e3d2ddaa16f"
1054+
integrity sha512-TG9PiM2R/cWCAy6BPJKeHzNbu4lPzOSZpeMfeNErskGpTJx6trEvFaVCbDvpcxwy49BKWmEPwiW8mrysNiDvIQ==
1055+
dependencies:
1056+
"@babel/code-frame" "^7.18.6"
1057+
"@babel/generator" "^7.18.10"
1058+
"@babel/helper-environment-visitor" "^7.18.9"
1059+
"@babel/helper-function-name" "^7.18.9"
1060+
"@babel/helper-hoist-variables" "^7.18.6"
1061+
"@babel/helper-split-export-declaration" "^7.18.6"
1062+
"@babel/parser" "^7.18.11"
1063+
"@babel/types" "^7.18.10"
1064+
debug "^4.1.0"
1065+
globals "^11.1.0"
1066+
9561067
"@babel/types@^7.0.0", "@babel/types@^7.17.0", "@babel/types@^7.18.6", "@babel/types@^7.18.7", "@babel/types@^7.18.8", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
9571068
version "7.18.8"
9581069
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.18.8.tgz#c5af199951bf41ba4a6a9a6d0d8ad722b30cd42f"
@@ -961,6 +1072,15 @@
9611072
"@babel/helper-validator-identifier" "^7.18.6"
9621073
to-fast-properties "^2.0.0"
9631074

1075+
"@babel/types@^7.18.10", "@babel/types@^7.18.9":
1076+
version "7.18.10"
1077+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.18.10.tgz#4908e81b6b339ca7c6b7a555a5fc29446f26dde6"
1078+
integrity sha512-MJvnbEiiNkpjo+LknnmRrqbY1GPUUggjv+wQVjetM/AONoupqRALB7I6jGqNUAZsKcRIEu2J6FRFvsczljjsaQ==
1079+
dependencies:
1080+
"@babel/helper-string-parser" "^7.18.10"
1081+
"@babel/helper-validator-identifier" "^7.18.6"
1082+
to-fast-properties "^2.0.0"
1083+
9641084
"@bcoe/v8-coverage@^0.2.3":
9651085
version "0.2.3"
9661086
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"

0 commit comments

Comments
 (0)