Skip to content

Commit bd7bed5

Browse files
Merge #804
804: Bump @babel/core from 7.18.6 to 7.18.9 r=bidoubiwa a=dependabot[bot] Bumps [`@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core)` from 7.18.6 to 7.18.9. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/babel/babel/releases"><code>`@​babel/core</code>'s` releases</a>.</em></p> <blockquote> <h2>v7.18.9 (2022-07-18)</h2> <h4>:bug: Bug Fix</h4> <ul> <li><code>babel-plugin-transform-modules-systemjs</code>, <code>babel-types</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14763">#14763</a> fix: allow exporting <code>TSDeclareFunction</code> as default (<a href="https://github.com/zxbodya"><code>`@​zxbodya</code></a>)</li>` </ul> </li> <li><code>babel-generator</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14758">#14758</a> fix: <code>returnType</code> with comments generates incorrect code (<a href="https://github.com/liuxingbaoyu"><code>`@​liuxingbaoyu</code></a>)</li>` </ul> </li> </ul> <h4>:nail_care: Polish</h4> <ul> <li><code>babel-cli</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14748">#14748</a> Print a message when the watcher of <code>babel-cli</code> is ready. (<a href="https://github.com/liuxingbaoyu"><code>`@​liuxingbaoyu</code></a>)</li>` </ul> </li> </ul> <h4>:house: Internal</h4> <ul> <li><code>babel-core</code>, <code>babel-helper-remap-async-to-generator</code>, <code>babel-helpers</code>, <code>babel-parser</code>, <code>babel-plugin-transform-block-scoping</code>, <code>babel-preset-env</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13414">#13414</a> Prepare for compiling Babel to native ESM (<a href="https://github.com/nicolo-ribaudo"><code>`@​nicolo-ribaudo</code></a>)</li>` </ul> </li> <li><code>babel-helper-create-class-features-plugin</code>, <code>babel-helper-member-expression-to-functions</code>, <code>babel-helper-remap-async-to-generator</code>, <code>babel-helper-replace-supers</code>, <code>babel-helper-wrap-function</code>, <code>babel-helpers</code>, <code>babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining</code>, <code>babel-plugin-proposal-decorators</code>, <code>babel-plugin-proposal-object-rest-spread</code>, <code>babel-plugin-proposal-optional-chaining</code>, <code>babel-plugin-transform-block-scoping</code>, <code>babel-plugin-transform-classes</code>, <code>babel-traverse</code>, <code>babel-types</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14739">#14739</a> Provide better parentPath typings (<a href="https://github.com/JLHwung"><code>`@​JLHwung</code></a>)</li>` </ul> </li> </ul> <h4>:running_woman: Performance</h4> <ul> <li><code>babel-generator</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14701">#14701</a> perf: Improve generator perf (<a href="https://github.com/liuxingbaoyu"><code>`@​liuxingbaoyu</code></a>)</li>` </ul> </li> </ul> <h4>Committers: 5</h4> <ul> <li>Babel Bot (<a href="https://github.com/babel-bot"><code>`@​babel-bot</code></a>)</li>` <li>Bogdan Savluk (<a href="https://github.com/zxbodya"><code>`@​zxbodya</code></a>)</li>` <li>Huáng Jùnliàng (<a href="https://github.com/JLHwung"><code>`@​JLHwung</code></a>)</li>` <li>Nicolò Ribaudo (<a href="https://github.com/nicolo-ribaudo"><code>`@​nicolo-ribaudo</code></a>)</li>` <li><a href="https://github.com/liuxingbaoyu"><code>`@​liuxingbaoyu</code></a></li>` </ul> <h2>v7.18.8 (2022-07-08)</h2> <p>Thanks <a href="https://github.com/dbacarel"><code>`@​dbacarel</code></a>` for your first PR!</p> <h4>:eyeglasses: Spec Compliance</h4> <ul> <li><code>babel-parser</code>, <code>babel-types</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14730">#14730</a> Misc fixes to <code>`@babel/types</code>` AST definitions (<a href="https://github.com/JLHwung"><code>`@​JLHwung</code></a>)</li>` </ul> </li> </ul> <h4>:bug: Bug Fix</h4> <ul> <li><code>babel-plugin-transform-parameters</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14736">#14736</a> Inject IIFE when variables shadow binding in rest param (<a href="https://github.com/nicolo-ribaudo"><code>`@​nicolo-ribaudo</code></a>)</li>` </ul> </li> <li><code>babel-plugin-transform-classes</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14709">#14709</a> Fix compilation of nested <code>super(...)</code> calls (<a href="https://github.com/dbacarel"><code>`@​dbacarel</code></a>)</li>` </ul> </li> <li><code>babel-plugin-transform-for-of</code>, <code>babel-plugin-transform-spread</code>, <code>babel-traverse</code>, <code>babel-types</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14393">#14393</a> Support some TSTypes in the inferrer (<a href="https://github.com/JLHwung"><code>`@​JLHwung</code></a>)</li>` </ul> </li> <li><code>babel-helper-module-transforms</code>, <code>babel-plugin-transform-modules-commonjs</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14708">#14708</a> Unshadow <code>cjs</code> exports when transforming mutations (<a href="https://github.com/nicolo-ribaudo"><code>`@​nicolo-ribaudo</code></a>)</li>` </ul> </li> </ul> <h4>:memo: Documentation</h4> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14486">#14486</a> Fix test debugging instructions for contributors (<a href="https://github.com/conartist6"><code>`@​conartist6</code></a>)</li>` </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/babel/babel/blob/main/CHANGELOG.md"><code>`@​babel/core</code>'s` changelog</a>.</em></p> <blockquote> <h2>v7.18.9 (2022-07-18)</h2> <h4>:bug: Bug Fix</h4> <ul> <li><code>babel-plugin-transform-modules-systemjs</code>, <code>babel-types</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14763">#14763</a> fix: allow exporting <code>TSDeclareFunction</code> as default (<a href="https://github.com/zxbodya"><code>`@​zxbodya</code></a>)</li>` </ul> </li> <li><code>babel-generator</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14758">#14758</a> fix: <code>returnType</code> with comments generates incorrect code (<a href="https://github.com/liuxingbaoyu"><code>`@​liuxingbaoyu</code></a>)</li>` </ul> </li> </ul> <h4>:nail_care: Polish</h4> <ul> <li><code>babel-cli</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14748">#14748</a> Print a message when the watcher of <code>babel-cli</code> is ready. (<a href="https://github.com/liuxingbaoyu"><code>`@​liuxingbaoyu</code></a>)</li>` </ul> </li> </ul> <h4>:house: Internal</h4> <ul> <li><code>babel-core</code>, <code>babel-helper-remap-async-to-generator</code>, <code>babel-helpers</code>, <code>babel-parser</code>, <code>babel-plugin-transform-block-scoping</code>, <code>babel-preset-env</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13414">#13414</a> Prepare for compiling Babel to native ESM (<a href="https://github.com/nicolo-ribaudo"><code>`@​nicolo-ribaudo</code></a>)</li>` </ul> </li> <li><code>babel-helper-create-class-features-plugin</code>, <code>babel-helper-member-expression-to-functions</code>, <code>babel-helper-remap-async-to-generator</code>, <code>babel-helper-replace-supers</code>, <code>babel-helper-wrap-function</code>, <code>babel-helpers</code>, <code>babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining</code>, <code>babel-plugin-proposal-decorators</code>, <code>babel-plugin-proposal-object-rest-spread</code>, <code>babel-plugin-proposal-optional-chaining</code>, <code>babel-plugin-transform-block-scoping</code>, <code>babel-plugin-transform-classes</code>, <code>babel-traverse</code>, <code>babel-types</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14739">#14739</a> Provide better parentPath typings (<a href="https://github.com/JLHwung"><code>`@​JLHwung</code></a>)</li>` </ul> </li> </ul> <h4>:running_woman: Performance</h4> <ul> <li><code>babel-generator</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14701">#14701</a> perf: Improve generator perf (<a href="https://github.com/liuxingbaoyu"><code>`@​liuxingbaoyu</code></a>)</li>` </ul> </li> </ul> <h2>v7.18.8 (2022-07-08)</h2> <h4>:eyeglasses: Spec Compliance</h4> <ul> <li><code>babel-parser</code>, <code>babel-types</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14730">#14730</a> Misc fixes to <code>`@babel/types</code>` AST definitions (<a href="https://github.com/JLHwung"><code>`@​JLHwung</code></a>)</li>` </ul> </li> </ul> <h4>:bug: Bug Fix</h4> <ul> <li><code>babel-plugin-transform-parameters</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14736">#14736</a> Inject IIFE when variables shadow binding in rest param (<a href="https://github.com/nicolo-ribaudo"><code>`@​nicolo-ribaudo</code></a>)</li>` </ul> </li> <li><code>babel-plugin-transform-classes</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14709">#14709</a> Fix compilation of nested <code>super(...)</code> calls (<a href="https://github.com/dbacarel"><code>`@​dbacarel</code></a>)</li>` </ul> </li> <li><code>babel-plugin-transform-for-of</code>, <code>babel-plugin-transform-spread</code>, <code>babel-traverse</code>, <code>babel-types</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14393">#14393</a> Support some TSTypes in the inferrer (<a href="https://github.com/JLHwung"><code>`@​JLHwung</code></a>)</li>` </ul> </li> <li><code>babel-helper-module-transforms</code>, <code>babel-plugin-transform-modules-commonjs</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14708">#14708</a> Unshadow <code>cjs</code> exports when transforming mutations (<a href="https://github.com/nicolo-ribaudo"><code>`@​nicolo-ribaudo</code></a>)</li>` </ul> </li> </ul> <h4>:memo: Documentation</h4> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14486">#14486</a> Fix test debugging instructions for contributors (<a href="https://github.com/conartist6"><code>`@​conartist6</code></a>)</li>` </ul> <h4>:house: Internal</h4> <ul> <li><code>babel-types</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14737">#14737</a> fix: deep clone shared AST field definitions (<a href="https://github.com/JLHwung"><code>`@​JLHwung</code></a>)</li>` </ul> </li> <li>Other <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14720">#14720</a> fix: support compiling monorepo on single-core CPU machines (<a href="https://github.com/JLHwung"><code>`@​JLHwung</code></a>)</li>` </ul> </li> <li><code>babel-helper-fixtures</code>, <code>babel-parser</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12619">#12619</a> Add json schema of fixture runner options (<a href="https://github.com/JLHwung"><code>`@​JLHwung</code></a>)</li>` </ul> </li> </ul> <h4>:microscope: Output optimization</h4> <ul> <li><code>babel-plugin-transform-typescript</code></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/babel/babel/commit/f1ac2906b1066e47503e4d82d0602acd4be94e60"><code>f1ac290</code></a> v7.18.9</li> <li><a href="https://github.com/babel/babel/commit/a34a5ae50822be546912db41387c8df5cf9f9901"><code>a34a5ae</code></a> Use <code>gensync</code> types from DefinitelyTyped (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/14710">#14710</a>)</li> <li><a href="https://github.com/babel/babel/commit/2b163d8082766af0318aeb682d97526034742458"><code>2b163d8</code></a> Prepare for compiling Babel to native ESM (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/13414">#13414</a>)</li> <li><a href="https://github.com/babel/babel/commit/703ee007378c9de464fbef58a7175f7c15e1f051"><code>703ee00</code></a> Use <code>`@ts-expect-error</code>` instead of <code>`@ts-ignore</code>` (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/14743">#14743</a>)</li> <li>See full diff in <a href="https://github.com/babel/babel/commits/v7.18.9/packages/babel-core">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=`@babel/core&package-manager=npm_and_yarn&previous-version=7.18.6&new-version=7.18.9)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)` You can trigger a rebase of this PR by commenting ``@dependabot` rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - ``@dependabot` rebase` will rebase this PR - ``@dependabot` recreate` will recreate this PR, overwriting any edits that have been made to it - ``@dependabot` merge` will merge this PR after your CI passes on it - ``@dependabot` squash and merge` will squash and merge this PR after your CI passes on it - ``@dependabot` cancel merge` will cancel a previously requested merge and block automerging - ``@dependabot` reopen` will reopen this PR if it is closed - ``@dependabot` close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - ``@dependabot` ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - ``@dependabot` ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - ``@dependabot` ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 parents f25a5b1 + 66be765 commit bd7bed5

File tree

2 files changed

+70
-52
lines changed

2 files changed

+70
-52
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.9",
64-
"@babel/core": "^7.18.6",
64+
"@babel/core": "^7.18.9",
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: 69 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -153,33 +153,38 @@
153153
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.18.6.tgz#8b37d24e88e8e21c499d4328db80577d8882fa53"
154154
integrity sha512-tzulrgDT0QD6U7BJ4TKVk2SDDg7wlP39P9yAx1RfLy7vP/7rsDRlWVfbWxElslu56+r7QOhB2NSDsabYYruoZQ==
155155

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==
156+
"@babel/compat-data@^7.18.8":
157+
version "7.18.8"
158+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.18.8.tgz#2483f565faca607b8535590e84e7de323f27764d"
159+
integrity sha512-HSmX4WZPPK3FUxYp7g2T6EyO8j96HlZJlxmKPSh6KAcqwyDrfx7hKjXpAW/0FhFfTJsR0Yt4lAjLI2coMptIHQ==
160+
161+
"@babel/core@^7.1.0", "@babel/core@^7.18.9", "@babel/core@^7.7.2", "@babel/core@^7.7.5":
162+
version "7.18.9"
163+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.18.9.tgz#805461f967c77ff46c74ca0460ccf4fe933ddd59"
164+
integrity sha512-1LIb1eL8APMy91/IMW+31ckrfBM4yCoLaVzoDhZUKSM4cu1L1nIidyxkCgzPAgrC5WEz36IPEr/eSeSF9pIn+g==
160165
dependencies:
161166
"@ampproject/remapping" "^2.1.0"
162167
"@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/generator" "^7.18.9"
169+
"@babel/helper-compilation-targets" "^7.18.9"
170+
"@babel/helper-module-transforms" "^7.18.9"
171+
"@babel/helpers" "^7.18.9"
172+
"@babel/parser" "^7.18.9"
168173
"@babel/template" "^7.18.6"
169-
"@babel/traverse" "^7.18.6"
170-
"@babel/types" "^7.18.6"
174+
"@babel/traverse" "^7.18.9"
175+
"@babel/types" "^7.18.9"
171176
convert-source-map "^1.7.0"
172177
debug "^4.1.0"
173178
gensync "^1.0.0-beta.2"
174179
json5 "^2.2.1"
175180
semver "^6.3.0"
176181

177-
"@babel/generator@^7.18.6", "@babel/generator@^7.7.2":
178-
version "7.18.7"
179-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.18.7.tgz#2aa78da3c05aadfc82dbac16c99552fc802284bd"
180-
integrity sha512-shck+7VLlY72a2w9c3zYWuE1pwOKEiQHV7GTUbSnhyl5eu3i04t30tBY82ZRWrDfo3gkakCFtevExnxbkf2a3A==
182+
"@babel/generator@^7.18.9", "@babel/generator@^7.7.2":
183+
version "7.18.9"
184+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.18.9.tgz#68337e9ea8044d6ddc690fb29acae39359cca0a5"
185+
integrity sha512-wt5Naw6lJrL1/SGkipMiFxJjtyczUWTP38deiP1PO60HsBjDeKk08CGC3S8iVuvf0FmTdgKwU1KIXzSKL1G0Ug==
181186
dependencies:
182-
"@babel/types" "^7.18.7"
187+
"@babel/types" "^7.18.9"
183188
"@jridgewell/gen-mapping" "^0.3.2"
184189
jsesc "^2.5.1"
185190

@@ -198,12 +203,12 @@
198203
"@babel/helper-explode-assignable-expression" "^7.18.6"
199204
"@babel/types" "^7.18.6"
200205

201-
"@babel/helper-compilation-targets@^7.13.0", "@babel/helper-compilation-targets@^7.18.6":
202-
version "7.18.6"
203-
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.18.6.tgz#18d35bfb9f83b1293c22c55b3d576c1315b6ed96"
204-
integrity sha512-vFjbfhNCzqdeAtZflUFrG5YIFqGTqsctrtkZ1D/NB0mDW9TwW3GmmUepYY4G9wCET5rY5ugz4OGTcLd614IzQg==
206+
"@babel/helper-compilation-targets@^7.13.0", "@babel/helper-compilation-targets@^7.18.6", "@babel/helper-compilation-targets@^7.18.9":
207+
version "7.18.9"
208+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.18.9.tgz#69e64f57b524cde3e5ff6cc5a9f4a387ee5563bf"
209+
integrity sha512-tzLCyVmqUiFlcFoAPLA/gL9TeYrF61VLNtb+hvkuVaB5SUjW7jcfrglBIX1vUIoT7CLP3bBlIMeyEsIl2eFQNg==
205210
dependencies:
206-
"@babel/compat-data" "^7.18.6"
211+
"@babel/compat-data" "^7.18.8"
207212
"@babel/helper-validator-option" "^7.18.6"
208213
browserslist "^4.20.2"
209214
semver "^6.3.0"
@@ -248,6 +253,11 @@
248253
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.6.tgz#b7eee2b5b9d70602e59d1a6cad7dd24de7ca6cd7"
249254
integrity sha512-8n6gSfn2baOY+qlp+VSzsosjCVGFqWKmDF0cCWOybh52Dw3SEyoWR1KrhMJASjLwIEkkAufZ0xvr+SxLHSpy2Q==
250255

256+
"@babel/helper-environment-visitor@^7.18.9":
257+
version "7.18.9"
258+
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.9.tgz#0c0cee9b35d2ca190478756865bb3528422f51be"
259+
integrity sha512-3r/aACDJ3fhQ/EVgFy0hpj8oHyHpQc+LPtJoY9SzTThAsStm4Ptegq92vqKoE3vD706ZVFWITnMnxucw+S9Ipg==
260+
251261
"@babel/helper-explode-assignable-expression@^7.18.6":
252262
version "7.18.6"
253263
resolved "https://registry.yarnpkg.com/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.18.6.tgz#41f8228ef0a6f1a036b8dfdfec7ce94f9a6bc096"
@@ -263,6 +273,14 @@
263273
"@babel/template" "^7.18.6"
264274
"@babel/types" "^7.18.6"
265275

276+
"@babel/helper-function-name@^7.18.9":
277+
version "7.18.9"
278+
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.18.9.tgz#940e6084a55dee867d33b4e487da2676365e86b0"
279+
integrity sha512-fJgWlZt7nxGksJS9a0XdSaI4XvpExnNIgRP+rVefWh5U7BL8pPuir6SJUmFKRfjWQ51OtWSzwOxhaH/EBWWc0A==
280+
dependencies:
281+
"@babel/template" "^7.18.6"
282+
"@babel/types" "^7.18.9"
283+
266284
"@babel/helper-hoist-variables@^7.18.6":
267285
version "7.18.6"
268286
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.18.6.tgz#d4d2c8fb4baeaa5c68b99cc8245c56554f926678"
@@ -298,19 +316,19 @@
298316
dependencies:
299317
"@babel/types" "^7.18.6"
300318

301-
"@babel/helper-module-transforms@^7.18.6":
302-
version "7.18.6"
303-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.18.6.tgz#57e3ca669e273d55c3cda55e6ebf552f37f483c8"
304-
integrity sha512-L//phhB4al5uucwzlimruukHB3jRd5JGClwRMD/ROrVjXfLqovYnvQrK/JK36WYyVwGGO7OD3kMyVTjx+WVPhw==
319+
"@babel/helper-module-transforms@^7.18.6", "@babel/helper-module-transforms@^7.18.9":
320+
version "7.18.9"
321+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.18.9.tgz#5a1079c005135ed627442df31a42887e80fcb712"
322+
integrity sha512-KYNqY0ICwfv19b31XzvmI/mfcylOzbLtowkw+mfvGPAQ3kfCnMLYbED3YecL5tPd8nAYFQFAd6JHp2LxZk/J1g==
305323
dependencies:
306-
"@babel/helper-environment-visitor" "^7.18.6"
324+
"@babel/helper-environment-visitor" "^7.18.9"
307325
"@babel/helper-module-imports" "^7.18.6"
308326
"@babel/helper-simple-access" "^7.18.6"
309327
"@babel/helper-split-export-declaration" "^7.18.6"
310328
"@babel/helper-validator-identifier" "^7.18.6"
311329
"@babel/template" "^7.18.6"
312-
"@babel/traverse" "^7.18.6"
313-
"@babel/types" "^7.18.6"
330+
"@babel/traverse" "^7.18.9"
331+
"@babel/types" "^7.18.9"
314332

315333
"@babel/helper-optimise-call-expression@^7.18.6":
316334
version "7.18.6"
@@ -391,14 +409,14 @@
391409
"@babel/traverse" "^7.18.6"
392410
"@babel/types" "^7.18.6"
393411

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==
412+
"@babel/helpers@^7.18.9":
413+
version "7.18.9"
414+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.18.9.tgz#4bef3b893f253a1eced04516824ede94dcfe7ff9"
415+
integrity sha512-Jf5a+rbrLoR4eNdUmnFu8cN5eNJT6qdTdOg5IHIzq87WwyRw9PwguLFOWYgktN/60IP4fgDUawJvs7PjQIzELQ==
398416
dependencies:
399417
"@babel/template" "^7.18.6"
400-
"@babel/traverse" "^7.18.6"
401-
"@babel/types" "^7.18.6"
418+
"@babel/traverse" "^7.18.9"
419+
"@babel/types" "^7.18.9"
402420

403421
"@babel/highlight@^7.10.4":
404422
version "7.10.4"
@@ -418,10 +436,10 @@
418436
chalk "^2.0.0"
419437
js-tokens "^4.0.0"
420438

421-
"@babel/parser@^7.1.0", "@babel/parser@^7.18.6", "@babel/parser@^7.7.0", "@babel/parser@^7.7.2":
422-
version "7.18.6"
423-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.18.6.tgz#845338edecad65ebffef058d3be851f1d28a63bc"
424-
integrity sha512-uQVSa9jJUe/G/304lXspfWVpKpK4euFLgGiMQFOCpM/bgcAdeoHwi/OQz23O9GK2osz26ZiXRRV9aV+Yl1O8tw==
439+
"@babel/parser@^7.1.0", "@babel/parser@^7.18.6", "@babel/parser@^7.18.9", "@babel/parser@^7.7.0", "@babel/parser@^7.7.2":
440+
version "7.18.9"
441+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.18.9.tgz#f2dde0c682ccc264a9a8595efd030a5cc8fd2539"
442+
integrity sha512-9uJveS9eY9DJ0t64YbIBZICtJy8a5QrDEVdiLCG97fVLpDTpGX7t8mMSb6OWw6Lrnjqj4O8zwjELX3dhoMgiBg==
425443

426444
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.18.6":
427445
version "7.18.6"
@@ -1062,26 +1080,26 @@
10621080
"@babel/parser" "^7.18.6"
10631081
"@babel/types" "^7.18.6"
10641082

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":
1066-
version "7.18.6"
1067-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.18.6.tgz#a228562d2f46e89258efa4ddd0416942e2fd671d"
1068-
integrity sha512-zS/OKyqmD7lslOtFqbscH6gMLFYOfG1YPqCKfAW5KrTeolKqvB8UelR49Fpr6y93kYkW2Ik00mT1LOGiAGvizw==
1083+
"@babel/traverse@^7.1.0", "@babel/traverse@^7.13.0", "@babel/traverse@^7.18.6", "@babel/traverse@^7.18.9", "@babel/traverse@^7.7.0", "@babel/traverse@^7.7.2":
1084+
version "7.18.9"
1085+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.18.9.tgz#deeff3e8f1bad9786874cb2feda7a2d77a904f98"
1086+
integrity sha512-LcPAnujXGwBgv3/WHv01pHtb2tihcyW1XuL9wd7jqh1Z8AQkTd+QVjMrMijrln0T7ED3UXLIy36P9Ao7W75rYg==
10691087
dependencies:
10701088
"@babel/code-frame" "^7.18.6"
1071-
"@babel/generator" "^7.18.6"
1072-
"@babel/helper-environment-visitor" "^7.18.6"
1073-
"@babel/helper-function-name" "^7.18.6"
1089+
"@babel/generator" "^7.18.9"
1090+
"@babel/helper-environment-visitor" "^7.18.9"
1091+
"@babel/helper-function-name" "^7.18.9"
10741092
"@babel/helper-hoist-variables" "^7.18.6"
10751093
"@babel/helper-split-export-declaration" "^7.18.6"
1076-
"@babel/parser" "^7.18.6"
1077-
"@babel/types" "^7.18.6"
1094+
"@babel/parser" "^7.18.9"
1095+
"@babel/types" "^7.18.9"
10781096
debug "^4.1.0"
10791097
globals "^11.1.0"
10801098

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":
1082-
version "7.18.7"
1083-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.18.7.tgz#a4a2c910c15040ea52cdd1ddb1614a65c8041726"
1084-
integrity sha512-QG3yxTcTIBoAcQmkCs+wAPYZhu7Dk9rXKacINfNbdJDNERTbLQbHGyVG8q/YGMPeCJRIhSY0+fTc5+xuh6WPSQ==
1099+
"@babel/types@^7.0.0", "@babel/types@^7.12.13", "@babel/types@^7.12.5", "@babel/types@^7.18.6", "@babel/types@^7.18.9", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4", "@babel/types@^7.7.0":
1100+
version "7.18.9"
1101+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.18.9.tgz#7148d64ba133d8d73a41b3172ac4b83a1452205f"
1102+
integrity sha512-WwMLAg2MvJmt/rKEVQBBhIVffMmnilX4oe0sRe7iPOHIGsqpruFHHdrfj4O1CMMtgMtCU4oPafZjDPCRgO57Wg==
10851103
dependencies:
10861104
"@babel/helper-validator-identifier" "^7.18.6"
10871105
to-fast-properties "^2.0.0"

0 commit comments

Comments
 (0)