Skip to content

Commit 0fdc782

Browse files
Merge #1007
1007: build(deps-dev): bump @babel/core from 7.26.0 to 7.26.7 r=curquiza a=dependabot[bot] Bumps [`@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core)` from 7.26.0 to 7.26.7. <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.26.7 (2025-01-24)</h2> <p>Thanks <a href="https://github.com/branchseer"><code>`@​branchseer</code></a>` and <a href="https://github.com/tquetano-netflix"><code>`@​tquetano-netflix</code></a>` for your first PRs!</p> <h4>:bug: Bug Fix</h4> <ul> <li><code>babel-helpers</code>, <code>babel-preset-env</code>, <code>babel-runtime-corejs3</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17086">#17086</a> Make &quot;object without properties&quot; helpers ES6-compatible (<a href="https://github.com/tquetano-netflix"><code>`@​tquetano-netflix</code></a>)</li>` </ul> </li> <li><code>babel-plugin-transform-typeof-symbol</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17085">#17085</a> fix: Correctly handle <code>typeof</code> in arrow functions (<a href="https://github.com/liuxingbaoyu"><code>`@​liuxingbaoyu</code></a>)</li>` </ul> </li> <li><code>babel-parser</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17079">#17079</a> Respect <code>ranges</code> option in estree method value (<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/17052">#17052</a> Do not try to parse .ts configs as JSON if natively supported (<a href="https://github.com/nicolo-ribaudo"><code>`@​nicolo-ribaudo</code></a>)</li>` </ul> </li> <li><code>babel-plugin-transform-typescript</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17050">#17050</a> fix: correctly resolve references to non-constant enum members (<a href="https://github.com/branchseer"><code>`@​branchseer</code></a>)</li>` </ul> </li> <li><code>babel-plugin-transform-typescript</code>, <code>babel-traverse</code>, <code>babel-types</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17025">#17025</a> fix: Remove type-only <code>import x = y.z</code> (<a href="https://github.com/liuxingbaoyu"><code>`@​liuxingbaoyu</code></a>)</li>` </ul> </li> </ul> <h4>Committers: 6</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>Tony Quetano (<a href="https://github.com/tquetano-netflix"><code>`@​tquetano-netflix</code></a>)</li>` <li><a href="https://github.com/branchseer"><code>`@​branchseer</code></a></li>` <li><a href="https://github.com/liuxingbaoyu"><code>`@​liuxingbaoyu</code></a></li>` </ul> <h2>v7.26.6 (2025-01-13)</h2> <h4>:bug: Bug Fix</h4> <ul> <li><code>babel-plugin-transform-nullish-coalescing-operator</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17061">#17061</a> fix: Chaining nullish coalescing operators output size regression (<a href="https://github.com/liuxingbaoyu"><code>`@​liuxingbaoyu</code></a>)</li>` </ul> </li> </ul> <h4>Committers: 1</h4> <ul> <li><a href="https://github.com/liuxingbaoyu"><code>`@​liuxingbaoyu</code></a></li>` </ul> <h2>v7.26.5 (2025-01-10)</h2> <h4>:eyeglasses: Spec Compliance</h4> <ul> <li><code>babel-parser</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17011">#17011</a> Allow the dynamic <code>import.defer()</code> form of <code>import defer</code> (<a href="https://github.com/babel-bot"><code>`@​babel-bot</code></a>)</li>` </ul> </li> </ul> <h4>:bug: Bug Fix</h4> <ul> <li><code>babel-plugin-transform-block-scoped-functions</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17024">#17024</a> chore: Avoid calling <code>isInStrictMode</code> in Babel 7 (<a href="https://github.com/liuxingbaoyu"><code>`@​liuxingbaoyu</code></a>)</li>` </ul> </li> <li><code>babel-plugin-transform-typescript</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17026">#17026</a> fix: Correctly generate exported const enums in namespace (<a href="https://github.com/liuxingbaoyu"><code>`@​liuxingbaoyu</code></a>)</li>` </ul> </li> <li><code>babel-parser</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17045">#17045</a> [estree] Unify method type parameters handling (<a href="https://github.com/JLHwung"><code>`@​JLHwung</code></a>)</li>` <li><a href="https://redirect.github.com/babel/babel/pull/17013">#17013</a> fix: Correctly set position for <code>`@(a.b)()</code>` (<a href="https://github.com/liuxingbaoyu"><code>`@​liuxingbaoyu</code></a>)</li>` <li><a href="https://redirect.github.com/babel/babel/pull/16996">#16996</a> [estree] Adjust the start loc of class methods with type params (<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>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.26.7 (2025-01-24)</h2> <h4>:bug: Bug Fix</h4> <ul> <li><code>babel-helpers</code>, <code>babel-preset-env</code>, <code>babel-runtime-corejs3</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17086">#17086</a> Make &quot;object without properties&quot; helpers ES6-compatible (<a href="https://github.com/tquetano-netflix"><code>`@​tquetano-netflix</code></a>)</li>` </ul> </li> <li><code>babel-plugin-transform-typeof-symbol</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17085">#17085</a> fix: Correctly handle <code>typeof</code> in arrow functions (<a href="https://github.com/liuxingbaoyu"><code>`@​liuxingbaoyu</code></a>)</li>` </ul> </li> <li><code>babel-parser</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17079">#17079</a> Respect <code>ranges</code> option in estree method value (<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/17052">#17052</a> Do not try to parse .ts configs as JSON if natively supported (<a href="https://github.com/nicolo-ribaudo"><code>`@​nicolo-ribaudo</code></a>)</li>` </ul> </li> <li><code>babel-plugin-transform-typescript</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17050">#17050</a> fix: correctly resolve references to non-constant enum members (<a href="https://github.com/branchseer"><code>`@​branchseer</code></a>)</li>` </ul> </li> <li><code>babel-plugin-transform-typescript</code>, <code>babel-traverse</code>, <code>babel-types</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17025">#17025</a> fix: Remove type-only <code>import x = y.z</code> (<a href="https://github.com/liuxingbaoyu"><code>`@​liuxingbaoyu</code></a>)</li>` </ul> </li> </ul> <h2>v7.26.6 (2025-01-13)</h2> <h4>:bug: Bug Fix</h4> <ul> <li><code>babel-plugin-transform-nullish-coalescing-operator</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17061">#17061</a> fix: Chaining nullish coalescing operators output size regression (<a href="https://github.com/liuxingbaoyu"><code>`@​liuxingbaoyu</code></a>)</li>` </ul> </li> </ul> <h2>v7.26.5 (2025-01-10)</h2> <h4>:eyeglasses: Spec Compliance</h4> <ul> <li><code>babel-parser</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17011">#17011</a> Allow the dynamic <code>import.defer()</code> form of <code>import defer</code> (<a href="https://github.com/babel-bot"><code>`@​babel-bot</code></a>)</li>` </ul> </li> </ul> <h4>:bug: Bug Fix</h4> <ul> <li><code>babel-plugin-transform-block-scoped-functions</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17024">#17024</a> chore: Avoid calling <code>isInStrictMode</code> in Babel 7 (<a href="https://github.com/liuxingbaoyu"><code>`@​liuxingbaoyu</code></a>)</li>` </ul> </li> <li><code>babel-plugin-transform-typescript</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17026">#17026</a> fix: Correctly generate exported const enums in namespace (<a href="https://github.com/liuxingbaoyu"><code>`@​liuxingbaoyu</code></a>)</li>` </ul> </li> <li><code>babel-parser</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17045">#17045</a> [estree] Unify method type parameters handling (<a href="https://github.com/JLHwung"><code>`@​JLHwung</code></a>)</li>` <li><a href="https://redirect.github.com/babel/babel/pull/17013">#17013</a> fix: Correctly set position for <code>`@(a.b)()</code>` (<a href="https://github.com/liuxingbaoyu"><code>`@​liuxingbaoyu</code></a>)</li>` <li><a href="https://redirect.github.com/babel/babel/pull/16996">#16996</a> [estree] Adjust the start loc of class methods with type params (<a href="https://github.com/nicolo-ribaudo"><code>`@​nicolo-ribaudo</code></a>)</li>` </ul> </li> <li><code>babel-generator</code>, <code>babel-parser</code>, <code>babel-plugin-transform-flow-strip-types</code>, <code>babel-types</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17028">#17028</a> Support flow jsx opening element type arguments (<a href="https://github.com/JLHwung"><code>`@​JLHwung</code></a>)</li>` </ul> </li> <li><code>babel-compat-data</code>, <code>babel-preset-env</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17031">#17031</a> fix: More accurate <code>transform-typeof-symbol</code> compat data (<a href="https://github.com/liuxingbaoyu"><code>`@​liuxingbaoyu</code></a>)</li>` </ul> </li> <li><code>babel-generator</code>, <code>babel-parser</code>, <code>babel-types</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17019">#17019</a> Fix incomplete visitor keys (<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-nullish-coalescing-operator</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/16612">#16612</a> Improve nullish coalescing operator output (<a href="https://github.com/liuxingbaoyu"><code>`@​liuxingbaoyu</code></a>)</li>` </ul> </li> </ul> <h2>v7.26.4 (2024-12-05)</h2> <h4>:leftwards_arrow_with_hook: Revert</h4> <ul> <li><code>babel-traverse</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17005">#17005</a> Revert &quot;perf: Improve scope information collection performance&quot; (<a href="https://github.com/JLHwung"><code>`@​JLHwung</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/2d9514066e3b135835ed93246ebbcdb7ca0263ca"><code>2d95140</code></a> v7.26.7</li> <li><a href="https://github.com/babel/babel/commit/d9fa47d2320e7be22af10091658798cd4c1605c9"><code>d9fa47d</code></a> Do not try to parse .ts configs as JSON if natively supported (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/17052">#17052</a>)</li> <li><a href="https://github.com/babel/babel/commit/cd24cc07ef6558b7f6510f9177f6393c91b0549f"><code>cd24cc0</code></a> chore: Update TS 5.7 (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/17053">#17053</a>)</li> <li><a href="https://github.com/babel/babel/commit/d4651311c6f3c89142b41a4077ca3b6e6d654f15"><code>d465131</code></a> fix: incorret <code>babel.config.cts</code> test fixtures (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/17051">#17051</a>)</li> <li><a href="https://github.com/babel/babel/commit/844901e2e894e9113a5b00caf826cb2e9ef6c34c"><code>844901e</code></a> Update tests for Node.js 22.12 (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/16995">#16995</a>)</li> <li><a href="https://github.com/babel/babel/commit/fb2e3656a8a105eb79e0a25a031d88f155753ae0"><code>fb2e365</code></a> chore: Testing changes related to Node 23 (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/16951">#16951</a>)</li> <li><a href="https://github.com/babel/babel/commit/61de718c2883269a109d91aea3de34161bae5a2f"><code>61de718</code></a> Update node 23.1 experimental warning (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/16934">#16934</a>)</li> <li>See full diff in <a href="https://github.com/babel/babel/commits/v7.26.7/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.26.0&new-version=7.26.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) </details> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 parents 380feba + 06a26ce commit 0fdc782

File tree

2 files changed

+41
-41
lines changed

2 files changed

+41
-41
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"styled-components": "^6.1.13"
5656
},
5757
"devDependencies": {
58-
"@babel/core": "^7.25.2",
58+
"@babel/core": "^7.26.7",
5959
"@babel/preset-env": "^7.26.7",
6060
"@strapi/sdk-plugin": "^5.2.8",
6161
"@strapi/strapi": "^5.6.0",

yarn.lock

Lines changed: 40 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"@jridgewell/gen-mapping" "^0.3.5"
1111
"@jridgewell/trace-mapping" "^0.3.24"
1212

13-
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4", "@babel/code-frame@^7.12.13", "@babel/code-frame@^7.16.7", "@babel/code-frame@^7.25.9", "@babel/code-frame@^7.26.0":
13+
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4", "@babel/code-frame@^7.12.13", "@babel/code-frame@^7.16.7", "@babel/code-frame@^7.25.9", "@babel/code-frame@^7.26.2":
1414
version "7.26.2"
1515
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.26.2.tgz#4b5fab97d33338eff916235055f0ebc21e573a85"
1616
integrity sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ==
@@ -24,34 +24,34 @@
2424
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.26.5.tgz#df93ac37f4417854130e21d72c66ff3d4b897fc7"
2525
integrity sha512-XvcZi1KWf88RVbF9wn8MN6tYFloU5qX8KjuF3E1PVBmJ9eypXfs4GRiJwLuTZL0iSnJUKn1BFPa5BPZZJyFzPg==
2626

27-
"@babel/core@^7.11.6", "@babel/core@^7.12.3", "@babel/core@^7.23.9", "@babel/core@^7.25.2":
28-
version "7.26.0"
29-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.26.0.tgz#d78b6023cc8f3114ccf049eb219613f74a747b40"
30-
integrity sha512-i1SLeK+DzNnQ3LL/CswPCa/E5u4lh1k6IAEphON8F+cXt0t9euTshDru0q7/IqMa1PMPz5RnHuHscF8/ZJsStg==
27+
"@babel/core@^7.11.6", "@babel/core@^7.12.3", "@babel/core@^7.23.9", "@babel/core@^7.26.7":
28+
version "7.26.7"
29+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.26.7.tgz#0439347a183b97534d52811144d763a17f9d2b24"
30+
integrity sha512-SRijHmF0PSPgLIBYlWnG0hyeJLwXE2CgpsXaMOrtt2yp9/86ALw6oUlj9KYuZ0JN07T4eBMVIW4li/9S1j2BGA==
3131
dependencies:
3232
"@ampproject/remapping" "^2.2.0"
33-
"@babel/code-frame" "^7.26.0"
34-
"@babel/generator" "^7.26.0"
35-
"@babel/helper-compilation-targets" "^7.25.9"
33+
"@babel/code-frame" "^7.26.2"
34+
"@babel/generator" "^7.26.5"
35+
"@babel/helper-compilation-targets" "^7.26.5"
3636
"@babel/helper-module-transforms" "^7.26.0"
37-
"@babel/helpers" "^7.26.0"
38-
"@babel/parser" "^7.26.0"
37+
"@babel/helpers" "^7.26.7"
38+
"@babel/parser" "^7.26.7"
3939
"@babel/template" "^7.25.9"
40-
"@babel/traverse" "^7.25.9"
41-
"@babel/types" "^7.26.0"
40+
"@babel/traverse" "^7.26.7"
41+
"@babel/types" "^7.26.7"
4242
convert-source-map "^2.0.0"
4343
debug "^4.1.0"
4444
gensync "^1.0.0-beta.2"
4545
json5 "^2.2.3"
4646
semver "^6.3.1"
4747

48-
"@babel/generator@^7.25.9", "@babel/generator@^7.26.0", "@babel/generator@^7.7.2":
49-
version "7.26.2"
50-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.26.2.tgz#87b75813bec87916210e5e01939a4c823d6bb74f"
51-
integrity sha512-zevQbhbau95nkoxSq3f/DC/SC+EEOUZd3DYqfSkMhY2/wfSeaHV1Ew4vk8e+x8lja31IbyuUa2uQ3JONqKbysw==
48+
"@babel/generator@^7.26.5", "@babel/generator@^7.7.2":
49+
version "7.26.5"
50+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.26.5.tgz#e44d4ab3176bbcaf78a5725da5f1dc28802a9458"
51+
integrity sha512-2caSP6fN9I7HOe6nqhtft7V4g7/V/gfDsC3Ag4W7kEzzvRGKqiv0pu0HogPiZ3KaVSoNDhUws6IJjDjpfmYIXw==
5252
dependencies:
53-
"@babel/parser" "^7.26.2"
54-
"@babel/types" "^7.26.0"
53+
"@babel/parser" "^7.26.5"
54+
"@babel/types" "^7.26.5"
5555
"@jridgewell/gen-mapping" "^0.3.5"
5656
"@jridgewell/trace-mapping" "^0.3.25"
5757
jsesc "^3.0.2"
@@ -194,20 +194,20 @@
194194
"@babel/traverse" "^7.25.9"
195195
"@babel/types" "^7.25.9"
196196

197-
"@babel/helpers@^7.26.0":
198-
version "7.26.0"
199-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.0.tgz#30e621f1eba5aa45fe6f4868d2e9154d884119a4"
200-
integrity sha512-tbhNuIxNcVb21pInl3ZSjksLCvgdZy9KwJ8brv993QtIVKJBBkYXz4q4ZbAv31GdnC+R90np23L5FbEBlthAEw==
197+
"@babel/helpers@^7.26.7":
198+
version "7.26.7"
199+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.7.tgz#fd1d2a7c431b6e39290277aacfd8367857c576a4"
200+
integrity sha512-8NHiL98vsi0mbPQmYAGWwfcFaOy4j2HY49fXJCfuDcdE7fMIsH9a7GdaeXpIBsbT7307WU8KCMp5pUVDNL4f9A==
201201
dependencies:
202202
"@babel/template" "^7.25.9"
203-
"@babel/types" "^7.26.0"
203+
"@babel/types" "^7.26.7"
204204

205-
"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.20.7", "@babel/parser@^7.23.9", "@babel/parser@^7.25.9", "@babel/parser@^7.26.0", "@babel/parser@^7.26.2":
206-
version "7.26.2"
207-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.2.tgz#fd7b6f487cfea09889557ef5d4eeb9ff9a5abd11"
208-
integrity sha512-DWMCZH9WA4Maitz2q21SRKHo9QXZxkDsbNZoVD62gusNtNBBqDg9i7uOhASfTfIGNzW+O+r7+jAlM8dwphcJKQ==
205+
"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.20.7", "@babel/parser@^7.23.9", "@babel/parser@^7.25.9", "@babel/parser@^7.26.5", "@babel/parser@^7.26.7":
206+
version "7.26.7"
207+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.7.tgz#e114cd099e5f7d17b05368678da0fb9f69b3385c"
208+
integrity sha512-kEvgGGgEjRUutvdVvZhbn/BxVt+5VSpwXz1j3WYXQbXDo8KzFOPNG2GQbdAiNq8g6wn1yKk7C/qrke03a84V+w==
209209
dependencies:
210-
"@babel/types" "^7.26.0"
210+
"@babel/types" "^7.26.7"
211211

212212
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.25.9":
213213
version "7.25.9"
@@ -882,23 +882,23 @@
882882
"@babel/parser" "^7.25.9"
883883
"@babel/types" "^7.25.9"
884884

885-
"@babel/traverse@^7.25.9":
886-
version "7.25.9"
887-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.25.9.tgz#a50f8fe49e7f69f53de5bea7e413cd35c5e13c84"
888-
integrity sha512-ZCuvfwOwlz/bawvAuvcj8rrithP2/N55Tzz342AkTvq4qaWbGfmCk/tKhNaV2cthijKrPAA8SRJV5WWe7IBMJw==
885+
"@babel/traverse@^7.25.9", "@babel/traverse@^7.26.7":
886+
version "7.26.7"
887+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.26.7.tgz#99a0a136f6a75e7fb8b0a1ace421e0b25994b8bb"
888+
integrity sha512-1x1sgeyRLC3r5fQOM0/xtQKsYjyxmFjaOrLJNtZ81inNjyJHGIolTULPiSc/2qe1/qfpFLisLQYFnnZl7QoedA==
889889
dependencies:
890-
"@babel/code-frame" "^7.25.9"
891-
"@babel/generator" "^7.25.9"
892-
"@babel/parser" "^7.25.9"
890+
"@babel/code-frame" "^7.26.2"
891+
"@babel/generator" "^7.26.5"
892+
"@babel/parser" "^7.26.7"
893893
"@babel/template" "^7.25.9"
894-
"@babel/types" "^7.25.9"
894+
"@babel/types" "^7.26.7"
895895
debug "^4.3.1"
896896
globals "^11.1.0"
897897

898-
"@babel/types@^7.0.0", "@babel/types@^7.20.7", "@babel/types@^7.25.9", "@babel/types@^7.26.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
899-
version "7.26.0"
900-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.0.tgz#deabd08d6b753bc8e0f198f8709fb575e31774ff"
901-
integrity sha512-Z/yiTPj+lDVnF7lWeKCIJzaIkI0vYO87dMpZ4bg4TDrFe4XXLFWL1TbXU27gBP3QccxV9mZICCrnjnYlJjXHOA==
898+
"@babel/types@^7.0.0", "@babel/types@^7.20.7", "@babel/types@^7.25.9", "@babel/types@^7.26.5", "@babel/types@^7.26.7", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
899+
version "7.26.7"
900+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.7.tgz#5e2b89c0768e874d4d061961f3a5a153d71dc17a"
901+
integrity sha512-t8kDRGrKXyp6+tjUh7hw2RLyclsW4TRoRvRHtSyAX9Bb5ldlFh+90YAYY6awRXrlB4G5G2izNeGySpATlFzmOg==
902902
dependencies:
903903
"@babel/helper-string-parser" "^7.25.9"
904904
"@babel/helper-validator-identifier" "^7.25.9"

0 commit comments

Comments
 (0)