Skip to content

Commit 6e350ce

Browse files
dependabot[bot]GitHub Changelog Botdrebrez
authored
Bump @babel/traverse from 7.21.5 to 7.23.7 (#20)
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.21.5 to 7.23.7. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/babel/babel/releases"><code>@​babel/traverse</code>'s releases</a>.</em></p> <blockquote> <h2>v7.23.7 (2023-12-29)</h2> <h4>:bug: Bug Fix</h4> <ul> <li><code>babel-traverse</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/16191">#16191</a> fix: Crash when removing without <code>Program</code> (<a href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li> </ul> </li> <li><code>babel-helpers</code>, <code>babel-plugin-proposal-decorators</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/16180">#16180</a> fix: Class decorator <code>ctx.kind</code> is wrong (<a href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li> </ul> </li> <li><code>babel-plugin-proposal-decorators</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/16170">#16170</a> Fix decorator initProto usage in derived classes (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> </ul> </li> <li><code>babel-core</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/16167">#16167</a> Avoid unpreventable <code>unhandledRejection</code> events (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li> </ul> </li> </ul> <h4>:house: Internal</h4> <ul> <li><code>babel-helper-create-class-features-plugin</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/16186">#16186</a> chore: Update deps (<a href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li> </ul> </li> <li><code>babel-helper-create-class-features-plugin</code>, <code>babel-plugin-proposal-decorators</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/16177">#16177</a> Merge decorators into class features (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> </ul> </li> </ul> <h4>Committers: 4</h4> <ul> <li>Babel Bot (<a href="https://github.com/babel-bot"><code>@​babel-bot</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.23.6 (2023-12-11)</h2> <p>Thanks <a href="https://github.com/martinez-hugo"><code>@​martinez-hugo</code></a> and <a href="https://github.com/odinho"><code>@​odinho</code></a> for your first pull requests!</p> <h4>:eyeglasses: Spec Compliance</h4> <ul> <li><code>babel-generator</code>, <code>babel-parser</code>, <code>babel-types</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/16154">#16154</a> Remove <code>TSPropertySignature.initializer</code> (<a href="https://github.com/fisker"><code>@​fisker</code></a>)</li> </ul> </li> <li><code>babel-helpers</code>, <code>babel-plugin-proposal-decorators</code>, <code>babel-plugin-transform-class-properties</code>, <code>babel-plugin-transform-class-static-block</code>, <code>babel-plugin-transform-runtime</code>, <code>babel-preset-env</code>, <code>babel-runtime-corejs2</code>, <code>babel-runtime-corejs3</code>, <code>babel-runtime</code>, <code>babel-types</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/16139">#16139</a> Apply <code>toPropertyKey</code> on decorator context name (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> </ul> </li> </ul> <h4>:bug: Bug Fix</h4> <ul> <li><code>babel-generator</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/16166">#16166</a> fix: Correctly indenting when <code>retainLines</code> is enabled (<a href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li> </ul> </li> <li><code>babel-helpers</code>, <code>babel-plugin-proposal-explicit-resource-management</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/16150">#16150</a> <code>using</code>: Allow looking up <code>Symbol.dispose</code> on a function (<a href="https://github.com/odinho"><code>@​odinho</code></a>)</li> </ul> </li> <li><code>babel-plugin-proposal-decorators</code>, <code>babel-plugin-transform-class-properties</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/16161">#16161</a> Ensure the <code>[[@@toPrimitive]]</code> call of a decorated class member key is invoked once (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> <li><a href="https://redirect.github.com/babel/babel/pull/16148">#16148</a> Support named evaluation for decorated anonymous class exp (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> </ul> </li> <li><code>babel-plugin-transform-for-of</code>, <code>babel-preset-env</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/16011">#16011</a> fix: <code>for of</code> with <code>iterableIsArray</code> and shadowing variable (<a href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li> </ul> </li> <li><code>babel-helpers</code>, <code>babel-plugin-proposal-decorators</code>, <code>babel-runtime-corejs2</code>, <code>babel-runtime-corejs3</code>, <code>babel-runtime</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/16144">#16144</a> Set function name for decorated private non-field elements (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> </ul> </li> <li><code>babel-plugin-transform-typescript</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/16137">#16137</a> Fix references to enum values with merging (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li> </ul> </li> </ul> <h4>:microscope: Output optimization</h4> <!-- 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/traverse</code>'s changelog</a>.</em></p> <blockquote> <h2>v7.23.7 (2023-12-29)</h2> <h4>:bug: Bug Fix</h4> <ul> <li><code>babel-traverse</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/16191">#16191</a> fix: Crash when removing without <code>Program</code> (<a href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li> </ul> </li> <li><code>babel-helpers</code>, <code>babel-plugin-proposal-decorators</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/16180">#16180</a> fix: Class decorator <code>ctx.kind</code> is wrong (<a href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li> </ul> </li> <li><code>babel-plugin-proposal-decorators</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/16170">#16170</a> Fix decorator initProto usage in derived classes (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> </ul> </li> <li><code>babel-core</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/16167">#16167</a> Avoid unpreventable <code>unhandledRejection</code> events (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li> </ul> </li> </ul> <h4>:house: Internal</h4> <ul> <li><code>babel-helper-create-class-features-plugin</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/16186">#16186</a> chore: Update deps (<a href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li> </ul> </li> <li><code>babel-helper-create-class-features-plugin</code>, <code>babel-plugin-proposal-decorators</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/16177">#16177</a> Merge decorators into class features (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> </ul> </li> </ul> <h2>v7.23.6 (2023-12-11)</h2> <h4>:eyeglasses: Spec Compliance</h4> <ul> <li><code>babel-generator</code>, <code>babel-parser</code>, <code>babel-types</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/16154">#16154</a> Remove <code>TSPropertySignature.initializer</code> (<a href="https://github.com/fisker"><code>@​fisker</code></a>)</li> </ul> </li> <li><code>babel-helpers</code>, <code>babel-plugin-proposal-decorators</code>, <code>babel-plugin-transform-class-properties</code>, <code>babel-plugin-transform-class-static-block</code>, <code>babel-plugin-transform-runtime</code>, <code>babel-preset-env</code>, <code>babel-runtime-corejs2</code>, <code>babel-runtime-corejs3</code>, <code>babel-runtime</code>, <code>babel-types</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/16139">#16139</a> Apply <code>toPropertyKey</code> on decorator context name (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> </ul> </li> </ul> <h4>:bug: Bug Fix</h4> <ul> <li><code>babel-generator</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/16166">#16166</a> fix: Correctly indenting when <code>retainLines</code> is enabled (<a href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li> </ul> </li> <li><code>babel-helpers</code>, <code>babel-plugin-proposal-explicit-resource-management</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/16150">#16150</a> <code>using</code>: Allow looking up <code>Symbol.dispose</code> on a function (<a href="https://github.com/odinho"><code>@​odinho</code></a>)</li> </ul> </li> <li><code>babel-plugin-proposal-decorators</code>, <code>babel-plugin-transform-class-properties</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/16161">#16161</a> Ensure the <code>[[@@toPrimitive]]</code> call of a decorated class member key is invoked once (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> <li><a href="https://redirect.github.com/babel/babel/pull/16148">#16148</a> Support named evaluation for decorated anonymous class exp (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> </ul> </li> <li><code>babel-plugin-transform-for-of</code>, <code>babel-preset-env</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/16011">#16011</a> fix: <code>for of</code> with <code>iterableIsArray</code> and shadowing variable (<a href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li> </ul> </li> <li><code>babel-helpers</code>, <code>babel-plugin-proposal-decorators</code>, <code>babel-runtime-corejs2</code>, <code>babel-runtime-corejs3</code>, <code>babel-runtime</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/16144">#16144</a> Set function name for decorated private non-field elements (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> </ul> </li> <li><code>babel-plugin-transform-typescript</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/16137">#16137</a> Fix references to enum values with merging (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li> </ul> </li> </ul> <h4>:microscope: Output optimization</h4> <ul> <li><code>babel-helper-create-class-features-plugin</code>, <code>babel-plugin-transform-class-properties</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/16159">#16159</a> Reuse computed key memoiser (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> </ul> </li> <li><code>babel-helpers</code>, <code>babel-plugin-proposal-decorators</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/16160">#16160</a> Optimize decorator helper size (<a href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li> </ul> </li> </ul> <h2>v7.23.5 (2023-11-29)</h2> <h4>:eyeglasses: Spec Compliance</h4> <ul> <li><code>babel-plugin-proposal-decorators</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/16138">#16138</a> Class binding is in TDZ during decorators initialization (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li> </ul> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/babel/babel/commit/e428a6d5f9bdfd909289f17eea7c17f813b6c1ea"><code>e428a6d</code></a> v7.23.7</li> <li><a href="https://github.com/babel/babel/commit/d2928229f6a09e6213475bf8a183d8d9115227af"><code>d292822</code></a> fix: Crash when removing without <code>Program</code> (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-traverse/issues/16191">#16191</a>)</li> <li><a href="https://github.com/babel/babel/commit/d02c1f76ac441381b1ba3b5cad93bdd030b8fd63"><code>d02c1f7</code></a> v7.23.6</li> <li><a href="https://github.com/babel/babel/commit/cce807f1eb638ee3030112dc190cbee032760888"><code>cce807f</code></a> Bump debug to ^4.3.1 (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-traverse/issues/16164">#16164</a>)</li> <li><a href="https://github.com/babel/babel/commit/8479012ee722ffe316308c1789837e3836580de7"><code>8479012</code></a> v7.23.5</li> <li><a href="https://github.com/babel/babel/commit/da7dc40fdab77e9c8e190e6ec1d80d4f5eedcfd5"><code>da7dc40</code></a> Do not remove bindings when removing assignment expression path (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-traverse/issues/16131">#16131</a>)</li> <li><a href="https://github.com/babel/babel/commit/fadc081db163130903539e81c2384233882b0436"><code>fadc081</code></a> fix: Unexpected duplication of comments (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-traverse/issues/16110">#16110</a>)</li> <li><a href="https://github.com/babel/babel/commit/13a5c83807ab755a1cfb3059a7370110b4c8370e"><code>13a5c83</code></a> v7.23.4</li> <li><a href="https://github.com/babel/babel/commit/5e1c5f047cbcb3a47de5a09487818661bcce3743"><code>5e1c5f0</code></a> Use prettier 3.1 (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-traverse/issues/16098">#16098</a>)</li> <li><a href="https://github.com/babel/babel/commit/1bce5c9d51abda279f374b54cef79939c3cc608d"><code>1bce5c9</code></a> v7.23.3</li> <li>Additional commits viewable in <a href="https://github.com/babel/babel/commits/v7.23.7/packages/babel-traverse">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@babel/traverse&package-manager=npm_and_yarn&previous-version=7.21.5&new-version=7.23.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/neolution-ch/javascript-utils/network/alerts). </details> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: GitHub Changelog Bot <changelog-bot@neolution.ch> Co-authored-by: Daniele Debernardi <daniele.debernardi@neolution.ch>
1 parent c460fb1 commit 6e350ce

File tree

2 files changed

+89
-53
lines changed

2 files changed

+89
-53
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
### dependabot: \#20 Bump @babel/traverse from 7.21.5 to 7.23.7
11+
1012
- added `dateIsValid`, `dateIsLastDayOfMonth` and `dateDifferenceInDays` utility functions
1113
- added `newGuid` function and `emptyGuid` constant
1214
- added `getLocalStorageItem`, `setLocalStorageItem` and `removeLocalStorageItem` utility functions

yarn.lock

Lines changed: 87 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,14 @@
3636
dependencies:
3737
"@babel/highlight" "^7.18.6"
3838

39+
"@babel/code-frame@^7.22.13", "@babel/code-frame@^7.23.5":
40+
version "7.23.5"
41+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.23.5.tgz#9009b69a8c602293476ad598ff53e4562e15c244"
42+
integrity sha512-CgH3s1a96LipHCmSUmYFPwY7MNx8C3avkq7i4Wl3cfa662ldtUe4VM1TPXX70pfmrlWTb6jLqTYrZyT2ZTJBgA==
43+
dependencies:
44+
"@babel/highlight" "^7.23.4"
45+
chalk "^2.4.2"
46+
3947
"@babel/compat-data@^7.21.5":
4048
version "7.21.7"
4149
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.21.7.tgz#61caffb60776e49a57ba61a88f02bedd8714f6bc"
@@ -98,7 +106,7 @@
98106
"@jridgewell/trace-mapping" "^0.3.17"
99107
jsesc "^2.5.1"
100108

101-
"@babel/generator@^7.22.7", "@babel/generator@^7.22.9", "@babel/generator@^7.7.2":
109+
"@babel/generator@^7.22.9", "@babel/generator@^7.7.2":
102110
version "7.22.9"
103111
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.22.9.tgz#572ecfa7a31002fa1de2a9d91621fd895da8493d"
104112
integrity sha512-KtLMbmicyuK2Ak/FTCJVbDnkN1SlT8/kceFTiuDiiRUUSMnHMidxSCdG4ndkTOHHpoomWe/4xkvHkEOncwjYIw==
@@ -108,6 +116,16 @@
108116
"@jridgewell/trace-mapping" "^0.3.17"
109117
jsesc "^2.5.1"
110118

119+
"@babel/generator@^7.23.6":
120+
version "7.23.6"
121+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.23.6.tgz#9e1fca4811c77a10580d17d26b57b036133f3c2e"
122+
integrity sha512-qrSfCYxYQB5owCmGLbl8XRpX1ytXlpueOb0N0UmQwA073KZxejgQTzAmJezxvpwQD9uGtK2shHdi55QT+MbjIw==
123+
dependencies:
124+
"@babel/types" "^7.23.6"
125+
"@jridgewell/gen-mapping" "^0.3.2"
126+
"@jridgewell/trace-mapping" "^0.3.17"
127+
jsesc "^2.5.1"
128+
111129
"@babel/helper-compilation-targets@^7.21.5":
112130
version "7.21.5"
113131
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.21.5.tgz#631e6cc784c7b660417421349aac304c94115366"
@@ -135,33 +153,23 @@
135153
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.21.5.tgz#c769afefd41d171836f7cb63e295bedf689d48ba"
136154
integrity sha512-IYl4gZ3ETsWocUWgsFZLM5i1BYx9SoemminVEXadgLBa9TdeorzgLKm8wWLA6J1N/kT3Kch8XIk1laNzYoHKvQ==
137155

156+
"@babel/helper-environment-visitor@^7.22.20":
157+
version "7.22.20"
158+
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz#96159db61d34a29dba454c959f5ae4a649ba9167"
159+
integrity sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==
160+
138161
"@babel/helper-environment-visitor@^7.22.5":
139162
version "7.22.5"
140163
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.5.tgz#f06dd41b7c1f44e1f8da6c4055b41ab3a09a7e98"
141164
integrity sha512-XGmhECfVA/5sAt+H+xpSg0mfrHq6FzNr9Oxh7PSEBBRUb/mL7Kz3NICXb194rCqAEdxkhPT1a88teizAFyvk8Q==
142165

143-
"@babel/helper-function-name@^7.21.0":
144-
version "7.21.0"
145-
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.21.0.tgz#d552829b10ea9f120969304023cd0645fa00b1b4"
146-
integrity sha512-HfK1aMRanKHpxemaY2gqBmL04iAPOPRj7DxtNbiDOrJK+gdwkiNRVpCpUJYbUT+aZyemKN8brqTOxzCaG6ExRg==
166+
"@babel/helper-function-name@^7.23.0":
167+
version "7.23.0"
168+
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz#1f9a3cdbd5b2698a670c30d2735f9af95ed52759"
169+
integrity sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw==
147170
dependencies:
148-
"@babel/template" "^7.20.7"
149-
"@babel/types" "^7.21.0"
150-
151-
"@babel/helper-function-name@^7.22.5":
152-
version "7.22.5"
153-
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.22.5.tgz#ede300828905bb15e582c037162f99d5183af1be"
154-
integrity sha512-wtHSq6jMRE3uF2otvfuD3DIvVhOsSNshQl0Qrd7qC9oQJzHvOL4qQXlQn2916+CXGywIjpGuIkoyZRRxHPiNQQ==
155-
dependencies:
156-
"@babel/template" "^7.22.5"
157-
"@babel/types" "^7.22.5"
158-
159-
"@babel/helper-hoist-variables@^7.18.6":
160-
version "7.18.6"
161-
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.18.6.tgz#d4d2c8fb4baeaa5c68b99cc8245c56554f926678"
162-
integrity sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q==
163-
dependencies:
164-
"@babel/types" "^7.18.6"
171+
"@babel/template" "^7.22.15"
172+
"@babel/types" "^7.23.0"
165173

166174
"@babel/helper-hoist-variables@^7.22.5":
167175
version "7.22.5"
@@ -257,11 +265,21 @@
257265
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz#533f36457a25814cf1df6488523ad547d784a99f"
258266
integrity sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw==
259267

268+
"@babel/helper-string-parser@^7.23.4":
269+
version "7.23.4"
270+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.23.4.tgz#9478c707febcbbe1ddb38a3d91a2e054ae622d83"
271+
integrity sha512-803gmbQdqwdf4olxrX4AJyFBV/RTr3rSmOj0rKwesmzlfhYNDEs+/iOcznzpNWlJlIlTJC2QfPFcHB6DlzdVLQ==
272+
260273
"@babel/helper-validator-identifier@^7.18.6", "@babel/helper-validator-identifier@^7.19.1":
261274
version "7.19.1"
262275
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz#7eea834cf32901ffdc1a7ee555e2f9c27e249ca2"
263276
integrity sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w==
264277

278+
"@babel/helper-validator-identifier@^7.22.20":
279+
version "7.22.20"
280+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0"
281+
integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==
282+
265283
"@babel/helper-validator-identifier@^7.22.5":
266284
version "7.22.5"
267285
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.5.tgz#9544ef6a33999343c8740fa51350f30eeaaaf193"
@@ -313,16 +331,30 @@
313331
chalk "^2.0.0"
314332
js-tokens "^4.0.0"
315333

334+
"@babel/highlight@^7.23.4":
335+
version "7.23.4"
336+
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.23.4.tgz#edaadf4d8232e1a961432db785091207ead0621b"
337+
integrity sha512-acGdbYSfp2WheJoJm/EBBBLh/ID8KDc64ISZ9DYtBmC8/Q204PZJLHyzeB5qMzJ5trcOkybd78M4x2KWsUq++A==
338+
dependencies:
339+
"@babel/helper-validator-identifier" "^7.22.20"
340+
chalk "^2.4.2"
341+
js-tokens "^4.0.0"
342+
316343
"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.22.5", "@babel/parser@^7.22.7":
317344
version "7.22.7"
318345
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.22.7.tgz#df8cf085ce92ddbdbf668a7f186ce848c9036cae"
319346
integrity sha512-7NF8pOkHP5o2vpmGgNGcfAeCvOYhGLyA3Z4eBQkT1RJlWu47n63bCs93QfJ2hIAFCil7L5P2IWhs1oToVgrL0Q==
320347

321-
"@babel/parser@^7.20.7", "@babel/parser@^7.21.5", "@babel/parser@^7.21.8":
348+
"@babel/parser@^7.20.7", "@babel/parser@^7.21.8":
322349
version "7.21.8"
323350
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.21.8.tgz#642af7d0333eab9c0ad70b14ac5e76dbde7bfdf8"
324351
integrity sha512-6zavDGdzG3gUqAdWvlLFfk+36RilI+Pwyuuh7HItyeScCWP3k6i8vKclAQ0bM/0y/Kz/xiwvxhMv9MgTJP5gmA==
325352

353+
"@babel/parser@^7.22.15", "@babel/parser@^7.23.6":
354+
version "7.23.6"
355+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.6.tgz#ba1c9e512bda72a47e285ae42aff9d2a635a9e3b"
356+
integrity sha512-Z2uID7YJ7oNvAI20O9X0bblw7Qqs8Q2hFy0R9tAfnfLkp5MW0UH9eUvnDSnFwKZ0AvgS1ucqR4KzvVHgnke1VQ==
357+
326358
"@babel/plugin-syntax-async-generators@^7.8.4":
327359
version "7.8.4"
328360
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz#a983fb1aeb2ec3f6ed042a210f640e90e786fe0d"
@@ -437,6 +469,15 @@
437469
"@babel/parser" "^7.20.7"
438470
"@babel/types" "^7.20.7"
439471

472+
"@babel/template@^7.22.15":
473+
version "7.22.15"
474+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.22.15.tgz#09576efc3830f0430f4548ef971dde1350ef2f38"
475+
integrity sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w==
476+
dependencies:
477+
"@babel/code-frame" "^7.22.13"
478+
"@babel/parser" "^7.22.15"
479+
"@babel/types" "^7.22.15"
480+
440481
"@babel/template@^7.22.5", "@babel/template@^7.3.3":
441482
version "7.22.5"
442483
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.22.5.tgz#0c8c4d944509875849bd0344ff0050756eefc6ec"
@@ -446,36 +487,20 @@
446487
"@babel/parser" "^7.22.5"
447488
"@babel/types" "^7.22.5"
448489

449-
"@babel/traverse@^7.21.5":
450-
version "7.21.5"
451-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.21.5.tgz#ad22361d352a5154b498299d523cf72998a4b133"
452-
integrity sha512-AhQoI3YjWi6u/y/ntv7k48mcrCXmus0t79J9qPNlk/lAsFlCiJ047RmbfMOawySTHtywXhbXgpx/8nXMYd+oFw==
453-
dependencies:
454-
"@babel/code-frame" "^7.21.4"
455-
"@babel/generator" "^7.21.5"
456-
"@babel/helper-environment-visitor" "^7.21.5"
457-
"@babel/helper-function-name" "^7.21.0"
458-
"@babel/helper-hoist-variables" "^7.18.6"
459-
"@babel/helper-split-export-declaration" "^7.18.6"
460-
"@babel/parser" "^7.21.5"
461-
"@babel/types" "^7.21.5"
462-
debug "^4.1.0"
463-
globals "^11.1.0"
464-
465-
"@babel/traverse@^7.22.6", "@babel/traverse@^7.22.8":
466-
version "7.22.8"
467-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.22.8.tgz#4d4451d31bc34efeae01eac222b514a77aa4000e"
468-
integrity sha512-y6LPR+wpM2I3qJrsheCTwhIinzkETbplIgPBbwvqPKc+uljeA5gP+3nP8irdYt1mjQaDnlIcG+dw8OjAco4GXw==
490+
"@babel/traverse@^7.21.5", "@babel/traverse@^7.22.6", "@babel/traverse@^7.22.8":
491+
version "7.23.7"
492+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.7.tgz#9a7bf285c928cb99b5ead19c3b1ce5b310c9c305"
493+
integrity sha512-tY3mM8rH9jM0YHFGyfC0/xf+SB5eKUu7HPj7/k3fpi9dAlsMc5YbQvDi0Sh2QTPXqMhyaAtzAr807TIyfQrmyg==
469494
dependencies:
470-
"@babel/code-frame" "^7.22.5"
471-
"@babel/generator" "^7.22.7"
472-
"@babel/helper-environment-visitor" "^7.22.5"
473-
"@babel/helper-function-name" "^7.22.5"
495+
"@babel/code-frame" "^7.23.5"
496+
"@babel/generator" "^7.23.6"
497+
"@babel/helper-environment-visitor" "^7.22.20"
498+
"@babel/helper-function-name" "^7.23.0"
474499
"@babel/helper-hoist-variables" "^7.22.5"
475500
"@babel/helper-split-export-declaration" "^7.22.6"
476-
"@babel/parser" "^7.22.7"
477-
"@babel/types" "^7.22.5"
478-
debug "^4.1.0"
501+
"@babel/parser" "^7.23.6"
502+
"@babel/types" "^7.23.6"
503+
debug "^4.3.1"
479504
globals "^11.1.0"
480505

481506
"@babel/types@^7.0.0", "@babel/types@^7.22.5", "@babel/types@^7.3.3":
@@ -496,7 +521,7 @@
496521
"@babel/helper-validator-identifier" "^7.19.1"
497522
to-fast-properties "^2.0.0"
498523

499-
"@babel/types@^7.20.7", "@babel/types@^7.21.0", "@babel/types@^7.21.4", "@babel/types@^7.21.5":
524+
"@babel/types@^7.20.7", "@babel/types@^7.21.4", "@babel/types@^7.21.5":
500525
version "7.21.5"
501526
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.21.5.tgz#18dfbd47c39d3904d5db3d3dc2cc80bedb60e5b6"
502527
integrity sha512-m4AfNvVF2mVC/F7fDEdH2El3HzUg9It/XsCxZiOTTA3m3qYfcSVSbTfM6Q9xG+hYDniZssYhlXKKUMD5m8tF4Q==
@@ -505,6 +530,15 @@
505530
"@babel/helper-validator-identifier" "^7.19.1"
506531
to-fast-properties "^2.0.0"
507532

533+
"@babel/types@^7.22.15", "@babel/types@^7.23.0", "@babel/types@^7.23.6":
534+
version "7.23.6"
535+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.6.tgz#be33fdb151e1f5a56877d704492c240fc71c7ccd"
536+
integrity sha512-+uarb83brBzPKN38NX1MkB6vb6+mwvR6amUulqAE7ccQw1pEl+bCia9TbdG1lsnFP7lZySvUn37CHyXQdfTwzg==
537+
dependencies:
538+
"@babel/helper-string-parser" "^7.23.4"
539+
"@babel/helper-validator-identifier" "^7.22.20"
540+
to-fast-properties "^2.0.0"
541+
508542
"@bcoe/v8-coverage@^0.2.3":
509543
version "0.2.3"
510544
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
@@ -2026,7 +2060,7 @@ chalk@5.3.0, chalk@^5.3.0:
20262060
resolved "https://registry.yarnpkg.com/chalk/-/chalk-5.3.0.tgz#67c20a7ebef70e7f3970a01f90fa210cb6860385"
20272061
integrity sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==
20282062

2029-
chalk@^2.0.0:
2063+
chalk@^2.0.0, chalk@^2.4.2:
20302064
version "2.4.2"
20312065
resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424"
20322066
integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==
@@ -2293,7 +2327,7 @@ date-fns@^2.29.3, date-fns@^2.30.0:
22932327
dependencies:
22942328
"@babel/runtime" "^7.21.0"
22952329

2296-
debug@4, debug@^4.1.0, debug@^4.1.1, debug@^4.3.2, debug@^4.3.4:
2330+
debug@4, debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.2, debug@^4.3.4:
22972331
version "4.3.4"
22982332
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.4.tgz#1319f6579357f2338d3337d2cdd4914bb5dcc865"
22992333
integrity sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==

0 commit comments

Comments
 (0)