Skip to content

Commit 260bf62

Browse files
Bump @babel/core from 7.27.1 to 7.27.3 in the babel group (#781)
Bumps the babel group with 1 update: [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core). Updates `@babel/core` from 7.27.1 to 7.27.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.27.3 (2025-05-27)</h2> <h4>:bug: Bug Fix</h4> <ul> <li><code>babel-generator</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17324">#17324</a> Improve multiline comments handling in yield/await expression (<a href="https://github.com/JLHwung"><code>@​JLHwung</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/17328">#17328</a> Correctly set <code>.displayName</code> on <code>GeneratorFunction</code> (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li> </ul> </li> <li><code>babel-plugin-proposal-explicit-resource-management</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17319">#17319</a> fix: handle shadowed binding in <code>for using of</code> body (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> <li><a href="https://redirect.github.com/babel/babel/pull/17317">#17317</a> fix: support named evaluation for using declaration (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> </ul> </li> <li><code>babel-plugin-proposal-decorators</code>, <code>babel-types</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17321">#17321</a> fix(converter): Remove <code>abstract</code> modifiers in class declaration to expression conversion (<a href="https://github.com/magic-akari"><code>@​magic-akari</code></a>)</li> </ul> </li> <li><code>babel-helper-module-transforms</code>, <code>babel-plugin-proposal-explicit-resource-management</code>, <code>babel-plugin-transform-modules-amd</code>, <code>babel-plugin-transform-modules-commonjs</code>, <code>babel-plugin-transform-modules-umd</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17257">#17257</a> Preserve class id when transforming using declarations with exported class (<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/17312">#17312</a> fix(parser): properly handle optional markers in generator class methods (<a href="https://github.com/magic-akari"><code>@​magic-akari</code></a>)</li> <li><a href="https://redirect.github.com/babel/babel/pull/17307">#17307</a> fix(parser): Terminate modifier parsing at newline (<a href="https://github.com/magic-akari"><code>@​magic-akari</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/17308">#17308</a> Improve import phase parsing (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> </ul> </li> </ul> <h4>Committers: 7</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>Vik R (<a href="https://github.com/vikr01"><code>@​vikr01</code></a>)</li> <li><a href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a></li> <li><a href="https://github.com/magic-akari"><code>@​magic-akari</code></a></li> <li>fisker Cheung (<a href="https://github.com/fisker"><code>@​fisker</code></a>)</li> </ul> <h2>v7.27.2 (2025-05-06)</h2> <h4>:bug: Bug Fix</h4> <ul> <li><code>babel-parser</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17289">#17289</a> fix: <code>@babel/parser/bin/index.js</code> contains <code>node:</code> protocol require (<a href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li> <li><a href="https://redirect.github.com/babel/babel/pull/17291">#17291</a> fix: Private class method not found when TS and estree (<a href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li> </ul> </li> <li><code>babel-plugin-transform-object-rest-spread</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17281">#17281</a> Fix: improve object rest handling in array pattern (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> </ul> </li> <li><code>babel-plugin-transform-modules-commonjs</code>, <code>babel-template</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17284">#17284</a> fix(babel-template): Properly handle empty string replacements (<a href="https://github.com/magic-akari"><code>@​magic-akari</code></a>)</li> </ul> </li> </ul> <h4>:running_woman: Performance</h4> <ul> <li><code>babel-cli</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17285">#17285</a> Enable Node compile cache for <code>@babel/cli</code> (<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>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> <li><a href="https://github.com/magic-akari"><code>@​magic-akari</code></a></li> </ul> </blockquote> </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.3 (2025-05-27)</h2> <h4>:bug: Bug Fix</h4> <ul> <li><code>babel-generator</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17324">#17324</a> Improve multiline comments handling in yield/await expression (<a href="https://github.com/JLHwung"><code>@​JLHwung</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/17328">#17328</a> Correctly set <code>.displayName</code> on <code>GeneratorFunction</code> (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li> </ul> </li> <li><code>babel-plugin-proposal-explicit-resource-management</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17319">#17319</a> fix: handle shadowed binding in <code>for using of</code> body (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> <li><a href="https://redirect.github.com/babel/babel/pull/17317">#17317</a> fix: support named evaluation for using declaration (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> </ul> </li> <li><code>babel-plugin-proposal-decorators</code>, <code>babel-types</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17321">#17321</a> fix(converter): Remove <code>abstract</code> modifiers in class declaration to expression conversion (<a href="https://github.com/magic-akari"><code>@​magic-akari</code></a>)</li> </ul> </li> <li><code>babel-helper-module-transforms</code>, <code>babel-plugin-proposal-explicit-resource-management</code>, <code>babel-plugin-transform-modules-amd</code>, <code>babel-plugin-transform-modules-commonjs</code>, <code>babel-plugin-transform-modules-umd</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17257">#17257</a> Preserve class id when transforming using declarations with exported class (<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/17312">#17312</a> fix(parser): properly handle optional markers in generator class methods (<a href="https://github.com/magic-akari"><code>@​magic-akari</code></a>)</li> <li><a href="https://redirect.github.com/babel/babel/pull/17307">#17307</a> fix(parser): Terminate modifier parsing at newline (<a href="https://github.com/magic-akari"><code>@​magic-akari</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/17308">#17308</a> Improve import phase parsing (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> </ul> </li> </ul> <h2>v7.27.2 (2025-05-06)</h2> <h4>:bug: Bug Fix</h4> <ul> <li><code>babel-parser</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17289">#17289</a> fix: <code>@babel/parser/bin/index.js</code> contains <code>node:</code> protocol require (<a href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li> <li><a href="https://redirect.github.com/babel/babel/pull/17291">#17291</a> fix: Private class method not found when TS and estree (<a href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li> </ul> </li> <li><code>babel-plugin-transform-object-rest-spread</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17281">#17281</a> Fix: improve object rest handling in array pattern (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> </ul> </li> <li><code>babel-plugin-transform-modules-commonjs</code>, <code>babel-template</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17284">#17284</a> fix(babel-template): Properly handle empty string replacements (<a href="https://github.com/magic-akari"><code>@​magic-akari</code></a>)</li> </ul> </li> </ul> <h4>:running_woman: Performance</h4> <ul> <li><code>babel-cli</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17285">#17285</a> Enable Node compile cache for <code>@babel/cli</code> (<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/da5e371efabf6c0baab1ec2c888da189e1b610ad"><code>da5e371</code></a> v7.27.3</li> <li><a href="https://github.com/babel/babel/commit/4b76a5f2c1ae0b8ea308c1687f86cc8cdbaffc88"><code>4b76a5f</code></a> Enable <code>dot-notation</code> rule (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/17301">#17301</a>)</li> <li><a href="https://github.com/babel/babel/commit/73623f146a4432ff8618f4500fd1ee50f070e081"><code>73623f1</code></a> Refine typing for parserOverride in babel plugins (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/17322">#17322</a>)</li> <li>See full diff in <a href="https://github.com/babel/babel/commits/v7.27.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.27.1&new-version=7.27.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 8247462 commit 260bf62

File tree

2 files changed

+62
-62
lines changed

2 files changed

+62
-62
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.27.1",
43+
"@babel/core": "^7.27.3",
4444
"@labforward/config": "^0.1.8",
4545
"@labforward/eslint-config-node": "^0.1.8",
4646
"@types/jest": "^29.5.14",

yarn.lock

Lines changed: 61 additions & 61 deletions
Original file line numberDiff line numberDiff line change
@@ -33,33 +33,33 @@ __metadata:
3333
languageName: node
3434
linkType: hard
3535

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
36+
"@babel/compat-data@npm:^7.27.2":
37+
version: 7.27.3
38+
resolution: "@babel/compat-data@npm:7.27.3"
39+
checksum: 5736c42c98e38c788c1c53e9bc7c1aa42cb3dd907f3fa2c26c5a123bc957eb3df69acb2f4e96c2f208eb164410d5beddd8b4249353a7ef6e5d6e6eb4292c3587
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.9, @babel/core@npm:^7.27.1":
44-
version: 7.27.1
45-
resolution: "@babel/core@npm:7.27.1"
43+
"@babel/core@npm:^7.11.6, @babel/core@npm:^7.12.3, @babel/core@npm:^7.26.9, @babel/core@npm:^7.27.3":
44+
version: 7.27.3
45+
resolution: "@babel/core@npm:7.27.3"
4646
dependencies:
4747
"@ampproject/remapping": "npm:^2.2.0"
4848
"@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"
49+
"@babel/generator": "npm:^7.27.3"
50+
"@babel/helper-compilation-targets": "npm:^7.27.2"
51+
"@babel/helper-module-transforms": "npm:^7.27.3"
52+
"@babel/helpers": "npm:^7.27.3"
53+
"@babel/parser": "npm:^7.27.3"
54+
"@babel/template": "npm:^7.27.2"
55+
"@babel/traverse": "npm:^7.27.3"
56+
"@babel/types": "npm:^7.27.3"
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: 0fc31f87f5401ac5d375528cb009f4ea5527fc8c5bb5b64b5b22c033b60fd0ad723388933a5f3f5db14e1edd13c958e9dd7e5c68f9b68c767aeb496199c8a4bb
62+
checksum: c6ada8f64d238f1cc166e21e5d056f96e976fc5132cc6f4ebaf5369bc5b1c62bc802756feed15240e0e8448a9a9434796b11af2f304b5aa3781f125b4928a6ba
6363
languageName: node
6464
linkType: hard
6565

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

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"
80+
"@babel/generator@npm:^7.27.3, @babel/generator@npm:^7.7.2":
81+
version: 7.27.3
82+
resolution: "@babel/generator@npm:7.27.3"
8383
dependencies:
84-
"@babel/parser": "npm:^7.27.1"
85-
"@babel/types": "npm:^7.27.1"
84+
"@babel/parser": "npm:^7.27.3"
85+
"@babel/types": "npm:^7.27.3"
8686
"@jridgewell/gen-mapping": "npm:^0.3.5"
8787
"@jridgewell/trace-mapping": "npm:^0.3.25"
8888
jsesc: "npm:^3.0.2"
89-
checksum: c4156434b21818f558ebd93ce45f027c53ee570ce55a84fd2d9ba45a79ad204c17e0bff753c886fb6c07df3385445a9e34dc7ccb070d0ac7e80bb91c8b57f423
89+
checksum: 341622e17c61d008fc746b655ab95ef7febb543df8efb4148f57cf06e60ade1abe091ed7d6811df17b064d04d64f69bb7f35ab0654137116d55c54a73145a61a
9090
languageName: node
9191
linkType: hard
9292

93-
"@babel/helper-compilation-targets@npm:^7.27.1":
94-
version: 7.27.1
95-
resolution: "@babel/helper-compilation-targets@npm:7.27.1"
93+
"@babel/helper-compilation-targets@npm:^7.27.2":
94+
version: 7.27.2
95+
resolution: "@babel/helper-compilation-targets@npm:7.27.2"
9696
dependencies:
97-
"@babel/compat-data": "npm:^7.27.1"
97+
"@babel/compat-data": "npm:^7.27.2"
9898
"@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: 1cfd3760a1bf1e367ea4a91214c041be7076197ba7a4f3c0710cab00fb5734eb010a2946efe6ecfb1ca9dc63e6c69644a1afa399db4082f374b9311e129f6f0b
102+
checksum: f338fa00dcfea931804a7c55d1a1c81b6f0a09787e528ec580d5c21b3ecb3913f6cb0f361368973ce953b824d910d3ac3e8a8ee15192710d3563826447193ad1
103103
languageName: node
104104
linkType: hard
105105

@@ -113,16 +113,16 @@ __metadata:
113113
languageName: node
114114
linkType: hard
115115

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

@@ -154,24 +154,24 @@ __metadata:
154154
languageName: node
155155
linkType: hard
156156

157-
"@babel/helpers@npm:^7.27.1":
158-
version: 7.27.1
159-
resolution: "@babel/helpers@npm:7.27.1"
157+
"@babel/helpers@npm:^7.27.3":
158+
version: 7.27.3
159+
resolution: "@babel/helpers@npm:7.27.3"
160160
dependencies:
161-
"@babel/template": "npm:^7.27.1"
162-
"@babel/types": "npm:^7.27.1"
163-
checksum: e078257b9342dae2c041ac050276c5a28701434ad09478e6dc6976abd99f721a5a92e4bebddcbca6b1c3a7e8acace56a946340c701aad5e7507d2c87446459ba
161+
"@babel/template": "npm:^7.27.2"
162+
"@babel/types": "npm:^7.27.3"
163+
checksum: b6c9a5bddcda88e39e87b15d7fed592828ed9b7b75e055bbc00212bbff2ba78d00d26358fbe878d7a052aebd3c33d39882b9e7f2ea9865180897b18efdfaf739
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.27.1":
168-
version: 7.27.1
169-
resolution: "@babel/parser@npm:7.27.1"
167+
"@babel/parser@npm:^7.1.0, @babel/parser@npm:^7.14.7, @babel/parser@npm:^7.20.7, @babel/parser@npm:^7.27.2, @babel/parser@npm:^7.27.3":
168+
version: 7.27.3
169+
resolution: "@babel/parser@npm:7.27.3"
170170
dependencies:
171-
"@babel/types": "npm:^7.27.1"
171+
"@babel/types": "npm:^7.27.3"
172172
bin:
173173
parser: ./bin/babel-parser.js
174-
checksum: ae4a5eda3ada3fd54c9942d9f14385df7a18e71b386cf2652505bb9a40a32250dfde3bdda71fb08af00b1e154f0a6213e6cdaaa88e9941229ec0003f7fead759
174+
checksum: d96363c7548710ab9c28649cee752e2d0713ed25bf910923da45d2fbc67fed5bbdfb867274fec7d72437f4e910577d27c04e160da52d95f1b63fdf0b19035d26
175175
languageName: node
176176
linkType: hard
177177

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

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"
332+
"@babel/template@npm:^7.27.2, @babel/template@npm:^7.3.3":
333+
version: 7.27.2
334+
resolution: "@babel/template@npm:7.27.2"
335335
dependencies:
336336
"@babel/code-frame": "npm:^7.27.1"
337-
"@babel/parser": "npm:^7.27.1"
337+
"@babel/parser": "npm:^7.27.2"
338338
"@babel/types": "npm:^7.27.1"
339-
checksum: 155a8e056e82f1f1e2413b7bf9d96890e371d617c7f77f25621fb0ddb32128958d86bc5c3356f00be266e9f8c121d886de5b4143dbb72eac362377f53aba72a2
339+
checksum: ed9e9022651e463cc5f2cc21942f0e74544f1754d231add6348ff1b472985a3b3502041c0be62dc99ed2d12cfae0c51394bf827452b98a2f8769c03b87aadc81
340340
languageName: node
341341
linkType: hard
342342

343-
"@babel/traverse@npm:^7.27.1":
344-
version: 7.27.1
345-
resolution: "@babel/traverse@npm:7.27.1"
343+
"@babel/traverse@npm:^7.27.1, @babel/traverse@npm:^7.27.3":
344+
version: 7.27.3
345+
resolution: "@babel/traverse@npm:7.27.3"
346346
dependencies:
347347
"@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"
348+
"@babel/generator": "npm:^7.27.3"
349+
"@babel/parser": "npm:^7.27.3"
350+
"@babel/template": "npm:^7.27.2"
351+
"@babel/types": "npm:^7.27.3"
352352
debug: "npm:^4.3.1"
353353
globals: "npm:^11.1.0"
354-
checksum: d912110037b03b1d70a2436cfd51316d930366a5f54252da2bced1ba38642f644f848240a951e5caf12f1ef6c40d3d96baa92ea6e84800f2e891c15e97b25d50
354+
checksum: 63edf0755cc7307470fefeca69c5205b259eaf45df79a4f7be0f28d8937d916bfb090ad9ffbc62edd7e1bbc4309c1f202a9a6904ed3af847504bcefd5ac58c16
355355
languageName: node
356356
linkType: hard
357357

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"
358+
"@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.3.3":
359+
version: 7.27.3
360+
resolution: "@babel/types@npm:7.27.3"
361361
dependencies:
362362
"@babel/helper-string-parser": "npm:^7.27.1"
363363
"@babel/helper-validator-identifier": "npm:^7.27.1"
364-
checksum: ed736f14db2fdf0d36c539c8e06b6bb5e8f9649a12b5c0e1c516fed827f27ef35085abe08bf4d1302a4e20c9a254e762eed453bce659786d4a6e01ba26a91377
364+
checksum: bafdfc98e722a6b91a783b6f24388f478fd775f0c0652e92220e08be2cc33e02d42088542f1953ac5e5ece2ac052172b3dadedf12bec9aae57899e92fb9a9757
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.27.1"
812+
"@babel/core": "npm:^7.27.3"
813813
"@labforward/config": "npm:^0.1.8"
814814
"@labforward/eslint-config-node": "npm:^0.1.8"
815815
"@types/jest": "npm:^29.5.14"

0 commit comments

Comments
 (0)