Skip to content

Commit c200182

Browse files
Bump @babel/core from 7.26.10 to 7.27.1 in the babel group (#765)
Bumps the babel group with 1 update: [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core). Updates `@babel/core` from 7.26.10 to 7.27.1 <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.27.1 (2025-04-30)</h2> <p>Thanks <a href="https://github.com/kermanx"><code>@​kermanx</code></a> and <a href="https://github.com/woaitsAryan"><code>@​woaitsAryan</code></a> for your first PRs!</p> <h4>:eyeglasses: Spec Compliance</h4> <ul> <li><code>babel-parser</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17254">#17254</a> Allow <code>using of</code> as lexical declaration within for (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> <li><a href="https://redirect.github.com/babel/babel/pull/17230">#17230</a> Disallow get/set in TSPropertySignature (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> </ul> </li> <li><code>babel-parser</code>, <code>babel-types</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17193">#17193</a> Stricter TSImportType options parsing (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> </ul> </li> </ul> <h4>:bug: Bug Fix</h4> <ul> <li><code>babel-plugin-proposal-destructuring-private</code>, <code>babel-plugin-proposal-do-expressions</code>, <code>babel-traverse</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17137">#17137</a> fix: do expressions should allow early exit (<a href="https://github.com/kermanx"><code>@​kermanx</code></a>)</li> </ul> </li> <li><code>babel-helper-wrap-function</code>, <code>babel-plugin-transform-async-to-generator</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17251">#17251</a> Fix: propagate argument evaluation errors through async promise chain (<a href="https://github.com/magic-akari"><code>@​magic-akari</code></a>)</li> </ul> </li> <li><code>babel-helper-remap-async-to-generator</code>, <code>babel-plugin-transform-async-to-generator</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17231">#17231</a> fix apply()/call() annotated as pure (<a href="https://github.com/Lacsw"><code>@​Lacsw</code></a>)</li> </ul> </li> <li><code>babel-helper-fixtures</code>, <code>babel-parser</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17233">#17233</a> Create ChainExpression within TSInstantiationExpression (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> </ul> </li> <li><code>babel-generator</code>, <code>babel-parser</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17226">#17226</a> Fill optional AST properties when both estree and typescript parser plugin are enabled (Part 2) (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> </ul> </li> <li><code>babel-parser</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17224">#17224</a> Fill optional AST properties when both estree and typescript parser plugin are enabled (Part 1) (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> <li><a href="https://redirect.github.com/babel/babel/pull/17080">#17080</a> Fix start of TSParameterProperty (<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/17228">#17228</a> Update firefox bugfix compat data (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> </ul> </li> <li><code>babel-traverse</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17156">#17156</a> fix: Objects and arrays with multiple references should not be evaluated (<a href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li> </ul> </li> <li><code>babel-generator</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17216">#17216</a> Fix: support const type parameter in generator (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> </ul> </li> </ul> <h4>:nail_care: Polish</h4> <ul> <li><code>babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining</code>, <code>babel-plugin-proposal-decorators</code>, <code>babel-plugin-transform-arrow-functions</code>, <code>babel-plugin-transform-class-properties</code>, <code>babel-plugin-transform-destructuring</code>, <code>babel-plugin-transform-object-rest-spread</code>, <code>babel-plugin-transform-optional-chaining</code>, <code>babel-plugin-transform-parameters</code>, <code>babel-traverse</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17221">#17221</a> Reduce generated names size for the 10th-11th (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li> </ul> </li> </ul> <h4>:house: Internal</h4> <ul> <li><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/17263">#17263</a> Remove unused <code>regenerator-runtime</code> dep in <code>@babel/runtime</code> (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</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/17256">#17256</a> Tune plugin compat data (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> </ul> </li> <li><code>babel-compat-data</code>, <code>babel-standalone</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17236">#17236</a> migrate babel-compat-data build script to mjs (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> </ul> </li> <li><code>babel-register</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/16844">#16844</a> Migrate <code>@babel/register</code> to cts (<a href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li> </ul> </li> <li><code>babel-helpers</code>, <code>babel-plugin-transform-async-generator-functions</code>, <code>babel-plugin-transform-regenerator</code>, <code>babel-preset-env</code>, <code>babel-runtime-corejs3</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17205">#17205</a> Inline regenerator in the relevant packages (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li> </ul> </li> <li><em>All packages</em> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17207">#17207</a> Enforce node protocol import (<a href="https://github.com/JLHwung"><code>@​JLHwung</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.27.1 (2025-04-30)</h2> <h4>:eyeglasses: Spec Compliance</h4> <ul> <li><code>babel-parser</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17254">#17254</a> Allow <code>using of</code> as lexical declaration within for (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> <li><a href="https://redirect.github.com/babel/babel/pull/17230">#17230</a> Disallow get/set in TSPropertySignature (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> </ul> </li> <li><code>babel-parser</code>, <code>babel-types</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17193">#17193</a> Stricter TSImportType options parsing (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> </ul> </li> </ul> <h4>:bug: Bug Fix</h4> <ul> <li><code>babel-plugin-proposal-destructuring-private</code>, <code>babel-plugin-proposal-do-expressions</code>, <code>babel-traverse</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17137">#17137</a> fix: do expressions should allow early exit (<a href="https://github.com/kermanx"><code>@​kermanx</code></a>)</li> </ul> </li> <li><code>babel-helper-wrap-function</code>, <code>babel-plugin-transform-async-to-generator</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17251">#17251</a> Fix: propagate argument evaluation errors through async promise chain (<a href="https://github.com/magic-akari"><code>@​magic-akari</code></a>)</li> </ul> </li> <li><code>babel-helper-remap-async-to-generator</code>, <code>babel-plugin-transform-async-to-generator</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17231">#17231</a> fix apply()/call() annotated as pure (<a href="https://github.com/Lacsw"><code>@​Lacsw</code></a>)</li> </ul> </li> <li><code>babel-helper-fixtures</code>, <code>babel-parser</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17233">#17233</a> Create ChainExpression within TSInstantiationExpression (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> </ul> </li> <li><code>babel-generator</code>, <code>babel-parser</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17226">#17226</a> Fill optional AST properties when both estree and typescript parser plugin are enabled (Part 2) (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> </ul> </li> <li><code>babel-parser</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17224">#17224</a> Fill optional AST properties when both estree and typescript parser plugin are enabled (Part 1) (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> <li><a href="https://redirect.github.com/babel/babel/pull/17080">#17080</a> Fix start of TSParameterProperty (<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/17228">#17228</a> Update firefox bugfix compat data (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> </ul> </li> <li><code>babel-traverse</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17156">#17156</a> fix: Objects and arrays with multiple references should not be evaluated (<a href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li> </ul> </li> <li><code>babel-generator</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17216">#17216</a> Fix: support const type parameter in generator (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> </ul> </li> </ul> <h4>:nail_care: Polish</h4> <ul> <li><code>babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining</code>, <code>babel-plugin-proposal-decorators</code>, <code>babel-plugin-transform-arrow-functions</code>, <code>babel-plugin-transform-class-properties</code>, <code>babel-plugin-transform-destructuring</code>, <code>babel-plugin-transform-object-rest-spread</code>, <code>babel-plugin-transform-optional-chaining</code>, <code>babel-plugin-transform-parameters</code>, <code>babel-traverse</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17221">#17221</a> Reduce generated names size for the 10th-11th (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li> </ul> </li> </ul> <h4>:house: Internal</h4> <ul> <li><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/17263">#17263</a> Remove unused <code>regenerator-runtime</code> dep in <code>@babel/runtime</code> (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</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/17256">#17256</a> Tune plugin compat data (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> </ul> </li> <li><code>babel-compat-data</code>, <code>babel-standalone</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17236">#17236</a> migrate babel-compat-data build script to mjs (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> </ul> </li> <li>Other <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17232">#17232</a> Bump typescript-eslint to 8.29.1 (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> <li><a href="https://redirect.github.com/babel/babel/pull/17219">#17219</a> test: add basic typescript-eslint integration tests (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> <li><a href="https://redirect.github.com/babel/babel/pull/17205">#17205</a> Inline regenerator in the relevant packages (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li> </ul> </li> <li><code>babel-register</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/16844">#16844</a> Migrate <code>@babel/register</code> to cts (<a href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li> </ul> </li> <li><code>babel-cli</code>, <code>babel-compat-data</code>, <code>babel-core</code>, <code>babel-generator</code>, <code>babel-helper-compilation-targets</code>, <code>babel-helper-fixtures</code>, <code>babel-helper-module-imports</code>, <code>babel-helper-module-transforms</code>, <code>babel-helper-plugin-test-runner</code>, <code>babel-helper-transform-fixture-test-runner</code>, <code>babel-helpers</code>, <code>babel-node</code>, <code>babel-parser</code>, <code>babel-plugin-transform-modules-amd</code>, <code>babel-plugin-transform-modules-commonjs</code>, <code>babel-plugin-transform-modules-systemjs</code>, <code>babel-plugin-transform-modules-umd</code>, <code>babel-plugin-transform-react-display-name</code>, <code>babel-plugin-transform-regenerator</code>, <code>babel-plugin-transform-runtime</code>, <code>babel-plugin-transform-typeof-symbol</code>, <code>babel-plugin-transform-typescript</code>, <code>babel-preset-env</code>, <code>babel-register</code>, <code>babel-standalone</code>, <code>babel-types</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17207">#17207</a> Enforce node protocol import (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> </ul> </li> <li><code>babel-plugin-transform-regenerator</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/eebd3a06021c13d335b5b0bd79734df3abbea678"><code>eebd3a0</code></a> v7.27.1</li> <li><a href="https://github.com/babel/babel/commit/c19e00eb22fef8565f382f745a83b10a387270f7"><code>c19e00e</code></a> [babel 8] Remove unnecessary CJS ESM wrapper (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/17261">#17261</a>)</li> <li><a href="https://github.com/babel/babel/commit/65b1c1d9707bf87719092a77d6abb099e95e6325"><code>65b1c1d</code></a> Ignore browser-only files in coverage reports (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/17262">#17262</a>)</li> <li><a href="https://github.com/babel/babel/commit/35e7907a96950d3c77c15d1212119182fd9c4e9d"><code>35e7907</code></a> Update error stack test (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/17252">#17252</a>)</li> <li><a href="https://github.com/babel/babel/commit/afe6ae260b22f8f98ce71d15ca660ca23931b0c6"><code>afe6ae2</code></a> Update <code>jest-light-runner</code> to v0.7.0 (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/17245">#17245</a>)</li> <li><a href="https://github.com/babel/babel/commit/317e332e650bc04907bc787ab79f930288a3e71e"><code>317e332</code></a> Enforce node protocol import (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/17207">#17207</a>)</li> <li><a href="https://github.com/babel/babel/commit/5e991bd4d785de41fc2a3829c8ab34f6bb931153"><code>5e991bd</code></a> add require-esm babel-register test (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/17206">#17206</a>)</li> <li><a href="https://github.com/babel/babel/commit/fdc0fb59e119ee0b38bced63867a344a5b4bc2f3"><code>fdc0fb5</code></a> [Babel 8] Bump nodejs requirements to <code>^20.19.0 || &gt;= 22.12.0</code> (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/17204">#17204</a>)</li> <li><a href="https://github.com/babel/babel/commit/5e1f1bc7cba1afadd2a7ade6ebd57e08e1b2e5aa"><code>5e1f1bc</code></a> Fix failing Node.js 20 tests (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/17191">#17191</a>)</li> <li>See full diff in <a href="https://github.com/babel/babel/commits/v7.27.1/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.10&new-version=7.27.1)](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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details>
1 parent cd0e1cc commit c200182

File tree

2 files changed

+99
-99
lines changed

2 files changed

+99
-99
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"ajv-formats": "^3.0.1"
4141
},
4242
"devDependencies": {
43-
"@babel/core": "^7.26.10",
43+
"@babel/core": "^7.27.1",
4444
"@labforward/config": "^0.1.8",
4545
"@labforward/eslint-config-node": "^0.1.8",
4646
"@types/jest": "^29.5.14",

yarn.lock

Lines changed: 98 additions & 98 deletions
Original file line numberDiff line numberDiff line change
@@ -22,44 +22,44 @@ __metadata:
2222
languageName: node
2323
linkType: hard
2424

25-
"@babel/code-frame@npm:^7.0.0, @babel/code-frame@npm:^7.12.13, @babel/code-frame@npm:^7.26.2":
26-
version: 7.26.2
27-
resolution: "@babel/code-frame@npm:7.26.2"
25+
"@babel/code-frame@npm:^7.0.0, @babel/code-frame@npm:^7.12.13, @babel/code-frame@npm:^7.27.1":
26+
version: 7.27.1
27+
resolution: "@babel/code-frame@npm:7.27.1"
2828
dependencies:
29-
"@babel/helper-validator-identifier": "npm:^7.25.9"
29+
"@babel/helper-validator-identifier": "npm:^7.27.1"
3030
js-tokens: "npm:^4.0.0"
31-
picocolors: "npm:^1.0.0"
32-
checksum: 7d79621a6849183c415486af99b1a20b84737e8c11cd55b6544f688c51ce1fd710e6d869c3dd21232023da272a79b91efb3e83b5bc2dc65c1187c5fcd1b72ea8
31+
picocolors: "npm:^1.1.1"
32+
checksum: 5dd9a18baa5fce4741ba729acc3a3272c49c25cb8736c4b18e113099520e7ef7b545a4096a26d600e4416157e63e87d66db46aa3fbf0a5f2286da2705c12da00
3333
languageName: node
3434
linkType: hard
3535

36-
"@babel/compat-data@npm:^7.26.5":
37-
version: 7.26.5
38-
resolution: "@babel/compat-data@npm:7.26.5"
39-
checksum: 9d2b41f0948c3dfc5de44d9f789d2208c2ea1fd7eb896dfbb297fe955e696728d6f363c600cd211e7f58ccbc2d834fe516bb1e4cf883bbabed8a32b038afc1a0
36+
"@babel/compat-data@npm:^7.27.1":
37+
version: 7.27.1
38+
resolution: "@babel/compat-data@npm:7.27.1"
39+
checksum: 03e3a01b6772858dc5064f332ad4dc16fbbc0353f2180fd663a2651e8305058e35b6db57114e345d925def9b73cd7a322e95a45913428b8db705a098fd3dd289
4040
languageName: node
4141
linkType: hard
4242

43-
"@babel/core@npm:^7.11.6, @babel/core@npm:^7.12.3, @babel/core@npm:^7.26.10, @babel/core@npm:^7.26.9":
44-
version: 7.26.10
45-
resolution: "@babel/core@npm:7.26.10"
43+
"@babel/core@npm:^7.11.6, @babel/core@npm:^7.12.3, @babel/core@npm:^7.26.9, @babel/core@npm:^7.27.1":
44+
version: 7.27.1
45+
resolution: "@babel/core@npm:7.27.1"
4646
dependencies:
4747
"@ampproject/remapping": "npm:^2.2.0"
48-
"@babel/code-frame": "npm:^7.26.2"
49-
"@babel/generator": "npm:^7.26.10"
50-
"@babel/helper-compilation-targets": "npm:^7.26.5"
51-
"@babel/helper-module-transforms": "npm:^7.26.0"
52-
"@babel/helpers": "npm:^7.26.10"
53-
"@babel/parser": "npm:^7.26.10"
54-
"@babel/template": "npm:^7.26.9"
55-
"@babel/traverse": "npm:^7.26.10"
56-
"@babel/types": "npm:^7.26.10"
48+
"@babel/code-frame": "npm:^7.27.1"
49+
"@babel/generator": "npm:^7.27.1"
50+
"@babel/helper-compilation-targets": "npm:^7.27.1"
51+
"@babel/helper-module-transforms": "npm:^7.27.1"
52+
"@babel/helpers": "npm:^7.27.1"
53+
"@babel/parser": "npm:^7.27.1"
54+
"@babel/template": "npm:^7.27.1"
55+
"@babel/traverse": "npm:^7.27.1"
56+
"@babel/types": "npm:^7.27.1"
5757
convert-source-map: "npm:^2.0.0"
5858
debug: "npm:^4.1.0"
5959
gensync: "npm:^1.0.0-beta.2"
6060
json5: "npm:^2.2.3"
6161
semver: "npm:^6.3.1"
62-
checksum: e046e0e988ab53841b512ee9d263ca409f6c46e2a999fe53024688b92db394346fa3aeae5ea0866331f62133982eee05a675d22922a4603c3f603aa09a581d62
62+
checksum: 0fc31f87f5401ac5d375528cb009f4ea5527fc8c5bb5b64b5b22c033b60fd0ad723388933a5f3f5db14e1edd13c958e9dd7e5c68f9b68c767aeb496199c8a4bb
6363
languageName: node
6464
linkType: hard
6565

@@ -77,52 +77,52 @@ __metadata:
7777
languageName: node
7878
linkType: hard
7979

80-
"@babel/generator@npm:^7.26.10, @babel/generator@npm:^7.7.2":
81-
version: 7.26.10
82-
resolution: "@babel/generator@npm:7.26.10"
80+
"@babel/generator@npm:^7.27.1, @babel/generator@npm:^7.7.2":
81+
version: 7.27.1
82+
resolution: "@babel/generator@npm:7.27.1"
8383
dependencies:
84-
"@babel/parser": "npm:^7.26.10"
85-
"@babel/types": "npm:^7.26.10"
84+
"@babel/parser": "npm:^7.27.1"
85+
"@babel/types": "npm:^7.27.1"
8686
"@jridgewell/gen-mapping": "npm:^0.3.5"
8787
"@jridgewell/trace-mapping": "npm:^0.3.25"
8888
jsesc: "npm:^3.0.2"
89-
checksum: 88b3b3ea80592fc89349c4e1a145e1386e4042866d2507298adf452bf972f68d13bf699a845e6ab8c028bd52c2247013eb1221b86e1db5c9779faacba9c4b10e
89+
checksum: c4156434b21818f558ebd93ce45f027c53ee570ce55a84fd2d9ba45a79ad204c17e0bff753c886fb6c07df3385445a9e34dc7ccb070d0ac7e80bb91c8b57f423
9090
languageName: node
9191
linkType: hard
9292

93-
"@babel/helper-compilation-targets@npm:^7.26.5":
94-
version: 7.26.5
95-
resolution: "@babel/helper-compilation-targets@npm:7.26.5"
93+
"@babel/helper-compilation-targets@npm:^7.27.1":
94+
version: 7.27.1
95+
resolution: "@babel/helper-compilation-targets@npm:7.27.1"
9696
dependencies:
97-
"@babel/compat-data": "npm:^7.26.5"
98-
"@babel/helper-validator-option": "npm:^7.25.9"
97+
"@babel/compat-data": "npm:^7.27.1"
98+
"@babel/helper-validator-option": "npm:^7.27.1"
9999
browserslist: "npm:^4.24.0"
100100
lru-cache: "npm:^5.1.1"
101101
semver: "npm:^6.3.1"
102-
checksum: 9da5c77e5722f1a2fcb3e893049a01d414124522bbf51323bb1a0c9dcd326f15279836450fc36f83c9e8a846f3c40e88be032ed939c5a9840922bed6073edfb4
102+
checksum: 1cfd3760a1bf1e367ea4a91214c041be7076197ba7a4f3c0710cab00fb5734eb010a2946efe6ecfb1ca9dc63e6c69644a1afa399db4082f374b9311e129f6f0b
103103
languageName: node
104104
linkType: hard
105105

106-
"@babel/helper-module-imports@npm:^7.25.9":
107-
version: 7.25.9
108-
resolution: "@babel/helper-module-imports@npm:7.25.9"
106+
"@babel/helper-module-imports@npm:^7.27.1":
107+
version: 7.27.1
108+
resolution: "@babel/helper-module-imports@npm:7.27.1"
109109
dependencies:
110-
"@babel/traverse": "npm:^7.25.9"
111-
"@babel/types": "npm:^7.25.9"
112-
checksum: 078d3c2b45d1f97ffe6bb47f61961be4785d2342a4156d8b42c92ee4e1b7b9e365655dd6cb25329e8fe1a675c91eeac7e3d04f0c518b67e417e29d6e27b6aa70
110+
"@babel/traverse": "npm:^7.27.1"
111+
"@babel/types": "npm:^7.27.1"
112+
checksum: e00aace096e4e29290ff8648455c2bc4ed982f0d61dbf2db1b5e750b9b98f318bf5788d75a4f974c151bd318fd549e81dbcab595f46b14b81c12eda3023f51e8
113113
languageName: node
114114
linkType: hard
115115

116-
"@babel/helper-module-transforms@npm:^7.26.0":
117-
version: 7.26.0
118-
resolution: "@babel/helper-module-transforms@npm:7.26.0"
116+
"@babel/helper-module-transforms@npm:^7.27.1":
117+
version: 7.27.1
118+
resolution: "@babel/helper-module-transforms@npm:7.27.1"
119119
dependencies:
120-
"@babel/helper-module-imports": "npm:^7.25.9"
121-
"@babel/helper-validator-identifier": "npm:^7.25.9"
122-
"@babel/traverse": "npm:^7.25.9"
120+
"@babel/helper-module-imports": "npm:^7.27.1"
121+
"@babel/helper-validator-identifier": "npm:^7.27.1"
122+
"@babel/traverse": "npm:^7.27.1"
123123
peerDependencies:
124124
"@babel/core": ^7.0.0
125-
checksum: ee111b68a5933481d76633dad9cdab30c41df4479f0e5e1cc4756dc9447c1afd2c9473b5ba006362e35b17f4ebddd5fca090233bef8dfc84dca9d9127e56ec3a
125+
checksum: 196ab29635fe6eb5ba6ead2972d41b1c0d40f400f99bd8fc109cef21440de24c26c972fabf932585e618694d590379ab8d22def8da65a54459d38ec46112ead7
126126
languageName: node
127127
linkType: hard
128128

@@ -133,45 +133,45 @@ __metadata:
133133
languageName: node
134134
linkType: hard
135135

136-
"@babel/helper-string-parser@npm:^7.25.9":
137-
version: 7.25.9
138-
resolution: "@babel/helper-string-parser@npm:7.25.9"
139-
checksum: 7244b45d8e65f6b4338a6a68a8556f2cb161b782343e97281a5f2b9b93e420cad0d9f5773a59d79f61d0c448913d06f6a2358a87f2e203cf112e3c5b53522ee6
136+
"@babel/helper-string-parser@npm:^7.27.1":
137+
version: 7.27.1
138+
resolution: "@babel/helper-string-parser@npm:7.27.1"
139+
checksum: 8bda3448e07b5583727c103560bcf9c4c24b3c1051a4c516d4050ef69df37bb9a4734a585fe12725b8c2763de0a265aa1e909b485a4e3270b7cfd3e4dbe4b602
140140
languageName: node
141141
linkType: hard
142142

143-
"@babel/helper-validator-identifier@npm:^7.25.9":
144-
version: 7.25.9
145-
resolution: "@babel/helper-validator-identifier@npm:7.25.9"
146-
checksum: 4fc6f830177b7b7e887ad3277ddb3b91d81e6c4a24151540d9d1023e8dc6b1c0505f0f0628ae653601eb4388a8db45c1c14b2c07a9173837aef7e4116456259d
143+
"@babel/helper-validator-identifier@npm:^7.27.1":
144+
version: 7.27.1
145+
resolution: "@babel/helper-validator-identifier@npm:7.27.1"
146+
checksum: c558f11c4871d526498e49d07a84752d1800bf72ac0d3dad100309a2eaba24efbf56ea59af5137ff15e3a00280ebe588560534b0e894a4750f8b1411d8f78b84
147147
languageName: node
148148
linkType: hard
149149

150-
"@babel/helper-validator-option@npm:^7.25.9":
151-
version: 7.25.9
152-
resolution: "@babel/helper-validator-option@npm:7.25.9"
153-
checksum: 27fb195d14c7dcb07f14e58fe77c44eea19a6a40a74472ec05c441478fa0bb49fa1c32b2d64be7a38870ee48ef6601bdebe98d512f0253aea0b39756c4014f3e
150+
"@babel/helper-validator-option@npm:^7.27.1":
151+
version: 7.27.1
152+
resolution: "@babel/helper-validator-option@npm:7.27.1"
153+
checksum: 6fec5f006eba40001a20f26b1ef5dbbda377b7b68c8ad518c05baa9af3f396e780bdfded24c4eef95d14bb7b8fd56192a6ed38d5d439b97d10efc5f1a191d148
154154
languageName: node
155155
linkType: hard
156156

157-
"@babel/helpers@npm:^7.26.10":
158-
version: 7.26.10
159-
resolution: "@babel/helpers@npm:7.26.10"
157+
"@babel/helpers@npm:^7.27.1":
158+
version: 7.27.1
159+
resolution: "@babel/helpers@npm:7.27.1"
160160
dependencies:
161-
"@babel/template": "npm:^7.26.9"
162-
"@babel/types": "npm:^7.26.10"
163-
checksum: f99e1836bcffce96db43158518bb4a24cf266820021f6461092a776cba2dc01d9fc8b1b90979d7643c5c2ab7facc438149064463a52dd528b21c6ab32509784f
161+
"@babel/template": "npm:^7.27.1"
162+
"@babel/types": "npm:^7.27.1"
163+
checksum: e078257b9342dae2c041ac050276c5a28701434ad09478e6dc6976abd99f721a5a92e4bebddcbca6b1c3a7e8acace56a946340c701aad5e7507d2c87446459ba
164164
languageName: node
165165
linkType: hard
166166

167-
"@babel/parser@npm:^7.1.0, @babel/parser@npm:^7.14.7, @babel/parser@npm:^7.20.7, @babel/parser@npm:^7.26.10, @babel/parser@npm:^7.26.9":
168-
version: 7.26.10
169-
resolution: "@babel/parser@npm:7.26.10"
167+
"@babel/parser@npm:^7.1.0, @babel/parser@npm:^7.14.7, @babel/parser@npm:^7.20.7, @babel/parser@npm:^7.27.1":
168+
version: 7.27.1
169+
resolution: "@babel/parser@npm:7.27.1"
170170
dependencies:
171-
"@babel/types": "npm:^7.26.10"
171+
"@babel/types": "npm:^7.27.1"
172172
bin:
173173
parser: ./bin/babel-parser.js
174-
checksum: c47f5c0f63cd12a663e9dc94a635f9efbb5059d98086a92286d7764357c66bceba18ccbe79333e01e9be3bfb8caba34b3aaebfd8e62c3d5921c8cf907267be75
174+
checksum: ae4a5eda3ada3fd54c9942d9f14385df7a18e71b386cf2652505bb9a40a32250dfde3bdda71fb08af00b1e154f0a6213e6cdaaa88e9941229ec0003f7fead759
175175
languageName: node
176176
linkType: hard
177177

@@ -329,39 +329,39 @@ __metadata:
329329
languageName: node
330330
linkType: hard
331331

332-
"@babel/template@npm:^7.26.9, @babel/template@npm:^7.3.3":
333-
version: 7.26.9
334-
resolution: "@babel/template@npm:7.26.9"
332+
"@babel/template@npm:^7.27.1, @babel/template@npm:^7.3.3":
333+
version: 7.27.1
334+
resolution: "@babel/template@npm:7.27.1"
335335
dependencies:
336-
"@babel/code-frame": "npm:^7.26.2"
337-
"@babel/parser": "npm:^7.26.9"
338-
"@babel/types": "npm:^7.26.9"
339-
checksum: 019b1c4129cc01ad63e17529089c2c559c74709d225f595eee017af227fee11ae8a97a6ab19ae6768b8aa22d8d75dcb60a00b28f52e9fa78140672d928bc1ae9
336+
"@babel/code-frame": "npm:^7.27.1"
337+
"@babel/parser": "npm:^7.27.1"
338+
"@babel/types": "npm:^7.27.1"
339+
checksum: 155a8e056e82f1f1e2413b7bf9d96890e371d617c7f77f25621fb0ddb32128958d86bc5c3356f00be266e9f8c121d886de5b4143dbb72eac362377f53aba72a2
340340
languageName: node
341341
linkType: hard
342342

343-
"@babel/traverse@npm:^7.25.9, @babel/traverse@npm:^7.26.10":
344-
version: 7.26.10
345-
resolution: "@babel/traverse@npm:7.26.10"
343+
"@babel/traverse@npm:^7.27.1":
344+
version: 7.27.1
345+
resolution: "@babel/traverse@npm:7.27.1"
346346
dependencies:
347-
"@babel/code-frame": "npm:^7.26.2"
348-
"@babel/generator": "npm:^7.26.10"
349-
"@babel/parser": "npm:^7.26.10"
350-
"@babel/template": "npm:^7.26.9"
351-
"@babel/types": "npm:^7.26.10"
347+
"@babel/code-frame": "npm:^7.27.1"
348+
"@babel/generator": "npm:^7.27.1"
349+
"@babel/parser": "npm:^7.27.1"
350+
"@babel/template": "npm:^7.27.1"
351+
"@babel/types": "npm:^7.27.1"
352352
debug: "npm:^4.3.1"
353353
globals: "npm:^11.1.0"
354-
checksum: 4e86bb4e3c30a6162bb91df86329df79d96566c3e2d9ccba04f108c30473a3a4fd360d9990531493d90f6a12004f10f616bf9b9229ca30c816b708615e9de2ac
354+
checksum: d912110037b03b1d70a2436cfd51316d930366a5f54252da2bced1ba38642f644f848240a951e5caf12f1ef6c40d3d96baa92ea6e84800f2e891c15e97b25d50
355355
languageName: node
356356
linkType: hard
357357

358-
"@babel/types@npm:^7.0.0, @babel/types@npm:^7.20.7, @babel/types@npm:^7.25.9, @babel/types@npm:^7.26.10, @babel/types@npm:^7.26.9, @babel/types@npm:^7.3.3":
359-
version: 7.26.10
360-
resolution: "@babel/types@npm:7.26.10"
358+
"@babel/types@npm:^7.0.0, @babel/types@npm:^7.20.7, @babel/types@npm:^7.27.1, @babel/types@npm:^7.3.3":
359+
version: 7.27.1
360+
resolution: "@babel/types@npm:7.27.1"
361361
dependencies:
362-
"@babel/helper-string-parser": "npm:^7.25.9"
363-
"@babel/helper-validator-identifier": "npm:^7.25.9"
364-
checksum: 7a7f83f568bfc3dfabfaf9ae3a97ab5c061726c0afa7dcd94226d4f84a81559da368ed79671e3a8039d16f12476cf110381a377ebdea07587925f69628200dac
362+
"@babel/helper-string-parser": "npm:^7.27.1"
363+
"@babel/helper-validator-identifier": "npm:^7.27.1"
364+
checksum: ed736f14db2fdf0d36c539c8e06b6bb5e8f9649a12b5c0e1c516fed827f27ef35085abe08bf4d1302a4e20c9a254e762eed453bce659786d4a6e01ba26a91377
365365
languageName: node
366366
linkType: hard
367367

@@ -809,7 +809,7 @@ __metadata:
809809
version: 0.0.0-use.local
810810
resolution: "@labforward/laboperator-workflow-schema@workspace:."
811811
dependencies:
812-
"@babel/core": "npm:^7.26.10"
812+
"@babel/core": "npm:^7.27.1"
813813
"@labforward/config": "npm:^0.1.8"
814814
"@labforward/eslint-config-node": "npm:^0.1.8"
815815
"@types/jest": "npm:^29.5.14"
@@ -5040,10 +5040,10 @@ __metadata:
50405040
languageName: node
50415041
linkType: hard
50425042

5043-
"picocolors@npm:^1.0.0, picocolors@npm:^1.0.1":
5044-
version: 1.0.1
5045-
resolution: "picocolors@npm:1.0.1"
5046-
checksum: c63cdad2bf812ef0d66c8db29583802355d4ca67b9285d846f390cc15c2f6ccb94e8cb7eb6a6e97fc5990a6d3ad4ae42d86c84d3146e667c739a4234ed50d400
5043+
"picocolors@npm:^1.0.1, picocolors@npm:^1.1.1":
5044+
version: 1.1.1
5045+
resolution: "picocolors@npm:1.1.1"
5046+
checksum: e2e3e8170ab9d7c7421969adaa7e1b31434f789afb9b3f115f6b96d91945041ac3ceb02e9ec6fe6510ff036bcc0bf91e69a1772edc0b707e12b19c0f2d6bcf58
50475047
languageName: node
50485048
linkType: hard
50495049

0 commit comments

Comments
 (0)