Skip to content

Commit 3d61a4f

Browse files
committed
Upgrade to @babel/[email protected]
1 parent 11a8f81 commit 3d61a4f

File tree

1 file changed

+72
-72
lines changed

1 file changed

+72
-72
lines changed

yarn.lock

+72-72
Original file line numberDiff line numberDiff line change
@@ -24,63 +24,63 @@
2424
dependencies:
2525
"@babel/highlight" "^7.18.6"
2626

27-
"@babel/compat-data@^7.18.6":
27+
"@babel/compat-data@^7.18.8":
2828
version "7.18.8"
2929
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.18.8.tgz#2483f565faca607b8535590e84e7de323f27764d"
3030
integrity sha512-HSmX4WZPPK3FUxYp7g2T6EyO8j96HlZJlxmKPSh6KAcqwyDrfx7hKjXpAW/0FhFfTJsR0Yt4lAjLI2coMptIHQ==
3131

3232
"@babel/core@^7.11.6", "@babel/core@^7.12.3":
33-
version "7.18.6"
34-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.18.6.tgz#54a107a3c298aee3fe5e1947a6464b9b6faca03d"
35-
integrity sha512-cQbWBpxcbbs/IUredIPkHiAGULLV8iwgNRMFzvbhEXISp4f3rUUXE5+TIw6KwUWUR3DwyI6gmBRnmAtYaWehwQ==
33+
version "7.18.9"
34+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.18.9.tgz#805461f967c77ff46c74ca0460ccf4fe933ddd59"
35+
integrity sha512-1LIb1eL8APMy91/IMW+31ckrfBM4yCoLaVzoDhZUKSM4cu1L1nIidyxkCgzPAgrC5WEz36IPEr/eSeSF9pIn+g==
3636
dependencies:
3737
"@ampproject/remapping" "^2.1.0"
3838
"@babel/code-frame" "^7.18.6"
39-
"@babel/generator" "^7.18.6"
40-
"@babel/helper-compilation-targets" "^7.18.6"
41-
"@babel/helper-module-transforms" "^7.18.6"
42-
"@babel/helpers" "^7.18.6"
43-
"@babel/parser" "^7.18.6"
39+
"@babel/generator" "^7.18.9"
40+
"@babel/helper-compilation-targets" "^7.18.9"
41+
"@babel/helper-module-transforms" "^7.18.9"
42+
"@babel/helpers" "^7.18.9"
43+
"@babel/parser" "^7.18.9"
4444
"@babel/template" "^7.18.6"
45-
"@babel/traverse" "^7.18.6"
46-
"@babel/types" "^7.18.6"
45+
"@babel/traverse" "^7.18.9"
46+
"@babel/types" "^7.18.9"
4747
convert-source-map "^1.7.0"
4848
debug "^4.1.0"
4949
gensync "^1.0.0-beta.2"
5050
json5 "^2.2.1"
5151
semver "^6.3.0"
5252

53-
"@babel/generator@^7.18.6", "@babel/generator@^7.18.7", "@babel/generator@^7.7.2":
54-
version "7.18.7"
55-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.18.7.tgz#2aa78da3c05aadfc82dbac16c99552fc802284bd"
56-
integrity sha512-shck+7VLlY72a2w9c3zYWuE1pwOKEiQHV7GTUbSnhyl5eu3i04t30tBY82ZRWrDfo3gkakCFtevExnxbkf2a3A==
53+
"@babel/generator@^7.18.9", "@babel/generator@^7.7.2":
54+
version "7.18.9"
55+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.18.9.tgz#68337e9ea8044d6ddc690fb29acae39359cca0a5"
56+
integrity sha512-wt5Naw6lJrL1/SGkipMiFxJjtyczUWTP38deiP1PO60HsBjDeKk08CGC3S8iVuvf0FmTdgKwU1KIXzSKL1G0Ug==
5757
dependencies:
58-
"@babel/types" "^7.18.7"
58+
"@babel/types" "^7.18.9"
5959
"@jridgewell/gen-mapping" "^0.3.2"
6060
jsesc "^2.5.1"
6161

62-
"@babel/helper-compilation-targets@^7.18.6":
63-
version "7.18.6"
64-
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.18.6.tgz#18d35bfb9f83b1293c22c55b3d576c1315b6ed96"
65-
integrity sha512-vFjbfhNCzqdeAtZflUFrG5YIFqGTqsctrtkZ1D/NB0mDW9TwW3GmmUepYY4G9wCET5rY5ugz4OGTcLd614IzQg==
62+
"@babel/helper-compilation-targets@^7.18.9":
63+
version "7.18.9"
64+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.18.9.tgz#69e64f57b524cde3e5ff6cc5a9f4a387ee5563bf"
65+
integrity sha512-tzLCyVmqUiFlcFoAPLA/gL9TeYrF61VLNtb+hvkuVaB5SUjW7jcfrglBIX1vUIoT7CLP3bBlIMeyEsIl2eFQNg==
6666
dependencies:
67-
"@babel/compat-data" "^7.18.6"
67+
"@babel/compat-data" "^7.18.8"
6868
"@babel/helper-validator-option" "^7.18.6"
6969
browserslist "^4.20.2"
7070
semver "^6.3.0"
7171

72-
"@babel/helper-environment-visitor@^7.18.6":
73-
version "7.18.6"
74-
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.6.tgz#b7eee2b5b9d70602e59d1a6cad7dd24de7ca6cd7"
75-
integrity sha512-8n6gSfn2baOY+qlp+VSzsosjCVGFqWKmDF0cCWOybh52Dw3SEyoWR1KrhMJASjLwIEkkAufZ0xvr+SxLHSpy2Q==
72+
"@babel/helper-environment-visitor@^7.18.9":
73+
version "7.18.9"
74+
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.9.tgz#0c0cee9b35d2ca190478756865bb3528422f51be"
75+
integrity sha512-3r/aACDJ3fhQ/EVgFy0hpj8oHyHpQc+LPtJoY9SzTThAsStm4Ptegq92vqKoE3vD706ZVFWITnMnxucw+S9Ipg==
7676

77-
"@babel/helper-function-name@^7.18.6":
78-
version "7.18.6"
79-
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.18.6.tgz#8334fecb0afba66e6d87a7e8c6bb7fed79926b83"
80-
integrity sha512-0mWMxV1aC97dhjCah5U5Ua7668r5ZmSC2DLfH2EZnf9c3/dHZKiFa5pRLMH5tjSl471tY6496ZWk/kjNONBxhw==
77+
"@babel/helper-function-name@^7.18.9":
78+
version "7.18.9"
79+
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.18.9.tgz#940e6084a55dee867d33b4e487da2676365e86b0"
80+
integrity sha512-fJgWlZt7nxGksJS9a0XdSaI4XvpExnNIgRP+rVefWh5U7BL8pPuir6SJUmFKRfjWQ51OtWSzwOxhaH/EBWWc0A==
8181
dependencies:
8282
"@babel/template" "^7.18.6"
83-
"@babel/types" "^7.18.6"
83+
"@babel/types" "^7.18.9"
8484

8585
"@babel/helper-hoist-variables@^7.18.6":
8686
version "7.18.6"
@@ -96,24 +96,24 @@
9696
dependencies:
9797
"@babel/types" "^7.18.6"
9898

99-
"@babel/helper-module-transforms@^7.18.6":
100-
version "7.18.8"
101-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.18.8.tgz#4f8408afead0188cfa48672f9d0e5787b61778c8"
102-
integrity sha512-che3jvZwIcZxrwh63VfnFTUzcAM9v/lznYkkRxIBGMPt1SudOKHAEec0SIRCfiuIzTcF7VGj/CaTT6gY4eWxvA==
99+
"@babel/helper-module-transforms@^7.18.9":
100+
version "7.18.9"
101+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.18.9.tgz#5a1079c005135ed627442df31a42887e80fcb712"
102+
integrity sha512-KYNqY0ICwfv19b31XzvmI/mfcylOzbLtowkw+mfvGPAQ3kfCnMLYbED3YecL5tPd8nAYFQFAd6JHp2LxZk/J1g==
103103
dependencies:
104-
"@babel/helper-environment-visitor" "^7.18.6"
104+
"@babel/helper-environment-visitor" "^7.18.9"
105105
"@babel/helper-module-imports" "^7.18.6"
106106
"@babel/helper-simple-access" "^7.18.6"
107107
"@babel/helper-split-export-declaration" "^7.18.6"
108108
"@babel/helper-validator-identifier" "^7.18.6"
109109
"@babel/template" "^7.18.6"
110-
"@babel/traverse" "^7.18.8"
111-
"@babel/types" "^7.18.8"
110+
"@babel/traverse" "^7.18.9"
111+
"@babel/types" "^7.18.9"
112112

113113
"@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.4", "@babel/helper-plugin-utils@^7.12.13", "@babel/helper-plugin-utils@^7.14.5", "@babel/helper-plugin-utils@^7.18.6", "@babel/helper-plugin-utils@^7.8.0":
114-
version "7.18.6"
115-
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.18.6.tgz#9448974dd4fb1d80fefe72e8a0af37809cd30d6d"
116-
integrity sha512-gvZnm1YAAxh13eJdkb9EWHBnF3eAub3XTLCZEehHT2kWxiKVRL64+ae5Y6Ivne0mVHmMYKT+xWgZO+gQhuLUBg==
114+
version "7.18.9"
115+
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.18.9.tgz#4b8aea3b069d8cb8a72cdfe28ddf5ceca695ef2f"
116+
integrity sha512-aBXPT3bmtLryXaoJLyYPXPlSD4p1ld9aYeR+sJNOZjJJGiOpb+fKfh3NkcCu7J54nUJwCERPBExCCpyCOHnu/w==
117117

118118
"@babel/helper-simple-access@^7.18.6":
119119
version "7.18.6"
@@ -139,14 +139,14 @@
139139
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.18.6.tgz#bf0d2b5a509b1f336099e4ff36e1a63aa5db4db8"
140140
integrity sha512-XO7gESt5ouv/LRJdrVjkShckw6STTaB7l9BrpBaAHDeF5YZT+01PCwmR0SJHnkW6i8OwW/EVWRShfi4j2x+KQw==
141141

142-
"@babel/helpers@^7.18.6":
143-
version "7.18.6"
144-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.18.6.tgz#4c966140eaa1fcaa3d5a8c09d7db61077d4debfd"
145-
integrity sha512-vzSiiqbQOghPngUYt/zWGvK3LAsPhz55vc9XNN0xAl2gV4ieShI2OQli5duxWHD+72PZPTKAcfcZDE1Cwc5zsQ==
142+
"@babel/helpers@^7.18.9":
143+
version "7.18.9"
144+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.18.9.tgz#4bef3b893f253a1eced04516824ede94dcfe7ff9"
145+
integrity sha512-Jf5a+rbrLoR4eNdUmnFu8cN5eNJT6qdTdOg5IHIzq87WwyRw9PwguLFOWYgktN/60IP4fgDUawJvs7PjQIzELQ==
146146
dependencies:
147147
"@babel/template" "^7.18.6"
148-
"@babel/traverse" "^7.18.6"
149-
"@babel/types" "^7.18.6"
148+
"@babel/traverse" "^7.18.9"
149+
"@babel/types" "^7.18.9"
150150

151151
"@babel/highlight@^7.18.6":
152152
version "7.18.6"
@@ -157,10 +157,10 @@
157157
chalk "^2.0.0"
158158
js-tokens "^4.0.0"
159159

160-
"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.15.5", "@babel/parser@^7.18.6", "@babel/parser@^7.18.8":
161-
version "7.18.8"
162-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.18.8.tgz#822146080ac9c62dac0823bb3489622e0bc1cbdf"
163-
integrity sha512-RSKRfYX20dyH+elbJK2uqAkVyucL+xXzhqlMD5/ZXx+dAAwpyB7HsvnHe/ZUGOF+xLr5Wx9/JoXVTj6BQE2/oA==
160+
"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.15.5", "@babel/parser@^7.18.6", "@babel/parser@^7.18.9":
161+
version "7.18.9"
162+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.18.9.tgz#f2dde0c682ccc264a9a8595efd030a5cc8fd2539"
163+
integrity sha512-9uJveS9eY9DJ0t64YbIBZICtJy8a5QrDEVdiLCG97fVLpDTpGX7t8mMSb6OWw6Lrnjqj4O8zwjELX3dhoMgiBg==
164164

165165
"@babel/plugin-syntax-async-generators@^7.8.4":
166166
version "7.8.4"
@@ -262,26 +262,26 @@
262262
"@babel/parser" "^7.18.6"
263263
"@babel/types" "^7.18.6"
264264

265-
"@babel/traverse@^7.18.6", "@babel/traverse@^7.18.8", "@babel/traverse@^7.7.2":
266-
version "7.18.8"
267-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.18.8.tgz#f095e62ab46abf1da35e5a2011f43aee72d8d5b0"
268-
integrity sha512-UNg/AcSySJYR/+mIcJQDCv00T+AqRO7j/ZEJLzpaYtgM48rMg5MnkJgyNqkzo88+p4tfRvZJCEiwwfG6h4jkRg==
265+
"@babel/traverse@^7.18.9", "@babel/traverse@^7.7.2":
266+
version "7.18.9"
267+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.18.9.tgz#deeff3e8f1bad9786874cb2feda7a2d77a904f98"
268+
integrity sha512-LcPAnujXGwBgv3/WHv01pHtb2tihcyW1XuL9wd7jqh1Z8AQkTd+QVjMrMijrln0T7ED3UXLIy36P9Ao7W75rYg==
269269
dependencies:
270270
"@babel/code-frame" "^7.18.6"
271-
"@babel/generator" "^7.18.7"
272-
"@babel/helper-environment-visitor" "^7.18.6"
273-
"@babel/helper-function-name" "^7.18.6"
271+
"@babel/generator" "^7.18.9"
272+
"@babel/helper-environment-visitor" "^7.18.9"
273+
"@babel/helper-function-name" "^7.18.9"
274274
"@babel/helper-hoist-variables" "^7.18.6"
275275
"@babel/helper-split-export-declaration" "^7.18.6"
276-
"@babel/parser" "^7.18.8"
277-
"@babel/types" "^7.18.8"
276+
"@babel/parser" "^7.18.9"
277+
"@babel/types" "^7.18.9"
278278
debug "^4.1.0"
279279
globals "^11.1.0"
280280

281-
"@babel/types@^7.0.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":
282-
version "7.18.8"
283-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.18.8.tgz#c5af199951bf41ba4a6a9a6d0d8ad722b30cd42f"
284-
integrity sha512-qwpdsmraq0aJ3osLJRApsc2ouSJCdnMeZwB0DhbtHAtRpZNZCdlbRnHIgcRKzdE1g0iOGg644fzjOBcdOz9cPw==
281+
"@babel/types@^7.0.0", "@babel/types@^7.18.6", "@babel/types@^7.18.9", "@babel/types@^7.3.0", "@babel/types@^7.3.3":
282+
version "7.18.9"
283+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.18.9.tgz#7148d64ba133d8d73a41b3172ac4b83a1452205f"
284+
integrity sha512-WwMLAg2MvJmt/rKEVQBBhIVffMmnilX4oe0sRe7iPOHIGsqpruFHHdrfj4O1CMMtgMtCU4oPafZjDPCRgO57Wg==
285285
dependencies:
286286
"@babel/helper-validator-identifier" "^7.18.6"
287287
to-fast-properties "^2.0.0"
@@ -679,9 +679,9 @@
679679
"@types/unist" "*"
680680

681681
"@types/node@*":
682-
version "18.0.5"
683-
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.0.5.tgz#96be8113b014e9e7f0c3609c4a25afadd85ff659"
684-
integrity sha512-En7tneq+j0qAiVwysBD79y86MT3ModuoIJbe7JXp+sb5UAjInSShmK3nXXMioBzfF7rXC12hv12d4IyCVwN4dA==
682+
version "18.0.6"
683+
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.0.6.tgz#0ba49ac517ad69abe7a1508bc9b3a5483df9d5d7"
684+
integrity sha512-/xUq6H2aQm261exT6iZTMifUySEt4GR5KX8eYyY+C4MSNPqSh9oNIP7tz2GLKTlFaiBbgZNxffoR3CVRG+cljw==
685685

686686
"@types/prettier@^2.1.5":
687687
version "2.6.3"
@@ -1188,9 +1188,9 @@ doctrine@^3.0.0:
11881188
esutils "^2.0.2"
11891189

11901190
electron-to-chromium@^1.4.188:
1191-
version "1.4.192"
1192-
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.192.tgz#fac050058b3e0713b401a1088cc579e14c2ab165"
1193-
integrity sha512-8nCXyIQY9An88NXAp+PuPy5h3/w5ZY7Iu2lag65Q0XREprcat5F8gKhoHsBUnQcFuCRnmevpR8yEBYRU3d2HDw==
1191+
version "1.4.195"
1192+
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.195.tgz#139b2d95a42a3f17df217589723a1deac71d1473"
1193+
integrity sha512-vefjEh0sk871xNmR5whJf9TEngX+KTKS3hOHpjoMpauKkwlGwtMz1H8IaIjAT/GNnX0TbGwAdmVoXCAzXf+PPg==
11941194

11951195
emittery@^0.10.2:
11961196
version "0.10.2"
@@ -3582,9 +3582,9 @@ unist-util-visit-parents@^3.0.0:
35823582
unist-util-is "^4.0.0"
35833583

35843584
update-browserslist-db@^1.0.4:
3585-
version "1.0.4"
3586-
resolved "https://registry.yarnpkg.com/update-browserslist-db/-/update-browserslist-db-1.0.4.tgz#dbfc5a789caa26b1db8990796c2c8ebbce304824"
3587-
integrity sha512-jnmO2BEGUjsMOe/Fg9u0oczOe/ppIDZPebzccl1yDWGLFP16Pa1/RM5wEoKYPG2zstNcDuAStejyxsOuKINdGA==
3585+
version "1.0.5"
3586+
resolved "https://registry.yarnpkg.com/update-browserslist-db/-/update-browserslist-db-1.0.5.tgz#be06a5eedd62f107b7c19eb5bcefb194411abf38"
3587+
integrity sha512-dteFFpCyvuDdr9S/ff1ISkKt/9YZxKjI9WlRR99c180GaztJtRa/fn18FdxGVKVsnPY7/a/FDN68mcvUmP4U7Q==
35883588
dependencies:
35893589
escalade "^3.1.1"
35903590
picocolors "^1.0.0"

0 commit comments

Comments
 (0)