Skip to content

Commit 2bece14

Browse files
Bump @babel/traverse from 7.15.4 to 7.23.2 (#198) (#202)
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.15.4 to 7.23.2. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse) --- updated-dependencies: - dependency-name: "@babel/traverse" dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jorge Sanz <jorge.sanz@elastic.co> (cherry picked from commit 0a8fe5c) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent bebf6a2 commit 2bece14

File tree

1 file changed

+88
-121
lines changed

1 file changed

+88
-121
lines changed

yarn.lock

Lines changed: 88 additions & 121 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,21 @@
4747
dependencies:
4848
"@babel/highlight" "^7.18.6"
4949

50-
"@babel/code-frame@^7.18.6", "@babel/code-frame@^7.21.4", "@babel/code-frame@^7.22.5":
50+
"@babel/code-frame@^7.18.6", "@babel/code-frame@^7.22.5":
5151
version "7.22.5"
5252
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.22.5.tgz#234d98e1551960604f1246e6475891a570ad5658"
5353
integrity sha512-Xmwn266vad+6DAqEB2A6V/CcZVp62BbwVmcOJc2RPuwih1kw02TjQvWVWlcKGbBPd+8/0V5DEkOcizRGYsspYQ==
5454
dependencies:
5555
"@babel/highlight" "^7.22.5"
5656

57+
"@babel/code-frame@^7.22.13":
58+
version "7.22.13"
59+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.22.13.tgz#e3c1c099402598483b7a8c46a721d1038803755e"
60+
integrity sha512-XktuhWlJ5g+3TJXc5upd9Ks1HutSArik6jf2eAjYFyIOf4ej3RN+184cZbzDvbPnuTJIUhPKKJE3cIsYTiAT3w==
61+
dependencies:
62+
"@babel/highlight" "^7.22.13"
63+
chalk "^2.4.2"
64+
5765
"@babel/compat-data@^7.17.7", "@babel/compat-data@^7.22.5":
5866
version "7.22.5"
5967
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.22.5.tgz#b1f6c86a02d85d2dd3368a2b67c09add8cd0c255"
@@ -106,7 +114,7 @@
106114
json5 "^2.2.2"
107115
semver "^6.3.0"
108116

109-
"@babel/generator@^7.15.4", "@babel/generator@^7.15.8":
117+
"@babel/generator@^7.15.8":
110118
version "7.20.4"
111119
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.20.4.tgz#4d9f8f0c30be75fd90a0562099a26e5839602ab8"
112120
integrity sha512-luCf7yk/cm7yab6CAW1aiFnmEfBJplb/JojV56MYEK7ziWfGmFlTfmL9Ehwfy4gFhbjBfWO1wj7/TuSbVNEEtA==
@@ -115,26 +123,6 @@
115123
"@jridgewell/gen-mapping" "^0.3.2"
116124
jsesc "^2.5.1"
117125

118-
"@babel/generator@^7.20.1":
119-
version "7.21.4"
120-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.21.4.tgz#64a94b7448989f421f919d5239ef553b37bb26bc"
121-
integrity sha512-NieM3pVIYW2SwGzKoqfPrQsf4xGs9M9AIG3ThppsSRmO+m7eQhmI6amajKMUeIO37wFfsvnvcxQFx6x6iqxDnA==
122-
dependencies:
123-
"@babel/types" "^7.21.4"
124-
"@jridgewell/gen-mapping" "^0.3.2"
125-
"@jridgewell/trace-mapping" "^0.3.17"
126-
jsesc "^2.5.1"
127-
128-
"@babel/generator@^7.21.4":
129-
version "7.21.5"
130-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.21.5.tgz#c0c0e5449504c7b7de8236d99338c3e2a340745f"
131-
integrity sha512-SrKK/sRv8GesIW1bDagf9cCG38IOMYZusoe1dfg0D8aiUe3Amvoj1QtjTPAWcfrZFvIwlleLb0gxzQidL9w14w==
132-
dependencies:
133-
"@babel/types" "^7.21.5"
134-
"@jridgewell/gen-mapping" "^0.3.2"
135-
"@jridgewell/trace-mapping" "^0.3.17"
136-
jsesc "^2.5.1"
137-
138126
"@babel/generator@^7.22.5":
139127
version "7.22.5"
140128
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.22.5.tgz#1e7bf768688acfb05cf30b2369ef855e82d984f7"
@@ -145,6 +133,16 @@
145133
"@jridgewell/trace-mapping" "^0.3.17"
146134
jsesc "^2.5.1"
147135

136+
"@babel/generator@^7.23.0":
137+
version "7.23.0"
138+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.23.0.tgz#df5c386e2218be505b34837acbcb874d7a983420"
139+
integrity sha512-lN85QRR+5IbYrMWM6Y4pE/noaQtg4pNiqeNGX60eqOfo6gtEj6uw/JagelB8vVztSd7R6M5n1+PQkDbHbBRU4g==
140+
dependencies:
141+
"@babel/types" "^7.23.0"
142+
"@jridgewell/gen-mapping" "^0.3.2"
143+
"@jridgewell/trace-mapping" "^0.3.17"
144+
jsesc "^2.5.1"
145+
148146
"@babel/helper-annotate-as-pure@^7.22.5":
149147
version "7.22.5"
150148
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.22.5.tgz#e7f06737b197d580a01edf75d97e2c8be99d3882"
@@ -221,30 +219,28 @@
221219
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.5.tgz#f06dd41b7c1f44e1f8da6c4055b41ab3a09a7e98"
222220
integrity sha512-XGmhECfVA/5sAt+H+xpSg0mfrHq6FzNr9Oxh7PSEBBRUb/mL7Kz3NICXb194rCqAEdxkhPT1a88teizAFyvk8Q==
223221

224-
"@babel/helper-function-name@^7.15.4":
225-
version "7.19.0"
226-
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.19.0.tgz#941574ed5390682e872e52d3f38ce9d1bef4648c"
227-
integrity sha512-WAwHBINyrpqywkUH0nTnNgI5ina5TFn85HKS0pbPDfxFfhyR/aNQEn4hGi1P1JyT//I0t4OgXUlofzWILRvS5w==
228-
dependencies:
229-
"@babel/template" "^7.18.10"
230-
"@babel/types" "^7.19.0"
222+
"@babel/helper-environment-visitor@^7.22.20":
223+
version "7.22.20"
224+
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz#96159db61d34a29dba454c959f5ae4a649ba9167"
225+
integrity sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==
231226

232-
"@babel/helper-function-name@^7.19.0", "@babel/helper-function-name@^7.21.0", "@babel/helper-function-name@^7.22.5":
227+
"@babel/helper-function-name@^7.22.5":
233228
version "7.22.5"
234229
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.22.5.tgz#ede300828905bb15e582c037162f99d5183af1be"
235230
integrity sha512-wtHSq6jMRE3uF2otvfuD3DIvVhOsSNshQl0Qrd7qC9oQJzHvOL4qQXlQn2916+CXGywIjpGuIkoyZRRxHPiNQQ==
236231
dependencies:
237232
"@babel/template" "^7.22.5"
238233
"@babel/types" "^7.22.5"
239234

240-
"@babel/helper-hoist-variables@^7.15.4":
241-
version "7.18.6"
242-
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.18.6.tgz#d4d2c8fb4baeaa5c68b99cc8245c56554f926678"
243-
integrity sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q==
235+
"@babel/helper-function-name@^7.23.0":
236+
version "7.23.0"
237+
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz#1f9a3cdbd5b2698a670c30d2735f9af95ed52759"
238+
integrity sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw==
244239
dependencies:
245-
"@babel/types" "^7.18.6"
240+
"@babel/template" "^7.22.15"
241+
"@babel/types" "^7.23.0"
246242

247-
"@babel/helper-hoist-variables@^7.18.6", "@babel/helper-hoist-variables@^7.22.5":
243+
"@babel/helper-hoist-variables@^7.22.5":
248244
version "7.22.5"
249245
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz#c01a007dac05c085914e8fb652b339db50d823bb"
250246
integrity sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==
@@ -348,20 +344,20 @@
348344
dependencies:
349345
"@babel/types" "^7.22.5"
350346

351-
"@babel/helper-split-export-declaration@^7.15.4":
352-
version "7.18.6"
353-
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.18.6.tgz#7367949bc75b20c6d5a5d4a97bba2824ae8ef075"
354-
integrity sha512-bde1etTx6ZyTmobl9LLMMQsaizFVZrquTEHOqKeQESMKo4PlObf+8+JA25ZsIpZhT/WEd39+vOdLXAFG/nELpA==
355-
dependencies:
356-
"@babel/types" "^7.18.6"
357-
358347
"@babel/helper-split-export-declaration@^7.18.6", "@babel/helper-split-export-declaration@^7.22.5":
359348
version "7.22.5"
360349
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.5.tgz#88cf11050edb95ed08d596f7a044462189127a08"
361350
integrity sha512-thqK5QFghPKWLhAV321lxF95yCg2K3Ob5yw+M3VHWfdia0IkPXUtoLH8x/6Fh486QUvzhb8YOWHChTVen2/PoQ==
362351
dependencies:
363352
"@babel/types" "^7.22.5"
364353

354+
"@babel/helper-split-export-declaration@^7.22.6":
355+
version "7.22.6"
356+
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz#322c61b7310c0997fe4c323955667f18fcefb91c"
357+
integrity sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==
358+
dependencies:
359+
"@babel/types" "^7.22.5"
360+
365361
"@babel/helper-string-parser@^7.19.4":
366362
version "7.21.5"
367363
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.21.5.tgz#2b3eea65443c6bdc31c22d037c65f6d323b6b2bd"
@@ -382,6 +378,11 @@
382378
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.5.tgz#9544ef6a33999343c8740fa51350f30eeaaaf193"
383379
integrity sha512-aJXu+6lErq8ltp+JhkJUfk1MTGyuA4v7f3pA+BJ5HLfNC6nAQ0Cpi9uOquUj8Hehg0aUiHzWQbOVJGao6ztBAQ==
384380

381+
"@babel/helper-validator-identifier@^7.22.20":
382+
version "7.22.20"
383+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0"
384+
integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==
385+
385386
"@babel/helper-validator-option@^7.18.6":
386387
version "7.21.0"
387388
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.21.0.tgz#8224c7e13ace4bafdc4004da2cf064ef42673180"
@@ -447,6 +448,15 @@
447448
chalk "^2.0.0"
448449
js-tokens "^4.0.0"
449450

451+
"@babel/highlight@^7.22.13":
452+
version "7.22.20"
453+
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.22.20.tgz#4ca92b71d80554b01427815e06f2df965b9c1f54"
454+
integrity sha512-dkdMCN3py0+ksCgYmGG8jKeGA/8Tk+gJwSYYlFGxG5lmhfKNoAy004YpLxpS1W2J8m/EK2Ew+yOs9pVRwO89mg==
455+
dependencies:
456+
"@babel/helper-validator-identifier" "^7.22.20"
457+
chalk "^2.4.2"
458+
js-tokens "^4.0.0"
459+
450460
"@babel/parser@^7.1.0":
451461
version "7.15.8"
452462
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.15.8.tgz#7bacdcbe71bdc3ff936d510c15dcea7cf0b99016"
@@ -462,15 +472,10 @@
462472
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.20.7.tgz#66fe23b3c8569220817d5feb8b9dcdc95bb4f71b"
463473
integrity sha512-T3Z9oHybU+0vZlY9CiDSJQTD5ZapcW18ZctFMi0MOAl/4BjFF4ul7NVSARLdbGO5vDqy9eQiGTV0LtKfvCYvcg==
464474

465-
"@babel/parser@^7.20.1":
466-
version "7.21.4"
467-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.21.4.tgz#94003fdfc520bbe2875d4ae557b43ddb6d880f17"
468-
integrity sha512-alVJj7k7zIxqBZ7BTRhz0IqJFxW1VJbm6N8JbcYhQ186df9ZBPbZBmWSqAMXwHGsCJdYks7z/voa3ibiS5bCIw==
469-
470-
"@babel/parser@^7.21.4":
471-
version "7.21.8"
472-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.21.8.tgz#642af7d0333eab9c0ad70b14ac5e76dbde7bfdf8"
473-
integrity sha512-6zavDGdzG3gUqAdWvlLFfk+36RilI+Pwyuuh7HItyeScCWP3k6i8vKclAQ0bM/0y/Kz/xiwvxhMv9MgTJP5gmA==
475+
"@babel/parser@^7.22.15", "@babel/parser@^7.23.0":
476+
version "7.23.0"
477+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.0.tgz#da950e622420bf96ca0d0f2909cdddac3acd8719"
478+
integrity sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw==
474479

475480
"@babel/parser@^7.22.5":
476481
version "7.22.5"
@@ -1198,6 +1203,15 @@
11981203
"@babel/parser" "^7.22.5"
11991204
"@babel/types" "^7.22.5"
12001205

1206+
"@babel/template@^7.22.15":
1207+
version "7.22.15"
1208+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.22.15.tgz#09576efc3830f0430f4548ef971dde1350ef2f38"
1209+
integrity sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w==
1210+
dependencies:
1211+
"@babel/code-frame" "^7.22.13"
1212+
"@babel/parser" "^7.22.15"
1213+
"@babel/types" "^7.22.15"
1214+
12011215
"@babel/template@^7.3.3":
12021216
version "7.15.4"
12031217
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.15.4.tgz#51898d35dcf3faa670c4ee6afcfd517ee139f194"
@@ -1207,66 +1221,19 @@
12071221
"@babel/parser" "^7.15.4"
12081222
"@babel/types" "^7.15.4"
12091223

1210-
"@babel/traverse@^7.1.0":
1211-
version "7.15.4"
1212-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.15.4.tgz#ff8510367a144bfbff552d9e18e28f3e2889c22d"
1213-
integrity sha512-W6lQD8l4rUbQR/vYgSuCAE75ADyyQvOpFVsvPPdkhf6lATXAsQIG9YdtOcu8BB1dZ0LKu+Zo3c1wEcbKeuhdlA==
1224+
"@babel/traverse@^7.1.0", "@babel/traverse@^7.15.4", "@babel/traverse@^7.20.1", "@babel/traverse@^7.22.5":
1225+
version "7.23.2"
1226+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.2.tgz#329c7a06735e144a506bdb2cad0268b7f46f4ad8"
1227+
integrity sha512-azpe59SQ48qG6nu2CzcMLbxUudtN+dOM9kDbUqGq3HXUJRlo7i8fvPoxQUzYgLZ4cMVmuZgm8vvBpNeRhd6XSw==
12141228
dependencies:
1215-
"@babel/code-frame" "^7.14.5"
1216-
"@babel/generator" "^7.15.4"
1217-
"@babel/helper-function-name" "^7.15.4"
1218-
"@babel/helper-hoist-variables" "^7.15.4"
1219-
"@babel/helper-split-export-declaration" "^7.15.4"
1220-
"@babel/parser" "^7.15.4"
1221-
"@babel/types" "^7.15.4"
1222-
debug "^4.1.0"
1223-
globals "^11.1.0"
1224-
1225-
"@babel/traverse@^7.15.4":
1226-
version "7.20.1"
1227-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.20.1.tgz#9b15ccbf882f6d107eeeecf263fbcdd208777ec8"
1228-
integrity sha512-d3tN8fkVJwFLkHkBN479SOsw4DMZnz8cdbL/gvuDuzy3TS6Nfw80HuQqhw1pITbIruHyh7d1fMA47kWzmcUEGA==
1229-
dependencies:
1230-
"@babel/code-frame" "^7.18.6"
1231-
"@babel/generator" "^7.20.1"
1232-
"@babel/helper-environment-visitor" "^7.18.9"
1233-
"@babel/helper-function-name" "^7.19.0"
1234-
"@babel/helper-hoist-variables" "^7.18.6"
1235-
"@babel/helper-split-export-declaration" "^7.18.6"
1236-
"@babel/parser" "^7.20.1"
1237-
"@babel/types" "^7.20.0"
1238-
debug "^4.1.0"
1239-
globals "^11.1.0"
1240-
1241-
"@babel/traverse@^7.20.1":
1242-
version "7.21.4"
1243-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.21.4.tgz#a836aca7b116634e97a6ed99976236b3282c9d36"
1244-
integrity sha512-eyKrRHKdyZxqDm+fV1iqL9UAHMoIg0nDaGqfIOd8rKH17m5snv7Gn4qgjBoFfLz9APvjFU/ICT00NVCv1Epp8Q==
1245-
dependencies:
1246-
"@babel/code-frame" "^7.21.4"
1247-
"@babel/generator" "^7.21.4"
1248-
"@babel/helper-environment-visitor" "^7.18.9"
1249-
"@babel/helper-function-name" "^7.21.0"
1250-
"@babel/helper-hoist-variables" "^7.18.6"
1251-
"@babel/helper-split-export-declaration" "^7.18.6"
1252-
"@babel/parser" "^7.21.4"
1253-
"@babel/types" "^7.21.4"
1254-
debug "^4.1.0"
1255-
globals "^11.1.0"
1256-
1257-
"@babel/traverse@^7.22.5":
1258-
version "7.22.5"
1259-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.22.5.tgz#44bd276690db6f4940fdb84e1cb4abd2f729ccd1"
1260-
integrity sha512-7DuIjPgERaNo6r+PZwItpjCZEa5vyw4eJGufeLxrPdBXBoLcCJCIasvK6pK/9DVNrLZTLFhUGqaC6X/PA007TQ==
1261-
dependencies:
1262-
"@babel/code-frame" "^7.22.5"
1263-
"@babel/generator" "^7.22.5"
1264-
"@babel/helper-environment-visitor" "^7.22.5"
1265-
"@babel/helper-function-name" "^7.22.5"
1229+
"@babel/code-frame" "^7.22.13"
1230+
"@babel/generator" "^7.23.0"
1231+
"@babel/helper-environment-visitor" "^7.22.20"
1232+
"@babel/helper-function-name" "^7.23.0"
12661233
"@babel/helper-hoist-variables" "^7.22.5"
1267-
"@babel/helper-split-export-declaration" "^7.22.5"
1268-
"@babel/parser" "^7.22.5"
1269-
"@babel/types" "^7.22.5"
1234+
"@babel/helper-split-export-declaration" "^7.22.6"
1235+
"@babel/parser" "^7.23.0"
1236+
"@babel/types" "^7.23.0"
12701237
debug "^4.1.0"
12711238
globals "^11.1.0"
12721239

@@ -1296,7 +1263,7 @@
12961263
"@babel/helper-validator-identifier" "^7.19.1"
12971264
to-fast-properties "^2.0.0"
12981265

1299-
"@babel/types@^7.18.6", "@babel/types@^7.20.0", "@babel/types@^7.21.4", "@babel/types@^7.21.5", "@babel/types@^7.22.5", "@babel/types@^7.4.4":
1266+
"@babel/types@^7.20.0", "@babel/types@^7.21.5", "@babel/types@^7.22.5", "@babel/types@^7.4.4":
13001267
version "7.22.5"
13011268
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.22.5.tgz#cd93eeaab025880a3a47ec881f4b096a5b786fbe"
13021269
integrity sha512-zo3MIHGOkPOfoRXitsgHLjEXmlDaD/5KU1Uzuc9GNiZPhSqVxVRtxuPaSBZDsYZ9qV88AjtMtWW7ww98loJ9KA==
@@ -1305,15 +1272,6 @@
13051272
"@babel/helper-validator-identifier" "^7.22.5"
13061273
to-fast-properties "^2.0.0"
13071274

1308-
"@babel/types@^7.19.0":
1309-
version "7.21.4"
1310-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.21.4.tgz#2d5d6bb7908699b3b416409ffd3b5daa25b030d4"
1311-
integrity sha512-rU2oY501qDxE8Pyo7i/Orqma4ziCOrby0/9mvbDUGEfvZjb279Nk9k19e2fiCxHbRRpY2ZyrgW1eq22mvmOIzA==
1312-
dependencies:
1313-
"@babel/helper-string-parser" "^7.19.4"
1314-
"@babel/helper-validator-identifier" "^7.19.1"
1315-
to-fast-properties "^2.0.0"
1316-
13171275
"@babel/types@^7.20.2":
13181276
version "7.21.5"
13191277
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.21.5.tgz#18dfbd47c39d3904d5db3d3dc2cc80bedb60e5b6"
@@ -1323,6 +1281,15 @@
13231281
"@babel/helper-validator-identifier" "^7.19.1"
13241282
to-fast-properties "^2.0.0"
13251283

1284+
"@babel/types@^7.22.15", "@babel/types@^7.23.0":
1285+
version "7.23.0"
1286+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.0.tgz#8c1f020c9df0e737e4e247c0619f58c68458aaeb"
1287+
integrity sha512-0oIyUfKoI3mSqMvsxBdclDwxXKXAUA8v/apZbc+iSyARYou1o8ZGDxbUYyLFoW2arqS2jDGqJuZvv1d/io1axg==
1288+
dependencies:
1289+
"@babel/helper-string-parser" "^7.22.5"
1290+
"@babel/helper-validator-identifier" "^7.22.20"
1291+
to-fast-properties "^2.0.0"
1292+
13261293
"@bcoe/v8-coverage@^0.2.3":
13271294
version "0.2.3"
13281295
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
@@ -2269,7 +2236,7 @@ capture-exit@^2.0.0:
22692236
dependencies:
22702237
rsvp "^4.8.4"
22712238

2272-
chalk@^2.0.0:
2239+
chalk@^2.0.0, chalk@^2.4.2:
22732240
version "2.4.2"
22742241
resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424"
22752242
integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==

0 commit comments

Comments
 (0)