Skip to content

Commit c0f7e7d

Browse files
Bump @babel/core from 7.17.12 to 7.18.6
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.17.12 to 7.18.6. - [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.18.6/packages/babel-core) --- updated-dependencies: - dependency-name: "@babel/core" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c0a9081 commit c0f7e7d

File tree

2 files changed

+28
-159
lines changed

2 files changed

+28
-159
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
},
6262
"devDependencies": {
6363
"@babel/cli": "^7.18.6",
64-
"@babel/core": "^7.17.12",
64+
"@babel/core": "^7.18.6",
6565
"@babel/preset-env": "^7.18.6",
6666
"@rollup/plugin-commonjs": "^17.1.0",
6767
"@rollup/plugin-node-resolve": "^11.2.0",

yarn.lock

Lines changed: 27 additions & 158 deletions
Original file line numberDiff line numberDiff line change
@@ -141,14 +141,7 @@
141141
dependencies:
142142
"@babel/highlight" "^7.10.4"
143143

144-
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4", "@babel/code-frame@^7.12.13", "@babel/code-frame@^7.16.7":
145-
version "7.16.7"
146-
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.16.7.tgz#44416b6bd7624b998f5b1af5d470856c40138789"
147-
integrity sha512-iAXqUn8IIeBTNd72xsFlgaXHkMBMt6y4HJp1tIaK465CWLT/fG1aqB7ykr95gHHmlBdGbFeWWfyB4NJJ0nmeIg==
148-
dependencies:
149-
"@babel/highlight" "^7.16.7"
150-
151-
"@babel/code-frame@^7.18.6":
144+
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4", "@babel/code-frame@^7.12.13", "@babel/code-frame@^7.18.6":
152145
version "7.18.6"
153146
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.18.6.tgz#3b25d38c89600baa2dcc219edfa88a74eb2c427a"
154147
integrity sha512-TDCmlK5eOvH+eH7cdAFlNXeVJqWIQ7gW9tY1GJIpUtFb6CmjVyq2VM3u71bOyR8CRihcCgMUYoDNyLXao3+70Q==
@@ -160,37 +153,28 @@
160153
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.18.6.tgz#8b37d24e88e8e21c499d4328db80577d8882fa53"
161154
integrity sha512-tzulrgDT0QD6U7BJ4TKVk2SDDg7wlP39P9yAx1RfLy7vP/7rsDRlWVfbWxElslu56+r7QOhB2NSDsabYYruoZQ==
162155

163-
"@babel/core@^7.1.0", "@babel/core@^7.17.12", "@babel/core@^7.7.2", "@babel/core@^7.7.5":
164-
version "7.17.12"
165-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.17.12.tgz#b4eb2d7ebc3449b062381644c93050db545b70ee"
166-
integrity sha512-44ODe6O1IVz9s2oJE3rZ4trNNKTX9O7KpQpfAP4t8QII/zwrVRHL7i2pxhqtcY7tqMLrrKfMlBKnm1QlrRFs5w==
156+
"@babel/core@^7.1.0", "@babel/core@^7.18.6", "@babel/core@^7.7.2", "@babel/core@^7.7.5":
157+
version "7.18.6"
158+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.18.6.tgz#54a107a3c298aee3fe5e1947a6464b9b6faca03d"
159+
integrity sha512-cQbWBpxcbbs/IUredIPkHiAGULLV8iwgNRMFzvbhEXISp4f3rUUXE5+TIw6KwUWUR3DwyI6gmBRnmAtYaWehwQ==
167160
dependencies:
168161
"@ampproject/remapping" "^2.1.0"
169-
"@babel/code-frame" "^7.16.7"
170-
"@babel/generator" "^7.17.12"
171-
"@babel/helper-compilation-targets" "^7.17.10"
172-
"@babel/helper-module-transforms" "^7.17.12"
173-
"@babel/helpers" "^7.17.9"
174-
"@babel/parser" "^7.17.12"
175-
"@babel/template" "^7.16.7"
176-
"@babel/traverse" "^7.17.12"
177-
"@babel/types" "^7.17.12"
162+
"@babel/code-frame" "^7.18.6"
163+
"@babel/generator" "^7.18.6"
164+
"@babel/helper-compilation-targets" "^7.18.6"
165+
"@babel/helper-module-transforms" "^7.18.6"
166+
"@babel/helpers" "^7.18.6"
167+
"@babel/parser" "^7.18.6"
168+
"@babel/template" "^7.18.6"
169+
"@babel/traverse" "^7.18.6"
170+
"@babel/types" "^7.18.6"
178171
convert-source-map "^1.7.0"
179172
debug "^4.1.0"
180173
gensync "^1.0.0-beta.2"
181174
json5 "^2.2.1"
182175
semver "^6.3.0"
183176

184-
"@babel/generator@^7.17.12", "@babel/generator@^7.7.2":
185-
version "7.17.12"
186-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.17.12.tgz#5970e6160e9be0428e02f4aba62d8551ec366cc8"
187-
integrity sha512-V49KtZiiiLjH/CnIW6OjJdrenrGoyh6AmKQ3k2AZFKozC1h846Q4NYlZ5nqAigPDUXfGzC88+LOUuG8yKd2kCw==
188-
dependencies:
189-
"@babel/types" "^7.17.12"
190-
"@jridgewell/gen-mapping" "^0.3.0"
191-
jsesc "^2.5.1"
192-
193-
"@babel/generator@^7.18.6":
177+
"@babel/generator@^7.18.6", "@babel/generator@^7.7.2":
194178
version "7.18.7"
195179
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.18.7.tgz#2aa78da3c05aadfc82dbac16c99552fc802284bd"
196180
integrity sha512-shck+7VLlY72a2w9c3zYWuE1pwOKEiQHV7GTUbSnhyl5eu3i04t30tBY82ZRWrDfo3gkakCFtevExnxbkf2a3A==
@@ -214,7 +198,7 @@
214198
"@babel/helper-explode-assignable-expression" "^7.18.6"
215199
"@babel/types" "^7.18.6"
216200

217-
"@babel/helper-compilation-targets@^7.13.0", "@babel/helper-compilation-targets@^7.17.10", "@babel/helper-compilation-targets@^7.18.6":
201+
"@babel/helper-compilation-targets@^7.13.0", "@babel/helper-compilation-targets@^7.18.6":
218202
version "7.18.6"
219203
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.18.6.tgz#18d35bfb9f83b1293c22c55b3d576c1315b6ed96"
220204
integrity sha512-vFjbfhNCzqdeAtZflUFrG5YIFqGTqsctrtkZ1D/NB0mDW9TwW3GmmUepYY4G9wCET5rY5ugz4OGTcLd614IzQg==
@@ -259,13 +243,6 @@
259243
resolve "^1.14.2"
260244
semver "^6.1.2"
261245

262-
"@babel/helper-environment-visitor@^7.16.7":
263-
version "7.16.7"
264-
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.16.7.tgz#ff484094a839bde9d89cd63cba017d7aae80ecd7"
265-
integrity sha512-SLLb0AAn6PkUeAfKJCCOl9e1R53pQlGAfc4y4XuMRZfqeMYLE0dM1LMhqbGAlGQY0lfw5/ohoYWAe9V1yibRag==
266-
dependencies:
267-
"@babel/types" "^7.16.7"
268-
269246
"@babel/helper-environment-visitor@^7.18.6":
270247
version "7.18.6"
271248
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.6.tgz#b7eee2b5b9d70602e59d1a6cad7dd24de7ca6cd7"
@@ -278,14 +255,6 @@
278255
dependencies:
279256
"@babel/types" "^7.18.6"
280257

281-
"@babel/helper-function-name@^7.17.9":
282-
version "7.17.9"
283-
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.17.9.tgz#136fcd54bc1da82fcb47565cf16fd8e444b1ff12"
284-
integrity sha512-7cRisGlVtiVqZ0MW0/yFB4atgpGLWEHUVYnb448hZK4x+vih0YO5UoS11XIYtZYqHd0dIPMdUSv8q5K4LdMnIg==
285-
dependencies:
286-
"@babel/template" "^7.16.7"
287-
"@babel/types" "^7.17.0"
288-
289258
"@babel/helper-function-name@^7.18.6":
290259
version "7.18.6"
291260
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.18.6.tgz#8334fecb0afba66e6d87a7e8c6bb7fed79926b83"
@@ -294,13 +263,6 @@
294263
"@babel/template" "^7.18.6"
295264
"@babel/types" "^7.18.6"
296265

297-
"@babel/helper-hoist-variables@^7.16.7":
298-
version "7.16.7"
299-
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.16.7.tgz#86bcb19a77a509c7b77d0e22323ef588fa58c246"
300-
integrity sha512-m04d/0Op34H5v7pbZw6pSKP7weA6lsMvfiIAMeIvkY/R4xQtBSMFEigu9QTZ2qB/9l22vsxtM8a+Q8CzD255fg==
301-
dependencies:
302-
"@babel/types" "^7.16.7"
303-
304266
"@babel/helper-hoist-variables@^7.18.6":
305267
version "7.18.6"
306268
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.18.6.tgz#d4d2c8fb4baeaa5c68b99cc8245c56554f926678"
@@ -329,34 +291,13 @@
329291
dependencies:
330292
"@babel/types" "^7.12.13"
331293

332-
"@babel/helper-module-imports@^7.16.7":
333-
version "7.16.7"
334-
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.16.7.tgz#25612a8091a999704461c8a222d0efec5d091437"
335-
integrity sha512-LVtS6TqjJHFc+nYeITRo6VLXve70xmq7wPhWTqDJusJEgGmkAACWwMiTNrvfoQo6hEhFwAIixNkvB0jPXDL8Wg==
336-
dependencies:
337-
"@babel/types" "^7.16.7"
338-
339294
"@babel/helper-module-imports@^7.18.6":
340295
version "7.18.6"
341296
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.18.6.tgz#1e3ebdbbd08aad1437b428c50204db13c5a3ca6e"
342297
integrity sha512-0NFvs3VkuSYbFi1x2Vd6tKrywq+z/cLeYC/RJNFrIX/30Bf5aiGYbtvGXolEktzJH8o5E5KJ3tT+nkxuuZFVlA==
343298
dependencies:
344299
"@babel/types" "^7.18.6"
345300

346-
"@babel/helper-module-transforms@^7.17.12":
347-
version "7.17.12"
348-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.17.12.tgz#bec00139520cb3feb078ef7a4578562480efb77e"
349-
integrity sha512-t5s2BeSWIghhFRPh9XMn6EIGmvn8Lmw5RVASJzkIx1mSemubQQBNIZiQD7WzaFmaHIrjAec4x8z9Yx8SjJ1/LA==
350-
dependencies:
351-
"@babel/helper-environment-visitor" "^7.16.7"
352-
"@babel/helper-module-imports" "^7.16.7"
353-
"@babel/helper-simple-access" "^7.17.7"
354-
"@babel/helper-split-export-declaration" "^7.16.7"
355-
"@babel/helper-validator-identifier" "^7.16.7"
356-
"@babel/template" "^7.16.7"
357-
"@babel/traverse" "^7.17.12"
358-
"@babel/types" "^7.17.12"
359-
360301
"@babel/helper-module-transforms@^7.18.6":
361302
version "7.18.6"
362303
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.18.6.tgz#57e3ca669e273d55c3cda55e6ebf552f37f483c8"
@@ -404,13 +345,6 @@
404345
"@babel/traverse" "^7.18.6"
405346
"@babel/types" "^7.18.6"
406347

407-
"@babel/helper-simple-access@^7.17.7":
408-
version "7.17.7"
409-
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.17.7.tgz#aaa473de92b7987c6dfa7ce9a7d9674724823367"
410-
integrity sha512-txyMCGroZ96i+Pxr3Je3lzEJjqwaRC9buMUgtomcrLe5Nd0+fk1h0LLA+ixUF5OW7AhHuQ7Es1WcQJZmZsz2XA==
411-
dependencies:
412-
"@babel/types" "^7.17.0"
413-
414348
"@babel/helper-simple-access@^7.18.6":
415349
version "7.18.6"
416350
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.18.6.tgz#d6d8f51f4ac2978068df934b569f08f29788c7ea"
@@ -425,13 +359,6 @@
425359
dependencies:
426360
"@babel/types" "^7.18.6"
427361

428-
"@babel/helper-split-export-declaration@^7.16.7":
429-
version "7.16.7"
430-
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.16.7.tgz#0b648c0c42da9d3920d85ad585f2778620b8726b"
431-
integrity sha512-xbWoy/PFoxSWazIToT9Sif+jJTlrMcndIsaOKvTA6u7QEo7ilkRZpjew18/W3c7nm8fXdUDXh02VXTbZ0pGDNw==
432-
dependencies:
433-
"@babel/types" "^7.16.7"
434-
435362
"@babel/helper-split-export-declaration@^7.18.6":
436363
version "7.18.6"
437364
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.18.6.tgz#7367949bc75b20c6d5a5d4a97bba2824ae8ef075"
@@ -444,11 +371,6 @@
444371
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.12.11.tgz#c9a1f021917dcb5ccf0d4e453e399022981fc9ed"
445372
integrity sha512-np/lG3uARFybkoHokJUmf1QfEvRVCPbmQeUQpKow5cQ3xWrV9i3rUHodKDJPQfTVX61qKi+UdYk8kik84n7XOw==
446373

447-
"@babel/helper-validator-identifier@^7.16.7":
448-
version "7.16.7"
449-
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.16.7.tgz#e8c602438c4a8195751243da9031d1607d247cad"
450-
integrity sha512-hsEnFemeiW4D08A5gUAZxLBTXpZ39P+a+DGDsHw1yxqyQ/jzFEnxf5uTEGp+3bzAbNOxU1paTgYS4ECU/IgfDw==
451-
452374
"@babel/helper-validator-identifier@^7.18.6":
453375
version "7.18.6"
454376
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.18.6.tgz#9c97e30d31b2b8c72a1d08984f2ca9b574d7a076"
@@ -469,14 +391,14 @@
469391
"@babel/traverse" "^7.18.6"
470392
"@babel/types" "^7.18.6"
471393

472-
"@babel/helpers@^7.17.9":
473-
version "7.17.9"
474-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.17.9.tgz#b2af120821bfbe44f9907b1826e168e819375a1a"
475-
integrity sha512-cPCt915ShDWUEzEp3+UNRktO2n6v49l5RSnG9M5pS24hA+2FAc5si+Pn1i4VVbQQ+jh+bIZhPFQOJOzbrOYY1Q==
394+
"@babel/helpers@^7.18.6":
395+
version "7.18.6"
396+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.18.6.tgz#4c966140eaa1fcaa3d5a8c09d7db61077d4debfd"
397+
integrity sha512-vzSiiqbQOghPngUYt/zWGvK3LAsPhz55vc9XNN0xAl2gV4ieShI2OQli5duxWHD+72PZPTKAcfcZDE1Cwc5zsQ==
476398
dependencies:
477-
"@babel/template" "^7.16.7"
478-
"@babel/traverse" "^7.17.9"
479-
"@babel/types" "^7.17.0"
399+
"@babel/template" "^7.18.6"
400+
"@babel/traverse" "^7.18.6"
401+
"@babel/types" "^7.18.6"
480402

481403
"@babel/highlight@^7.10.4":
482404
version "7.10.4"
@@ -487,15 +409,6 @@
487409
chalk "^2.0.0"
488410
js-tokens "^4.0.0"
489411

490-
"@babel/highlight@^7.16.7":
491-
version "7.16.10"
492-
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.16.10.tgz#744f2eb81579d6eea753c227b0f570ad785aba88"
493-
integrity sha512-5FnTQLSLswEj6IkgVw5KusNUUFY9ZGqe/TRFnP/BKYHYgfh7tc+C7mwiy95/yNP7Dh9x580Vv8r7u7ZfTBFxdw==
494-
dependencies:
495-
"@babel/helper-validator-identifier" "^7.16.7"
496-
chalk "^2.0.0"
497-
js-tokens "^4.0.0"
498-
499412
"@babel/highlight@^7.18.6":
500413
version "7.18.6"
501414
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.18.6.tgz#81158601e93e2563795adcbfbdf5d64be3f2ecdf"
@@ -505,12 +418,7 @@
505418
chalk "^2.0.0"
506419
js-tokens "^4.0.0"
507420

508-
"@babel/parser@^7.1.0", "@babel/parser@^7.16.7", "@babel/parser@^7.17.12", "@babel/parser@^7.7.0", "@babel/parser@^7.7.2":
509-
version "7.17.12"
510-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.17.12.tgz#36c2ed06944e3691ba82735fc4cf62d12d491a23"
511-
integrity sha512-FLzHmN9V3AJIrWfOpvRlZCeVg/WLdicSnTMsLur6uDj9TT8ymUlG9XxURdW/XvuygK+2CW0poOJABdA4m/YKxA==
512-
513-
"@babel/parser@^7.18.6":
421+
"@babel/parser@^7.1.0", "@babel/parser@^7.18.6", "@babel/parser@^7.7.0", "@babel/parser@^7.7.2":
514422
version "7.18.6"
515423
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.18.6.tgz#845338edecad65ebffef058d3be851f1d28a63bc"
516424
integrity sha512-uQVSa9jJUe/G/304lXspfWVpKpK4euFLgGiMQFOCpM/bgcAdeoHwi/OQz23O9GK2osz26ZiXRRV9aV+Yl1O8tw==
@@ -1145,16 +1053,7 @@
11451053
dependencies:
11461054
regenerator-runtime "^0.13.4"
11471055

1148-
"@babel/template@^7.16.7", "@babel/template@^7.3.3":
1149-
version "7.16.7"
1150-
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.16.7.tgz#8d126c8701fde4d66b264b3eba3d96f07666d155"
1151-
integrity sha512-I8j/x8kHUrbYRTUxXrrMbfCa7jxkE7tZre39x3kjr9hvI82cK1FfqLygotcWN5kdPGWcLdWMHpSBavse5tWw3w==
1152-
dependencies:
1153-
"@babel/code-frame" "^7.16.7"
1154-
"@babel/parser" "^7.16.7"
1155-
"@babel/types" "^7.16.7"
1156-
1157-
"@babel/template@^7.18.6":
1056+
"@babel/template@^7.18.6", "@babel/template@^7.3.3":
11581057
version "7.18.6"
11591058
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.18.6.tgz#1283f4993e00b929d6e2d3c72fdc9168a2977a31"
11601059
integrity sha512-JoDWzPe+wgBsTTgdnIma3iHNFC7YVJoPssVBDjiHfNlyt4YcunDtcDOUmfVDfCK5MfdsaIoX9PkijPhjH3nYUw==
@@ -1163,23 +1062,7 @@
11631062
"@babel/parser" "^7.18.6"
11641063
"@babel/types" "^7.18.6"
11651064

1166-
"@babel/traverse@^7.1.0", "@babel/traverse@^7.13.0", "@babel/traverse@^7.17.12", "@babel/traverse@^7.17.9", "@babel/traverse@^7.7.0", "@babel/traverse@^7.7.2":
1167-
version "7.17.12"
1168-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.17.12.tgz#011874d2abbca0ccf1adbe38f6f7a4ff1747599c"
1169-
integrity sha512-zULPs+TbCvOkIFd4FrG53xrpxvCBwLIgo6tO0tJorY7YV2IWFxUfS/lXDJbGgfyYt9ery/Gxj2niwttNnB0gIw==
1170-
dependencies:
1171-
"@babel/code-frame" "^7.16.7"
1172-
"@babel/generator" "^7.17.12"
1173-
"@babel/helper-environment-visitor" "^7.16.7"
1174-
"@babel/helper-function-name" "^7.17.9"
1175-
"@babel/helper-hoist-variables" "^7.16.7"
1176-
"@babel/helper-split-export-declaration" "^7.16.7"
1177-
"@babel/parser" "^7.17.12"
1178-
"@babel/types" "^7.17.12"
1179-
debug "^4.1.0"
1180-
globals "^11.1.0"
1181-
1182-
"@babel/traverse@^7.18.6":
1065+
"@babel/traverse@^7.1.0", "@babel/traverse@^7.13.0", "@babel/traverse@^7.18.6", "@babel/traverse@^7.7.0", "@babel/traverse@^7.7.2":
11831066
version "7.18.6"
11841067
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.18.6.tgz#a228562d2f46e89258efa4ddd0416942e2fd671d"
11851068
integrity sha512-zS/OKyqmD7lslOtFqbscH6gMLFYOfG1YPqCKfAW5KrTeolKqvB8UelR49Fpr6y93kYkW2Ik00mT1LOGiAGvizw==
@@ -1195,7 +1078,7 @@
11951078
debug "^4.1.0"
11961079
globals "^11.1.0"
11971080

1198-
"@babel/types@^7.0.0", "@babel/types@^7.12.13", "@babel/types@^7.12.5", "@babel/types@^7.16.7", "@babel/types@^7.17.0", "@babel/types@^7.17.12", "@babel/types@^7.18.6", "@babel/types@^7.18.7", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4", "@babel/types@^7.7.0":
1081+
"@babel/types@^7.0.0", "@babel/types@^7.12.13", "@babel/types@^7.12.5", "@babel/types@^7.18.6", "@babel/types@^7.18.7", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4", "@babel/types@^7.7.0":
11991082
version "7.18.7"
12001083
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.18.7.tgz#a4a2c910c15040ea52cdd1ddb1614a65c8041726"
12011084
integrity sha512-QG3yxTcTIBoAcQmkCs+wAPYZhu7Dk9rXKacINfNbdJDNERTbLQbHGyVG8q/YGMPeCJRIhSY0+fTc5+xuh6WPSQ==
@@ -1474,15 +1357,6 @@
14741357
"@types/yargs" "^16.0.0"
14751358
chalk "^4.0.0"
14761359

1477-
"@jridgewell/gen-mapping@^0.3.0":
1478-
version "0.3.1"
1479-
resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.1.tgz#cf92a983c83466b8c0ce9124fadeaf09f7c66ea9"
1480-
integrity sha512-GcHwniMlA2z+WFPWuY8lp3fsza0I8xPFMWL5+n8LYyP6PSvPrXf4+n8stDHZY2DM0zy9sVkRDy1jDI4XGzYVqg==
1481-
dependencies:
1482-
"@jridgewell/set-array" "^1.0.0"
1483-
"@jridgewell/sourcemap-codec" "^1.4.10"
1484-
"@jridgewell/trace-mapping" "^0.3.9"
1485-
14861360
"@jridgewell/gen-mapping@^0.3.2":
14871361
version "0.3.2"
14881362
resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.2.tgz#c1aedc61e853f2bb9f5dfe6d4442d3b565b253b9"
@@ -1497,11 +1371,6 @@
14971371
resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.0.5.tgz#68eb521368db76d040a6315cdb24bf2483037b9c"
14981372
integrity sha512-VPeQ7+wH0itvQxnG+lIzWgkysKIr3L9sslimFW55rHMdGu/qCQ5z5h9zq4gI8uBtqkpHhsF4Z/OwExufUCThew==
14991373

1500-
"@jridgewell/set-array@^1.0.0":
1501-
version "1.1.1"
1502-
resolved "https://registry.yarnpkg.com/@jridgewell/set-array/-/set-array-1.1.1.tgz#36a6acc93987adcf0ba50c66908bd0b70de8afea"
1503-
integrity sha512-Ct5MqZkLGEXTVmQYbGtx9SVqD2fqwvdubdps5D3djjAkgkKwT918VNOz65pEHFaYTeWcukmJmH5SwsA9Tn2ObQ==
1504-
15051374
"@jridgewell/set-array@^1.0.1":
15061375
version "1.1.2"
15071376
resolved "https://registry.yarnpkg.com/@jridgewell/set-array/-/set-array-1.1.2.tgz#7c6cf998d6d20b914c0a55a91ae928ff25965e72"

0 commit comments

Comments
 (0)