Skip to content

Commit 73a843c

Browse files
committed
chore(deps): update dependency @babel/core to v7.23.6
1 parent 163507f commit 73a843c

File tree

1 file changed

+75
-39
lines changed

1 file changed

+75
-39
lines changed

yarn.lock

Lines changed: 75 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.23.2.tgz#6a12ced93455827037bfb5ed8492820d60fc32cc"
4242
integrity sha512-0S9TQMmDHlqAZ2ITT95irXKfxN9bncq8ZCoJhun3nHL/lLUxd2NKBJYoNGWH7S0hz6fRQwWlAWn/ILM0C70KZQ==
4343

44-
"@babel/compat-data@^7.22.9":
44+
"@babel/compat-data@^7.22.9", "@babel/compat-data@^7.23.5":
4545
version "7.23.5"
4646
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.23.5.tgz#ffb878728bb6bdcb6f4510aa51b1be9afb8cfd98"
4747
integrity sha512-uU27kfDRlhfKl+w1U6vp16IuvSLtjAxdArVXPa9BvLkrr7CYIsxH5adpHObeAGY/41+syctUWOZ140a2Rvkgjw==
@@ -69,20 +69,20 @@
6969
source-map "^0.5.0"
7070

7171
"@babel/core@^7.1.0", "@babel/core@^7.12.10", "@babel/core@^7.12.3", "@babel/core@^7.20.2", "@babel/core@^7.7.5":
72-
version "7.23.5"
73-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.23.5.tgz#6e23f2acbcb77ad283c5ed141f824fd9f70101c7"
74-
integrity sha512-Cwc2XjUrG4ilcfOw4wBAK+enbdgwAcAJCfGUItPBKR7Mjw4aEfAFYrLxeRp4jWgtNIKn3n2AlBOfwwafl+42/g==
72+
version "7.23.6"
73+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.23.6.tgz#8be77cd77c55baadcc1eae1c33df90ab6d2151d4"
74+
integrity sha512-FxpRyGjrMJXh7X3wGLGhNDCRiwpWEF74sKjTLDJSG5Kyvow3QZaG0Adbqzi9ZrVjTWpsX+2cxWXD71NMg93kdw==
7575
dependencies:
7676
"@ampproject/remapping" "^2.2.0"
7777
"@babel/code-frame" "^7.23.5"
78-
"@babel/generator" "^7.23.5"
79-
"@babel/helper-compilation-targets" "^7.22.15"
78+
"@babel/generator" "^7.23.6"
79+
"@babel/helper-compilation-targets" "^7.23.6"
8080
"@babel/helper-module-transforms" "^7.23.3"
81-
"@babel/helpers" "^7.23.5"
82-
"@babel/parser" "^7.23.5"
81+
"@babel/helpers" "^7.23.6"
82+
"@babel/parser" "^7.23.6"
8383
"@babel/template" "^7.22.15"
84-
"@babel/traverse" "^7.23.5"
85-
"@babel/types" "^7.23.5"
84+
"@babel/traverse" "^7.23.6"
85+
"@babel/types" "^7.23.6"
8686
convert-source-map "^2.0.0"
8787
debug "^4.1.0"
8888
gensync "^1.0.0-beta.2"
@@ -139,12 +139,12 @@
139139
"@jridgewell/trace-mapping" "^0.3.17"
140140
jsesc "^2.5.1"
141141

142-
"@babel/generator@^7.23.5":
143-
version "7.23.5"
144-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.23.5.tgz#17d0a1ea6b62f351d281350a5f80b87a810c4755"
145-
integrity sha512-BPssCHrBD+0YrxviOa3QzpqwhNIXKEtOa2jQrm4FlmkC2apYgRnQcmPWiGZDlGxiNtltnUFolMe8497Esry+jA==
142+
"@babel/generator@^7.23.6":
143+
version "7.23.6"
144+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.23.6.tgz#9e1fca4811c77a10580d17d26b57b036133f3c2e"
145+
integrity sha512-qrSfCYxYQB5owCmGLbl8XRpX1ytXlpueOb0N0UmQwA073KZxejgQTzAmJezxvpwQD9uGtK2shHdi55QT+MbjIw==
146146
dependencies:
147-
"@babel/types" "^7.23.5"
147+
"@babel/types" "^7.23.6"
148148
"@jridgewell/gen-mapping" "^0.3.2"
149149
"@jridgewell/trace-mapping" "^0.3.17"
150150
jsesc "^2.5.1"
@@ -183,6 +183,17 @@
183183
lru-cache "^5.1.1"
184184
semver "^6.3.1"
185185

186+
"@babel/helper-compilation-targets@^7.23.6":
187+
version "7.23.6"
188+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.23.6.tgz#4d79069b16cbcf1461289eccfbbd81501ae39991"
189+
integrity sha512-9JB548GZoQVmzrFgp8o7KxdgkTGm6xs9DW0o/Pim72UDjzr5ObUQ6ZzYPqA+g9OTS2bBQoctLJrky0RDCAWRgQ==
190+
dependencies:
191+
"@babel/compat-data" "^7.23.5"
192+
"@babel/helper-validator-option" "^7.23.5"
193+
browserslist "^4.22.2"
194+
lru-cache "^5.1.1"
195+
semver "^6.3.1"
196+
186197
"@babel/helper-create-class-features-plugin@^7.18.6", "@babel/helper-create-class-features-plugin@^7.21.0", "@babel/helper-create-class-features-plugin@^7.22.11", "@babel/helper-create-class-features-plugin@^7.22.15", "@babel/helper-create-class-features-plugin@^7.22.5":
187198
version "7.22.15"
188199
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.22.15.tgz#97a61b385e57fe458496fad19f8e63b63c867de4"
@@ -383,7 +394,7 @@
383394
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0"
384395
integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==
385396

386-
"@babel/helper-validator-option@^7.22.15":
397+
"@babel/helper-validator-option@^7.22.15", "@babel/helper-validator-option@^7.23.5":
387398
version "7.23.5"
388399
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.23.5.tgz#907a3fbd4523426285365d1206c423c4c5520307"
389400
integrity sha512-85ttAOMLsr53VgXkTbkx8oA6YTfT4q7/HzXSLEYmjcSTJPMPQtvq1BD79Byep5xMUYbGRzEpDsjUf3dyp54IKw==
@@ -415,14 +426,14 @@
415426
"@babel/traverse" "^7.17.9"
416427
"@babel/types" "^7.17.0"
417428

418-
"@babel/helpers@^7.23.5":
419-
version "7.23.5"
420-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.23.5.tgz#52f522840df8f1a848d06ea6a79b79eefa72401e"
421-
integrity sha512-oO7us8FzTEsG3U6ag9MfdF1iA/7Z6dz+MtFhifZk8C8o453rGJFFWUP1t+ULM9TUIAzC9uxXEiXjOiVMyd7QPg==
429+
"@babel/helpers@^7.23.6":
430+
version "7.23.6"
431+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.23.6.tgz#d03af2ee5fb34691eec0cda90f5ecbb4d4da145a"
432+
integrity sha512-wCfsbN4nBidDRhpDhvcKlzHWCTlgJYUUdSJfzXb2NuBssDSIjc3xcb+znA7l+zYsFljAcGM0aFkN40cR3lXiGA==
422433
dependencies:
423434
"@babel/template" "^7.22.15"
424-
"@babel/traverse" "^7.23.5"
425-
"@babel/types" "^7.23.5"
435+
"@babel/traverse" "^7.23.6"
436+
"@babel/types" "^7.23.6"
426437

427438
"@babel/highlight@^7.22.13", "@babel/highlight@^7.23.4":
428439
version "7.23.4"
@@ -448,10 +459,10 @@
448459
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.17.9.tgz#9c94189a6062f0291418ca021077983058e171ef"
449460
integrity sha512-vqUSBLP8dQHFPdPi9bc5GK9vRkYHJ49fsZdtoJ8EQ8ibpwk5rPKfvNIwChB0KVXcIjcepEBBd2VHC5r9Gy8ueg==
450461

451-
"@babel/parser@^7.22.15", "@babel/parser@^7.23.5":
452-
version "7.23.5"
453-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.5.tgz#37dee97c4752af148e1d38c34b856b2507660563"
454-
integrity sha512-hOOqoiNXrmGdFbhgCzu6GiURxUgM27Xwd/aPuu8RfHEZPBzL1Z54okAHAQjXfcQNwvrlkAmAp4SlRTZ45vlthQ==
462+
"@babel/parser@^7.22.15", "@babel/parser@^7.23.6":
463+
version "7.23.6"
464+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.6.tgz#ba1c9e512bda72a47e285ae42aff9d2a635a9e3b"
465+
integrity sha512-Z2uID7YJ7oNvAI20O9X0bblw7Qqs8Q2hFy0R9tAfnfLkp5MW0UH9eUvnDSnFwKZ0AvgS1ucqR4KzvVHgnke1VQ==
455466

456467
"@babel/parser@^7.23.0", "@babel/parser@^7.23.3":
457468
version "7.23.3"
@@ -1420,20 +1431,20 @@
14201431
debug "^4.1.0"
14211432
globals "^11.1.0"
14221433

1423-
"@babel/traverse@^7.23.5":
1424-
version "7.23.5"
1425-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.5.tgz#f546bf9aba9ef2b042c0e00d245990c15508e7ec"
1426-
integrity sha512-czx7Xy5a6sapWWRx61m1Ke1Ra4vczu1mCTtJam5zRTBOonfdJ+S/B6HYmGYu3fJtr8GGET3si6IhgWVBhJ/m8w==
1434+
"@babel/traverse@^7.23.6":
1435+
version "7.23.6"
1436+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.6.tgz#b53526a2367a0dd6edc423637f3d2d0f2521abc5"
1437+
integrity sha512-czastdK1e8YByZqezMPFiZ8ahwVMh/ESl9vPgvgdB9AmFMGP5jfpFax74AQgl5zj4XHzqeYAg2l8PuUeRS1MgQ==
14271438
dependencies:
14281439
"@babel/code-frame" "^7.23.5"
1429-
"@babel/generator" "^7.23.5"
1440+
"@babel/generator" "^7.23.6"
14301441
"@babel/helper-environment-visitor" "^7.22.20"
14311442
"@babel/helper-function-name" "^7.23.0"
14321443
"@babel/helper-hoist-variables" "^7.22.5"
14331444
"@babel/helper-split-export-declaration" "^7.22.6"
1434-
"@babel/parser" "^7.23.5"
1435-
"@babel/types" "^7.23.5"
1436-
debug "^4.1.0"
1445+
"@babel/parser" "^7.23.6"
1446+
"@babel/types" "^7.23.6"
1447+
debug "^4.3.1"
14371448
globals "^11.1.0"
14381449

14391450
"@babel/types@^7.0.0", "@babel/types@^7.3.0", "@babel/types@^7.3.3":
@@ -1453,10 +1464,10 @@
14531464
"@babel/helper-validator-identifier" "^7.22.20"
14541465
to-fast-properties "^2.0.0"
14551466

1456-
"@babel/types@^7.22.15", "@babel/types@^7.22.5", "@babel/types@^7.23.0", "@babel/types@^7.23.5":
1457-
version "7.23.5"
1458-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.5.tgz#48d730a00c95109fa4393352705954d74fb5b602"
1459-
integrity sha512-ON5kSOJwVO6xXVRTvOI0eOnWe7VdUcIpsovGo9U/Br4Ie4UVFQTboO2cYnDhAGU6Fp+UxSiT+pMft0SMHfuq6w==
1467+
"@babel/types@^7.22.15", "@babel/types@^7.22.5", "@babel/types@^7.23.0", "@babel/types@^7.23.6":
1468+
version "7.23.6"
1469+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.6.tgz#be33fdb151e1f5a56877d704492c240fc71c7ccd"
1470+
integrity sha512-+uarb83brBzPKN38NX1MkB6vb6+mwvR6amUulqAE7ccQw1pEl+bCia9TbdG1lsnFP7lZySvUn37CHyXQdfTwzg==
14601471
dependencies:
14611472
"@babel/helper-string-parser" "^7.23.4"
14621473
"@babel/helper-validator-identifier" "^7.22.20"
@@ -5305,6 +5316,16 @@ browserslist@^4.12.0, browserslist@^4.14.5, browserslist@^4.21.9, browserslist@^
53055316
node-releases "^2.0.13"
53065317
update-browserslist-db "^1.0.13"
53075318

5319+
browserslist@^4.22.2:
5320+
version "4.22.2"
5321+
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.22.2.tgz#704c4943072bd81ea18997f3bd2180e89c77874b"
5322+
integrity sha512-0UgcrvQmBDvZHFGdYUehrCNIazki7/lUP3kkoi/r3YB2amZbFM9J43ZRkJTXBUZK4gmx56+Sqk9+Vs9mwZx9+A==
5323+
dependencies:
5324+
caniuse-lite "^1.0.30001565"
5325+
electron-to-chromium "^1.4.601"
5326+
node-releases "^2.0.14"
5327+
update-browserslist-db "^1.0.13"
5328+
53085329
bser@2.1.1:
53095330
version "2.1.1"
53105331
resolved "https://registry.yarnpkg.com/bser/-/bser-2.1.1.tgz#e6787da20ece9d07998533cfd9de6f5c38f4bc05"
@@ -5547,6 +5568,11 @@ caniuse-lite@^1.0.30001541:
55475568
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001565.tgz#a528b253c8a2d95d2b415e11d8b9942acc100c4f"
55485569
integrity sha512-xrE//a3O7TP0vaJ8ikzkD2c2NgcVUvsEe2IvFTntV4Yd1Z9FVzh+gW+enX96L0psrbaFMcVcH2l90xNuGDWc8w==
55495570

5571+
caniuse-lite@^1.0.30001565:
5572+
version "1.0.30001568"
5573+
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001568.tgz#53fa9297273c9a977a560663f48cbea1767518b7"
5574+
integrity sha512-vSUkH84HontZJ88MiNrOau1EBrCqEQYgkC5gIySiDlpsm8sGVrhU7Kx4V6h0tnqaHzIHZv08HlJIwPbL4XL9+A==
5575+
55505576
capture-exit@^2.0.0:
55515577
version "2.0.0"
55525578
resolved "https://registry.yarnpkg.com/capture-exit/-/capture-exit-2.0.0.tgz#fb953bfaebeb781f62898239dabb426d08a509a4"
@@ -6336,7 +6362,7 @@ debug@2.6.9, debug@^2.2.0, debug@^2.3.3:
63366362
dependencies:
63376363
ms "2.0.0"
63386364

6339-
debug@4, debug@^4.0.0, debug@^4.1.0, debug@^4.1.1, debug@^4.3.3, debug@^4.3.4:
6365+
debug@4, debug@^4.0.0, debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.3, debug@^4.3.4:
63406366
version "4.3.4"
63416367
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.4.tgz#1319f6579357f2338d3337d2cdd4914bb5dcc865"
63426368
integrity sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==
@@ -6757,6 +6783,11 @@ electron-to-chromium@^1.4.535:
67576783
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.596.tgz#6752d1aa795d942d49dfc5d3764d6ea283fab1d7"
67586784
integrity sha512-zW3zbZ40Icb2BCWjm47nxwcFGYlIgdXkAx85XDO7cyky9J4QQfq8t0W19/TLZqq3JPQXtlv8BPIGmfa9Jb4scg==
67596785

6786+
electron-to-chromium@^1.4.601:
6787+
version "1.4.609"
6788+
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.609.tgz#5790a70aaa96de232501b56e14b64d17aff93988"
6789+
integrity sha512-ihiCP7PJmjoGNuLpl7TjNA8pCQWu09vGyjlPYw1Rqww4gvNuCcmvl+44G+2QyJ6S2K4o+wbTS++Xz0YN8Q9ERw==
6790+
67606791
elliptic@^6.5.3, elliptic@^6.5.4:
67616792
version "6.5.4"
67626793
resolved "https://registry.yarnpkg.com/elliptic/-/elliptic-6.5.4.tgz#da37cebd31e79a1367e941b592ed1fbebd58abbb"
@@ -11061,6 +11092,11 @@ node-releases@^2.0.13:
1106111092
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.13.tgz#d5ed1627c23e3461e819b02e57b75e4899b1c81d"
1106211093
integrity sha512-uYr7J37ae/ORWdZeQ1xxMJe3NtdmqMC/JZK+geofDrkLUApKRHPd18/TxtBOJ4A0/+uUIliorNrfYV6s1b02eQ==
1106311094

11095+
node-releases@^2.0.14:
11096+
version "2.0.14"
11097+
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.14.tgz#2ffb053bceb8b2be8495ece1ab6ce600c4461b0b"
11098+
integrity sha512-y10wOWt8yZpqXmOgRo77WaHEmhYQYGNA6y421PKsKYWEK8aW+cqAphborZDhqfyKrbZEN92CN1X2KbafY2s7Yw==
11099+
1106411100
nodemon@2.0.22:
1106511101
version "2.0.22"
1106611102
resolved "https://registry.yarnpkg.com/nodemon/-/nodemon-2.0.22.tgz#182c45c3a78da486f673d6c1702e00728daf5258"

0 commit comments

Comments
 (0)