Skip to content

Commit ab59f00

Browse files
Bump @babel/core from 7.28.0 to 7.28.3 in the babel group (#640)
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 7b9dfc4 commit ab59f00

File tree

4 files changed

+62
-61
lines changed

4 files changed

+62
-61
lines changed

jest.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* https://jestjs.io/docs/configuration
44
*/
55
/** @type {import('ts-jest').JestConfigWithTsJest} */
6-
module.exports = {
6+
export default {
77
// Automatically clear mock calls, instances, contexts and results before every test
88
clearMocks: true,
99
// Which file extensions should be treated as ESModule files

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"unified": "^11.0.5"
4646
},
4747
"devDependencies": {
48-
"@babel/core": "^7.28.0",
48+
"@babel/core": "^7.28.4",
4949
"@labforward/config": "~0.1.8",
5050
"@labforward/eslint-config-node": "^0.1.8",
5151
"@types/jest": "^30.0.0",

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"baseUrl": ".",
55
"declaration": true,
66
"esModuleInterop": true,
7+
"isolatedModules": true,
78
"outDir": "dist",
89
"paths": {
910
"@/*": ["src/*"]

yarn.lock

Lines changed: 59 additions & 59 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,6 @@ __metadata:
1212
languageName: node
1313
linkType: hard
1414

15-
"@ampproject/remapping@npm:^2.2.0":
16-
version: 2.2.1
17-
resolution: "@ampproject/remapping@npm:2.2.1"
18-
dependencies:
19-
"@jridgewell/gen-mapping": "npm:^0.3.0"
20-
"@jridgewell/trace-mapping": "npm:^0.3.9"
21-
checksum: 92ce5915f8901d8c7cd4f4e6e2fe7b9fd335a29955b400caa52e0e5b12ca3796ada7c2f10e78c9c5b0f9c2539dff0ffea7b19850a56e1487aa083531e1e46d43
22-
languageName: node
23-
linkType: hard
24-
2515
"@babel/code-frame@npm:^7.0.0, @babel/code-frame@npm:^7.27.1":
2616
version: 7.27.1
2717
resolution: "@babel/code-frame@npm:7.27.1"
@@ -40,26 +30,26 @@ __metadata:
4030
languageName: node
4131
linkType: hard
4232

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"
33+
"@babel/core@npm:^7.23.9, @babel/core@npm:^7.26.9, @babel/core@npm:^7.27.4, @babel/core@npm:^7.28.4":
34+
version: 7.28.4
35+
resolution: "@babel/core@npm:7.28.4"
4636
dependencies:
47-
"@ampproject/remapping": "npm:^2.2.0"
4837
"@babel/code-frame": "npm:^7.27.1"
49-
"@babel/generator": "npm:^7.28.0"
38+
"@babel/generator": "npm:^7.28.3"
5039
"@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"
40+
"@babel/helper-module-transforms": "npm:^7.28.3"
41+
"@babel/helpers": "npm:^7.28.4"
42+
"@babel/parser": "npm:^7.28.4"
5443
"@babel/template": "npm:^7.27.2"
55-
"@babel/traverse": "npm:^7.28.0"
56-
"@babel/types": "npm:^7.28.0"
44+
"@babel/traverse": "npm:^7.28.4"
45+
"@babel/types": "npm:^7.28.4"
46+
"@jridgewell/remapping": "npm:^2.3.5"
5747
convert-source-map: "npm:^2.0.0"
5848
debug: "npm:^4.1.0"
5949
gensync: "npm:^1.0.0-beta.2"
6050
json5: "npm:^2.2.3"
6151
semver: "npm:^6.3.1"
62-
checksum: 423302e7c721e73b1c096217880272e02020dfb697a55ccca60ad01bba90037015f84d0c20c6ce297cf33a19bb704bc5c2b3d3095f5284dfa592bd1de0b9e8c3
52+
checksum: ef5a6c3c6bf40d3589b5593f8118cfe2602ce737412629fb6e26d595be2fcbaae0807b43027a5c42ec4fba5b895ff65891f2503b5918c8a3ea3542ab44d4c278
6353
languageName: node
6454
linkType: hard
6555

@@ -77,16 +67,16 @@ __metadata:
7767
languageName: node
7868
linkType: hard
7969

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"
70+
"@babel/generator@npm:^7.27.5, @babel/generator@npm:^7.28.3":
71+
version: 7.28.3
72+
resolution: "@babel/generator@npm:7.28.3"
8373
dependencies:
84-
"@babel/parser": "npm:^7.28.0"
85-
"@babel/types": "npm:^7.28.0"
74+
"@babel/parser": "npm:^7.28.3"
75+
"@babel/types": "npm:^7.28.2"
8676
"@jridgewell/gen-mapping": "npm:^0.3.12"
8777
"@jridgewell/trace-mapping": "npm:^0.3.28"
8878
jsesc: "npm:^3.0.2"
89-
checksum: 1b3d122268ea3df50fde707ad864d9a55c72621357d5cebb972db3dd76859c45810c56e16ad23123f18f80cc2692f5a015d2858361300f0f224a05dc43d36a92
79+
checksum: 0ff58bcf04f8803dcc29479b547b43b9b0b828ec1ee0668e92d79f9e90f388c28589056637c5ff2fd7bcf8d153c990d29c448d449d852bf9d1bc64753ca462bc
9080
languageName: node
9181
linkType: hard
9282

@@ -120,16 +110,16 @@ __metadata:
120110
languageName: node
121111
linkType: hard
122112

123-
"@babel/helper-module-transforms@npm:^7.27.3":
124-
version: 7.27.3
125-
resolution: "@babel/helper-module-transforms@npm:7.27.3"
113+
"@babel/helper-module-transforms@npm:^7.28.3":
114+
version: 7.28.3
115+
resolution: "@babel/helper-module-transforms@npm:7.28.3"
126116
dependencies:
127117
"@babel/helper-module-imports": "npm:^7.27.1"
128118
"@babel/helper-validator-identifier": "npm:^7.27.1"
129-
"@babel/traverse": "npm:^7.27.3"
119+
"@babel/traverse": "npm:^7.28.3"
130120
peerDependencies:
131121
"@babel/core": ^7.0.0
132-
checksum: fccb4f512a13b4c069af51e1b56b20f54024bcf1591e31e978a30f3502567f34f90a80da6a19a6148c249216292a8074a0121f9e52602510ef0f32dbce95ca01
122+
checksum: 549be62515a6d50cd4cfefcab1b005c47f89bd9135a22d602ee6a5e3a01f27571868ada10b75b033569f24dc4a2bb8d04bfa05ee75c16da7ade2d0db1437fcdb
133123
languageName: node
134124
linkType: hard
135125

@@ -161,24 +151,24 @@ __metadata:
161151
languageName: node
162152
linkType: hard
163153

164-
"@babel/helpers@npm:^7.27.6":
165-
version: 7.27.6
166-
resolution: "@babel/helpers@npm:7.27.6"
154+
"@babel/helpers@npm:^7.28.4":
155+
version: 7.28.4
156+
resolution: "@babel/helpers@npm:7.28.4"
167157
dependencies:
168158
"@babel/template": "npm:^7.27.2"
169-
"@babel/types": "npm:^7.27.6"
170-
checksum: 448bac96ef8b0f21f2294a826df9de6bf4026fd023f8a6bb6c782fe3e61946801ca24381490b8e58d861fee75cd695a1882921afbf1f53b0275ee68c938bd6d3
159+
"@babel/types": "npm:^7.28.4"
160+
checksum: aaa5fb8098926dfed5f223adf2c5e4c7fbba4b911b73dfec2d7d3083f8ba694d201a206db673da2d9b3ae8c01793e795767654558c450c8c14b4c2175b4fcb44
171161
languageName: node
172162
linkType: hard
173163

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"
164+
"@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, @babel/parser@npm:^7.28.4":
165+
version: 7.28.4
166+
resolution: "@babel/parser@npm:7.28.4"
177167
dependencies:
178-
"@babel/types": "npm:^7.28.0"
168+
"@babel/types": "npm:^7.28.4"
179169
bin:
180170
parser: ./bin/babel-parser.js
181-
checksum: c2ef81d598990fa949d1d388429df327420357cb5200271d0d0a2784f1e6d54afc8301eb8bdf96d8f6c77781e402da93c7dc07980fcc136ac5b9d5f1fce701b5
171+
checksum: 58b239a5b1477ac7ed7e29d86d675cc81075ca055424eba6485872626db2dc556ce63c45043e5a679cd925e999471dba8a3ed4864e7ab1dbf64306ab72c52707
182172
languageName: node
183173
linkType: hard
184174

@@ -380,28 +370,28 @@ __metadata:
380370
languageName: node
381371
linkType: hard
382372

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"
373+
"@babel/traverse@npm:^7.27.1, @babel/traverse@npm:^7.28.3, @babel/traverse@npm:^7.28.4":
374+
version: 7.28.4
375+
resolution: "@babel/traverse@npm:7.28.4"
386376
dependencies:
387377
"@babel/code-frame": "npm:^7.27.1"
388-
"@babel/generator": "npm:^7.28.0"
378+
"@babel/generator": "npm:^7.28.3"
389379
"@babel/helper-globals": "npm:^7.28.0"
390-
"@babel/parser": "npm:^7.28.0"
380+
"@babel/parser": "npm:^7.28.4"
391381
"@babel/template": "npm:^7.27.2"
392-
"@babel/types": "npm:^7.28.0"
382+
"@babel/types": "npm:^7.28.4"
393383
debug: "npm:^4.3.1"
394-
checksum: 32794402457827ac558173bcebdcc0e3a18fa339b7c41ca35621f9f645f044534d91bb923ff385f5f960f2e495f56ce18d6c7b0d064d2f0ccb55b285fa6bc7b9
384+
checksum: ee678fdd49c9f54a32e07e8455242390d43ce44887cea6567b233fe13907b89240c377e7633478a32c6cf1be0e17c2f7f3b0c59f0666e39c5074cc47b968489c
395385
languageName: node
396386
linkType: hard
397387

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"
388+
"@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, @babel/types@npm:^7.28.4":
389+
version: 7.28.4
390+
resolution: "@babel/types@npm:7.28.4"
401391
dependencies:
402392
"@babel/helper-string-parser": "npm:^7.27.1"
403393
"@babel/helper-validator-identifier": "npm:^7.27.1"
404-
checksum: 7ca8521bf5e2d2ed4db31176efaaf94463a6b7a4d16dcc60e34e963b3596c2ecadb85457bebed13a9ee9a5829ef5f515d05b55a991b6a8f3b835451843482e39
394+
checksum: ac6f909d6191319e08c80efbfac7bd9a25f80cc83b43cd6d82e7233f7a6b9d6e7b90236f3af7400a3f83b576895bcab9188a22b584eb0f224e80e6d4e95f4517
405395
languageName: node
406396
linkType: hard
407397

@@ -816,13 +806,23 @@ __metadata:
816806
languageName: node
817807
linkType: hard
818808

819-
"@jridgewell/gen-mapping@npm:^0.3.0, @jridgewell/gen-mapping@npm:^0.3.12":
820-
version: 0.3.12
821-
resolution: "@jridgewell/gen-mapping@npm:0.3.12"
809+
"@jridgewell/gen-mapping@npm:^0.3.12, @jridgewell/gen-mapping@npm:^0.3.5":
810+
version: 0.3.13
811+
resolution: "@jridgewell/gen-mapping@npm:0.3.13"
822812
dependencies:
823813
"@jridgewell/sourcemap-codec": "npm:^1.5.0"
824814
"@jridgewell/trace-mapping": "npm:^0.3.24"
825-
checksum: 32f771ae2467e4d440be609581f7338d786d3d621bac3469e943b9d6d116c23c4becb36f84898a92bbf2f3c0511365c54a945a3b86a83141547a2a360a5ec0c7
815+
checksum: 9a7d65fb13bd9aec1fbab74cda08496839b7e2ceb31f5ab922b323e94d7c481ce0fc4fd7e12e2610915ed8af51178bdc61e168e92a8c8b8303b030b03489b13b
816+
languageName: node
817+
linkType: hard
818+
819+
"@jridgewell/remapping@npm:^2.3.5":
820+
version: 2.3.5
821+
resolution: "@jridgewell/remapping@npm:2.3.5"
822+
dependencies:
823+
"@jridgewell/gen-mapping": "npm:^0.3.5"
824+
"@jridgewell/trace-mapping": "npm:^0.3.24"
825+
checksum: 3de494219ffeb2c5c38711d0d7bb128097edf91893090a2dbc8ee0b55d092bb7347b1fd0f478486c5eab010e855c73927b1666f2107516d472d24a73017d1194
826826
languageName: node
827827
linkType: hard
828828

@@ -850,7 +850,7 @@ __metadata:
850850
languageName: node
851851
linkType: hard
852852

853-
"@jridgewell/trace-mapping@npm:^0.3.12, @jridgewell/trace-mapping@npm:^0.3.23, @jridgewell/trace-mapping@npm:^0.3.24, @jridgewell/trace-mapping@npm:^0.3.25, @jridgewell/trace-mapping@npm:^0.3.28, @jridgewell/trace-mapping@npm:^0.3.9":
853+
"@jridgewell/trace-mapping@npm:^0.3.12, @jridgewell/trace-mapping@npm:^0.3.23, @jridgewell/trace-mapping@npm:^0.3.24, @jridgewell/trace-mapping@npm:^0.3.25, @jridgewell/trace-mapping@npm:^0.3.28":
854854
version: 0.3.29
855855
resolution: "@jridgewell/trace-mapping@npm:0.3.29"
856856
dependencies:
@@ -905,7 +905,7 @@ __metadata:
905905
version: 0.0.0-use.local
906906
resolution: "@labforward/markdown-parser@workspace:."
907907
dependencies:
908-
"@babel/core": "npm:^7.28.0"
908+
"@babel/core": "npm:^7.28.4"
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)