Skip to content

Commit 3d981a1

Browse files
Bump @babel/core from 7.28.0 to 7.28.3 in the babel group (#836)
Bumps the babel group with 1 update: [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core). Updates `@babel/core` from 7.28.0 to 7.28.3 <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.28.3 (2025-08-14)</h2> <h4>:eyeglasses: Spec Compliance</h4> <ul> <li><code>babel-helper-create-class-features-plugin</code>, <code>babel-plugin-proposal-decorators</code>, <code>babel-plugin-transform-class-static-block</code>, <code>babel-preset-env</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17443">#17443</a> [static blocks] Do not inject new static fields after static code (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li> </ul> </li> </ul> <h4>:bug: Bug Fix</h4> <ul> <li><code>babel-parser</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17465">#17465</a> fix(parser/typescript): parse <code>import(&quot;./a&quot;, {with:{},})</code> (<a href="https://github.com/easrng"><code>@​easrng</code></a>)</li> <li><a href="https://redirect.github.com/babel/babel/pull/17478">#17478</a> fix(parser): stop subscript parsing on async arrow (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> </ul> </li> </ul> <h4>:nail_care: Polish</h4> <ul> <li><code>babel-plugin-transform-regenerator</code>, <code>babel-plugin-transform-runtime</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17363">#17363</a> Do not save last yield in call in temp var (<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://redirect.github.com/babel/babel/pull/17448">#17448</a> move eslint-{parser,plugin} docs to the website (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> </ul> <h4>:house: Internal</h4> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17454">#17454</a> Enable type checking for <code>scripts</code> and <code>babel-worker.cjs</code> (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> </ul> <h4>:microscope: Output optimization</h4> <ul> <li><code>babel-plugin-proposal-destructuring-private</code>, <code>babel-plugin-proposal-do-expressions</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17444">#17444</a> Optimize do expression output (<a href="https://github.com/JLHwung"><code>@​JLHwung</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>Huáng Jùnliàng (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> <li>Jam Balaya (<a href="https://github.com/JamBalaya56562"><code>@​JamBalaya56562</code></a>)</li> <li>Nicolò Ribaudo (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li> <li>easrng (<a href="https://github.com/easrng"><code>@​easrng</code></a>)</li> </ul> <h2>v7.28.2 (2025-07-24)</h2> <p>Thanks <a href="https://github.com/souhailaS"><code>@​souhailaS</code></a> for your first PR!</p> <h4>:bug: Bug Fix</h4> <ul> <li><code>babel-types</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17445">#17445</a> [babel 7] Make <code>operator</code> param in <code>t.tsTypeOperator</code> optional (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</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/17441">#17441</a> fix: <code>regeneratorDefine</code> compatibility with es5 strict mode (<a href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</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>Nicolò Ribaudo (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li> <li>SOUHAILA SERBOUT (<a href="https://github.com/souhailaS"><code>@​souhailaS</code></a>)</li> <li><a href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a></li> </ul> <h2>v7.28.1 (2025-07-12)</h2> <!-- 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.28.3 (2025-08-14)</h2> <h4>:eyeglasses: Spec Compliance</h4> <ul> <li><code>babel-helper-create-class-features-plugin</code>, <code>babel-plugin-proposal-decorators</code>, <code>babel-plugin-transform-class-static-block</code>, <code>babel-preset-env</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17443">#17443</a> [static blocks] Do not inject new static fields after static code (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li> </ul> </li> </ul> <h4>:bug: Bug Fix</h4> <ul> <li><code>babel-parser</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17465">#17465</a> fix(parser/typescript): parse <code>import(&quot;./a&quot;, {with:{},})</code> (<a href="https://github.com/easrng"><code>@​easrng</code></a>)</li> <li><a href="https://redirect.github.com/babel/babel/pull/17478">#17478</a> fix(parser): stop subscript parsing on async arrow (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> </ul> </li> </ul> <h4>:nail_care: Polish</h4> <ul> <li><code>babel-plugin-transform-regenerator</code>, <code>babel-plugin-transform-runtime</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17363">#17363</a> Do not save last yield in call in temp var (<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://redirect.github.com/babel/babel/pull/17448">#17448</a> move eslint-{parser,plugin} docs to the website (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> </ul> <h4>:house: Internal</h4> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17454">#17454</a> Enable type checking for <code>scripts</code> and <code>babel-worker.cjs</code> (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> </ul> <h4>:microscope: Output optimization</h4> <ul> <li><code>babel-plugin-proposal-destructuring-private</code>, <code>babel-plugin-proposal-do-expressions</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17444">#17444</a> Optimize do expression output (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> </ul> </li> </ul> <h2>v7.28.2 (2025-07-24)</h2> <h4>:bug: Bug Fix</h4> <ul> <li><code>babel-types</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17445">#17445</a> [babel 7] Make <code>operator</code> param in <code>t.tsTypeOperator</code> optional (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</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/17441">#17441</a> fix: <code>regeneratorDefine</code> compatibility with es5 strict mode (<a href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li> </ul> </li> </ul> <h2>v7.28.1 (2025-07-12)</h2> <h4>:bug: Bug Fix</h4> <ul> <li><code>babel-plugin-transform-async-generator-functions</code>, <code>babel-plugin-transform-regenerator</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17426">#17426</a> fix: <code>regenerator</code> correctly handles <code>throw</code> outside of <code>try</code> (<a href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li> </ul> </li> </ul> <h4>:memo: Documentation</h4> <ul> <li><code>babel-types</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17422">#17422</a> Add missing FunctionParameter docs (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> </ul> </li> </ul> <h4>:leftwards_arrow_with_hook: Revert</h4> <ul> <li><code>babel-plugin-proposal-destructuring-private</code>, <code>babel-plugin-proposal-do-expressions</code>, <code>babel-types</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17432">#17432</a> Do not mark OptionalMemberExpresion as LVal (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/babel/babel/commit/ef155f5ca83c73dbc1ea8d95216830b7dc3b0ac2"><code>ef155f5</code></a> v7.28.3</li> <li><a href="https://github.com/babel/babel/commit/98d18aa4f66ce300a6a863bad223ab67b3fdf282"><code>98d18aa</code></a> Misc: Cleanup Babel 8 tasks (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/17429">#17429</a>)</li> <li><a href="https://github.com/babel/babel/commit/64ec61ed54fab405a484f310dc61cb94bb55eecc"><code>64ec61e</code></a> export PartialConfig and NormalizedOptions (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/17470">#17470</a>)</li> <li><a href="https://github.com/babel/babel/commit/fb57f269bc2de6ba32bc3fff17eef3c18040f429"><code>fb57f26</code></a> chore: update browser compat libs (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/17469">#17469</a>)</li> <li>See full diff in <a href="https://github.com/babel/babel/commits/v7.28.3/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.28.0&new-version=7.28.3)](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 b4a21fb commit 3d981a1

File tree

2 files changed

+44
-44
lines changed

2 files changed

+44
-44
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.28.0",
43+
"@babel/core": "^7.28.3",
4444
"@labforward/config": "^0.1.8",
4545
"@labforward/eslint-config-node": "^0.1.8",
4646
"@types/jest": "^30.0.0",

yarn.lock

Lines changed: 43 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -40,26 +40,26 @@ __metadata:
4040
languageName: node
4141
linkType: hard
4242

43-
"@babel/core@npm:^7.23.9, @babel/core@npm:^7.26.9, @babel/core@npm:^7.27.4, @babel/core@npm:^7.28.0":
44-
version: 7.28.0
45-
resolution: "@babel/core@npm:7.28.0"
43+
"@babel/core@npm:^7.23.9, @babel/core@npm:^7.26.9, @babel/core@npm:^7.27.4, @babel/core@npm:^7.28.3":
44+
version: 7.28.3
45+
resolution: "@babel/core@npm:7.28.3"
4646
dependencies:
4747
"@ampproject/remapping": "npm:^2.2.0"
4848
"@babel/code-frame": "npm:^7.27.1"
49-
"@babel/generator": "npm:^7.28.0"
49+
"@babel/generator": "npm:^7.28.3"
5050
"@babel/helper-compilation-targets": "npm:^7.27.2"
51-
"@babel/helper-module-transforms": "npm:^7.27.3"
52-
"@babel/helpers": "npm:^7.27.6"
53-
"@babel/parser": "npm:^7.28.0"
51+
"@babel/helper-module-transforms": "npm:^7.28.3"
52+
"@babel/helpers": "npm:^7.28.3"
53+
"@babel/parser": "npm:^7.28.3"
5454
"@babel/template": "npm:^7.27.2"
55-
"@babel/traverse": "npm:^7.28.0"
56-
"@babel/types": "npm:^7.28.0"
55+
"@babel/traverse": "npm:^7.28.3"
56+
"@babel/types": "npm:^7.28.2"
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: 423302e7c721e73b1c096217880272e02020dfb697a55ccca60ad01bba90037015f84d0c20c6ce297cf33a19bb704bc5c2b3d3095f5284dfa592bd1de0b9e8c3
62+
checksum: e6b3eb830c4b93f5a442b305776df1cd2bb4fafa4612355366f67c764f3e54a69d45b84def77fb2d4fd83439102667b0a92c3ea2838f678733245b748c602a7b
6363
languageName: node
6464
linkType: hard
6565

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

80-
"@babel/generator@npm:^7.27.5, @babel/generator@npm:^7.28.0":
81-
version: 7.28.0
82-
resolution: "@babel/generator@npm:7.28.0"
80+
"@babel/generator@npm:^7.27.5, @babel/generator@npm:^7.28.3":
81+
version: 7.28.3
82+
resolution: "@babel/generator@npm:7.28.3"
8383
dependencies:
84-
"@babel/parser": "npm:^7.28.0"
85-
"@babel/types": "npm:^7.28.0"
84+
"@babel/parser": "npm:^7.28.3"
85+
"@babel/types": "npm:^7.28.2"
8686
"@jridgewell/gen-mapping": "npm:^0.3.12"
8787
"@jridgewell/trace-mapping": "npm:^0.3.28"
8888
jsesc: "npm:^3.0.2"
89-
checksum: 1b3d122268ea3df50fde707ad864d9a55c72621357d5cebb972db3dd76859c45810c56e16ad23123f18f80cc2692f5a015d2858361300f0f224a05dc43d36a92
89+
checksum: 0ff58bcf04f8803dcc29479b547b43b9b0b828ec1ee0668e92d79f9e90f388c28589056637c5ff2fd7bcf8d153c990d29c448d449d852bf9d1bc64753ca462bc
9090
languageName: node
9191
linkType: hard
9292

@@ -120,16 +120,16 @@ __metadata:
120120
languageName: node
121121
linkType: hard
122122

123-
"@babel/helper-module-transforms@npm:^7.27.3":
124-
version: 7.27.3
125-
resolution: "@babel/helper-module-transforms@npm:7.27.3"
123+
"@babel/helper-module-transforms@npm:^7.28.3":
124+
version: 7.28.3
125+
resolution: "@babel/helper-module-transforms@npm:7.28.3"
126126
dependencies:
127127
"@babel/helper-module-imports": "npm:^7.27.1"
128128
"@babel/helper-validator-identifier": "npm:^7.27.1"
129-
"@babel/traverse": "npm:^7.27.3"
129+
"@babel/traverse": "npm:^7.28.3"
130130
peerDependencies:
131131
"@babel/core": ^7.0.0
132-
checksum: fccb4f512a13b4c069af51e1b56b20f54024bcf1591e31e978a30f3502567f34f90a80da6a19a6148c249216292a8074a0121f9e52602510ef0f32dbce95ca01
132+
checksum: 549be62515a6d50cd4cfefcab1b005c47f89bd9135a22d602ee6a5e3a01f27571868ada10b75b033569f24dc4a2bb8d04bfa05ee75c16da7ade2d0db1437fcdb
133133
languageName: node
134134
linkType: hard
135135

@@ -161,24 +161,24 @@ __metadata:
161161
languageName: node
162162
linkType: hard
163163

164-
"@babel/helpers@npm:^7.27.6":
165-
version: 7.27.6
166-
resolution: "@babel/helpers@npm:7.27.6"
164+
"@babel/helpers@npm:^7.28.3":
165+
version: 7.28.3
166+
resolution: "@babel/helpers@npm:7.28.3"
167167
dependencies:
168168
"@babel/template": "npm:^7.27.2"
169-
"@babel/types": "npm:^7.27.6"
170-
checksum: 448bac96ef8b0f21f2294a826df9de6bf4026fd023f8a6bb6c782fe3e61946801ca24381490b8e58d861fee75cd695a1882921afbf1f53b0275ee68c938bd6d3
169+
"@babel/types": "npm:^7.28.2"
170+
checksum: 03a8f94135415eec62d37be9c62c63908f2d5386c7b00e04545de4961996465775330e3eb57717ea7451e19b0e24615777ebfec408c2adb1df3b10b4df6bf1ce
171171
languageName: node
172172
linkType: hard
173173

174-
"@babel/parser@npm:^7.1.0, @babel/parser@npm:^7.20.7, @babel/parser@npm:^7.23.9, @babel/parser@npm:^7.27.2, @babel/parser@npm:^7.28.0":
175-
version: 7.28.0
176-
resolution: "@babel/parser@npm:7.28.0"
174+
"@babel/parser@npm:^7.1.0, @babel/parser@npm:^7.20.7, @babel/parser@npm:^7.23.9, @babel/parser@npm:^7.27.2, @babel/parser@npm:^7.28.3":
175+
version: 7.28.3
176+
resolution: "@babel/parser@npm:7.28.3"
177177
dependencies:
178-
"@babel/types": "npm:^7.28.0"
178+
"@babel/types": "npm:^7.28.2"
179179
bin:
180180
parser: ./bin/babel-parser.js
181-
checksum: c2ef81d598990fa949d1d388429df327420357cb5200271d0d0a2784f1e6d54afc8301eb8bdf96d8f6c77781e402da93c7dc07980fcc136ac5b9d5f1fce701b5
181+
checksum: 1f41eb82623b0ca0f94521b57f4790c6c457cd922b8e2597985b36bdec24114a9ccf54640286a760ceb60f11fe9102d192bf60477aee77f5d45f1029b9b72729
182182
languageName: node
183183
linkType: hard
184184

@@ -380,28 +380,28 @@ __metadata:
380380
languageName: node
381381
linkType: hard
382382

383-
"@babel/traverse@npm:^7.27.1, @babel/traverse@npm:^7.27.3, @babel/traverse@npm:^7.28.0":
384-
version: 7.28.0
385-
resolution: "@babel/traverse@npm:7.28.0"
383+
"@babel/traverse@npm:^7.27.1, @babel/traverse@npm:^7.28.3":
384+
version: 7.28.3
385+
resolution: "@babel/traverse@npm:7.28.3"
386386
dependencies:
387387
"@babel/code-frame": "npm:^7.27.1"
388-
"@babel/generator": "npm:^7.28.0"
388+
"@babel/generator": "npm:^7.28.3"
389389
"@babel/helper-globals": "npm:^7.28.0"
390-
"@babel/parser": "npm:^7.28.0"
390+
"@babel/parser": "npm:^7.28.3"
391391
"@babel/template": "npm:^7.27.2"
392-
"@babel/types": "npm:^7.28.0"
392+
"@babel/types": "npm:^7.28.2"
393393
debug: "npm:^4.3.1"
394-
checksum: 32794402457827ac558173bcebdcc0e3a18fa339b7c41ca35621f9f645f044534d91bb923ff385f5f960f2e495f56ce18d6c7b0d064d2f0ccb55b285fa6bc7b9
394+
checksum: 26e95b29a46925b7b41255e03185b7e65b2c4987e14bbee7bbf95867fb19c69181f301bbe1c7b201d4fe0cce6aa0cbea0282dad74b3a0fef3d9058f6c76fdcb3
395395
languageName: node
396396
linkType: hard
397397

398-
"@babel/types@npm:^7.0.0, @babel/types@npm:^7.20.7, @babel/types@npm:^7.27.1, @babel/types@npm:^7.27.3, @babel/types@npm:^7.27.6, @babel/types@npm:^7.28.0":
399-
version: 7.28.0
400-
resolution: "@babel/types@npm:7.28.0"
398+
"@babel/types@npm:^7.0.0, @babel/types@npm:^7.20.7, @babel/types@npm:^7.27.1, @babel/types@npm:^7.27.3, @babel/types@npm:^7.28.2":
399+
version: 7.28.2
400+
resolution: "@babel/types@npm:7.28.2"
401401
dependencies:
402402
"@babel/helper-string-parser": "npm:^7.27.1"
403403
"@babel/helper-validator-identifier": "npm:^7.27.1"
404-
checksum: 7ca8521bf5e2d2ed4db31176efaaf94463a6b7a4d16dcc60e34e963b3596c2ecadb85457bebed13a9ee9a5829ef5f515d05b55a991b6a8f3b835451843482e39
404+
checksum: 24b11c9368e7e2c291fe3c1bcd1ed66f6593a3975f479cbb9dd7b8c8d8eab8a962b0d2fca616c043396ce82500ac7d23d594fbbbd013828182c01596370a0b10
405405
languageName: node
406406
linkType: hard
407407

@@ -905,7 +905,7 @@ __metadata:
905905
version: 0.0.0-use.local
906906
resolution: "@labforward/laboperator-workflow-schema@workspace:."
907907
dependencies:
908-
"@babel/core": "npm:^7.28.0"
908+
"@babel/core": "npm:^7.28.3"
909909
"@labforward/config": "npm:^0.1.8"
910910
"@labforward/eslint-config-node": "npm:^0.1.8"
911911
"@types/jest": "npm:^30.0.0"

0 commit comments

Comments
 (0)