build(deps): bump the dependencies group across 1 directory with 21 updates
Bumps the dependencies group with 20 updates in the / directory:
| Package | From | To |
|---|---|---|
| @eslint/js | 9.39.1 |
9.39.2 |
| @types/node | 24.10.1 |
25.0.3 |
| eslint-plugin-jest | 29.2.1 |
29.5.0 |
| lerna | 9.0.1 |
9.0.3 |
| ts-jest | 29.4.5 |
29.4.6 |
| typescript-eslint | 8.47.0 |
8.50.0 |
| node-forge | 1.3.2 |
1.3.3 |
| @aws-sdk/client-route-53 | 3.936.0 |
3.955.0 |
| express | 5.2.0 |
5.2.1 |
| @types/express | 5.0.1 |
5.0.6 |
| @electron/rebuild | 4.0.1 |
4.0.2 |
| webpack | 5.103.0 |
5.104.1 |
| ipaddr.js | 2.2.0 |
2.3.0 |
| lru-cache | 11.2.2 |
11.2.4 |
| bufferutil | 4.0.9 |
4.1.0 |
| utf-8-validate | 6.0.5 |
6.0.6 |
| zod | 4.1.13 |
4.2.1 |
| nightwatch | 3.12.3 |
3.13.0 |
| webpack-bundle-analyzer | 5.0.1 |
5.1.0 |
| pino-pretty | 13.1.2 |
13.1.3 |
Updates @eslint/js from 9.39.1 to 9.39.2
Commits
c43ce24chore: package.json update for@eslint/jsrelease- See full diff in compare view
Updates @types/node from 24.10.1 to 25.0.3
Commits
- See full diff in compare view
Updates eslint-plugin-jest from 29.2.1 to 29.5.0
Release notes
Sourced from eslint-plugin-jest's releases.
v29.5.0
29.5.0 (2025-12-14)
Features
v29.4.1
29.4.1 (2025-12-14)
Bug Fixes
- prefer-to-have-been-called-times: actually check that current matcher is
toHaveLength(#1878) (3415744)v29.4.0
29.4.0 (2025-12-13)
Features
- create new
prefer-to-have-been-called-timesrule (281085a)- create new
prefer-to-have-been-calledrule (24e2acd)v29.3.0
29.3.0 (2025-12-13)
Features
- prefer-expect-assertions: support basic uses of
hasAssertionsinbeforeEachandafterEachhooks (#1871) (eed9acb)v29.2.3
29.2.3 (2025-12-13)
Bug Fixes
v29.2.2
29.2.2 (2025-12-12)
Bug Fixes
Changelog
Sourced from eslint-plugin-jest's changelog.
29.5.0 (2025-12-14)
Features
29.4.1 (2025-12-14)
Bug Fixes
- prefer-to-have-been-called-times: actually check that current matcher is
toHaveLength(#1878) (3415744)29.4.0 (2025-12-13)
Features
- create new
prefer-to-have-been-called-timesrule (281085a)- create new
prefer-to-have-been-calledrule (24e2acd)29.3.0 (2025-12-13)
Features
- prefer-expect-assertions: support basic uses of
hasAssertionsinbeforeEachandafterEachhooks (#1871) (eed9acb)29.2.3 (2025-12-13)
Bug Fixes
29.2.2 (2025-12-12)
Bug Fixes
Commits
4297d50chore(release): 29.5.0 [skip ci]6b8182dfeat: create newno-unneeded-async-expect-functionrule (#1863)48e78fcchore(release): 29.4.1 [skip ci]3415744fix(prefer-to-have-been-called-times): actually check that current matcher is...45b4b11test: always aliasFlatCompatRuleTesterasRuleTester(#1876)4a900e3chore(release): 29.4.0 [skip ci]24e2acdfeat: create newprefer-to-have-been-calledrule281085afeat: create newprefer-to-have-been-called-timesrule2646599docs(prefer-called-with): remove references totoBeCalledmatcher (#1874)a12bc33chore(release): 29.3.0 [skip ci]- Additional commits viewable in compare view
Updates lerna from 9.0.1 to 9.0.3
Release notes
Sourced from lerna's releases.
v9.0.3
9.0.3 (2025-11-27)
Bumped some dependencies to reduce audit warning noise.
NOTE:
9.0.2does not exist because of a failed release
Changelog
Sourced from lerna's changelog.
9.0.3 (2025-11-27)
Note: Version bump only for package lerna
9.0.2 (2025-11-27)
Note: Version bump only for package lerna
Commits
215ff00chore(misc): publish 9.0.3b1b2166chore(misc): publish 9.0.26c1ea96chore(deps): bump js-yaml from 4.1.0 to 4.1.1 (#4245)- See full diff in compare view
Updates ts-jest from 29.4.5 to 29.4.6
Commits
202bde5chore(release): 29.4.6 (#5146)528d37cfix: log hybrid module as warning instead of failing tests (#5144)141e5afbuild(deps): update github/codeql-action digest to 497990dd281ccebuild(deps): update google/osv-scanner-action action to v2.3.00d20322build(deps): update dependency memfs to ^4.51.0455dde2build(deps): update dependency js-yaml to ^4.1.1d579480build(deps): update dependency@types/nodeto v20.19.25f6859d0build(deps): update dependency@types/yargsto ^17.0.354d7e432build(deps): update github/codeql-action digest to d3ced5c4ea70c9build(deps): update actions/checkout digest to 34e1148- Additional commits viewable in compare view
Updates typescript-eslint from 8.47.0 to 8.50.0
Release notes
Sourced from typescript-eslint's releases.
v8.50.0
8.50.0 (2025-12-15)
🚀 Features
- eslint-plugin: [no-useless-default-assignment] add rule (#11720)
❤️ Thank You
- Josh Goldberg ✨
- Ulrich Stark
You can read about our versioning strategy and releases on our website.
v8.49.0
8.49.0 (2025-12-08)
🚀 Features
- eslint-plugin: use
Intl.Segmenterinstead ofgraphemer(#11804)🩹 Fixes
- deps: update dependency prettier to v3.7.2 (#11820)
❤️ Thank You
- Justin McBride
- Kirk Waiblinger
@kirkwaiblingerYou can read about our versioning strategy and releases on our website.
v8.48.1
8.48.1 (2025-12-02)
⏪ Reverts
- eslint-plugin: revert "[no-redundant-type-constituents] use assignability checking for redundancy checks (#10744)" (#11812)
🩹 Fixes
- eslint-plugin: [consistent-type-exports] check value flag before resolving alias (#11769)
- eslint-plugin: honor ignored base types on generic classes (#11767)
- eslint-plugin: [restrict-template-expressions] check base types in allow list (#11764, #11759)
❤️ Thank You
- Josh Goldberg
- OleksandraKordonets
- SangheeSon
@Higangssh
... (truncated)
Changelog
Sourced from typescript-eslint's changelog.
8.50.0 (2025-12-15)
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
8.49.0 (2025-12-08)
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
8.48.1 (2025-12-02)
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
8.48.0 (2025-11-24)
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
Commits
c62e858chore(release): publish 8.50.0864595achore(release): publish 8.49.032b7e89chore(deps): update dependency@vitest/eslint-pluginto v1.5.1 (#11816)8fe3445chore(release): publish 8.48.16fb1551chore(release): publish 8.48.0a4dc42achore: migrate to nx 22 (#11780)- See full diff in compare view
Updates node-forge from 1.3.2 to 1.3.3
Changelog
Sourced from node-forge's changelog.
1.3.3 - 2025-12-02
Fixed
- [pkcs12] Make digestAlgorithm parameters optional to fix PKCS#12/PFX issues introduced in 1.3.2.
Commits
Updates @aws-sdk/client-route-53 from 3.936.0 to 3.955.0
Release notes
Sourced from @aws-sdk/client-route-53's releases.
v3.955.0
3.955.0(2025-12-18)
Chores
- codegen: downgrade spotless to 7.2.1 (#7587) (ef66a21f)
- clients: export star from models_N (#7586) (e9b7f20a)
New Features
- clients: update client endpoints as of 2025-12-18 (11335218)
- client-ec2: This release adds AvailabilityZoneId support for CreateFleet, ModifyFleet, DescribeFleets, RequestSpotFleet, ModifySpotFleetRequests and DescribeSpotFleetRequests APIs. (4d1a66b9)
- client-ecs: Adding support for Event Windows via a new ECS account setting "fargateEventWindows". When enabled, ECS Fargate will use the configured event window for patching tasks. Introducing "CapacityOptionType" for CreateCapacityProvider API, allowing support for Spot capacity for ECS Managed Instances. (751c797f)
- client-arc-region-switch: New API to list Route 53 health checks created by ARC region switch for a plan in a specific AWS Region using the Region switch Regional data plane. (406035c4)
- client-bedrock-agentcore-control: Feature to support header exchanges between Bedrock AgentCore Gateway Targets and client, along with propagating query parameter to the configured targets. (800275ca)
- client-appstream: Added support for new operating systems (1) Ubuntu 24.04 Pro LTS on Elastic fleets, and (2) Microsoft Server 2025 on Always-On and On-Demand fleets (a94e6d55)
- client-cleanrooms: Adding support for collaboration change requests requiring an approval workflow. Adding support for change requests that grant or revoke results receiver ability and modifying auto approved change types in an existing collaboration. (26987932)
- client-artifact: Add support for ListReportVersions API for the calling AWS account. (8247b183)
- client-iot: This release adds message batching for the IoT Rules Engine HTTP action. (aa2dc069)
- client-sesv2: Amazon SES introduces Email Validation feature which checks email addresses for syntax errors, domain validity, and risky addresses to help maintain deliverability and protect sender reputation. SES also adds resource tagging and ABAC support for EmailTemplates and CustomVerificationEmailTemplates. (7412e741)
- client-bedrock-data-automation: Blueprint Optimization (BPO) is a new Amazon Bedrock Data Automation (BDA) capability that improves blueprint inference accuracy using example content assets and ground truth data. BPO works by generating better instructions for fields in the Blueprint using provided data. (3f901e7c)
- client-ecr: Adds support for ECR Create On Push (620e820d)
- client-opensearch: Amazon OpenSearch Service adds support for warm nodes, enabling new multi-tier architecture. (e574a591)
- client-ssm-sap: Added "Stopping" for the HANA Database Status. (393a8516)
For list of updated packages, view updated-packages.md in assets-3.955.0.zip
v3.954.0
3.954.0(2025-12-17)
Chores
- core: add license file (#7096) (4d7bd08b)
- codegen:
- ci: scope down GitHub Token permissions for lock.yml (#7555) (b0bd47fa)
- clients: bump '@smithy/*' versions (#7582) (b654d972)
Documentation Changes
New Features
... (truncated)
Changelog
Sourced from @aws-sdk/client-route-53's changelog.
3.955.0 (2025-12-18)
Note: Version bump only for package
@aws-sdk/client-route-533.954.0 (2025-12-17)
Note: Version bump only for package
@aws-sdk/client-route-533.953.0 (2025-12-16)
Features
3.952.0 (2025-12-15)
Note: Version bump only for package
@aws-sdk/client-route-533.948.0 (2025-12-09)
Features
- client-route-53: Amazon Route 53 now supports the EU (Germany) Region (eusc-de-east-1) for latency records, geoproximity records, and private DNS for Amazon VPCs in that region (c21e90b)
3.947.0 (2025-12-08)
Note: Version bump only for package
@aws-sdk/client-route-53
... (truncated)
Commits
821ba3bPublish v3.955.0e9b7f20chore(clients): export star from models_N (#7586)0bfc110Publish v3.954.0b654d97chore(clients): bump '@smithy/*' versions (#7582)09e0721Publish v3.953.05c5fd2efeat(clients): allow protocol selection by class constructor (#7568)4359e40chore: build cjs rollup without typescript (#7580)3870229Publish v3.952.0c6e71bfPublish v3.948.0c21e90bfeat(client-route-53): Amazon Route 53 now supports the EU (Germany) Region (...- Additional commits viewable in compare view
Updates express from 5.2.0 to 5.2.1
Release notes
Sourced from express's releases.
v5.2.1
What's Changed
[!IMPORTANT]
The prior release (5.2.0) included an erroneous breaking change related to the extended query parser. There is no actual security vulnerability associated with this behavior (CVE-2024-51999 has been rejected). The change has been fully reverted in this release.
- Release: 5.2.1 by
@UlisesGasconin expressjs/express#6933Full Changelog: https://github.com/expressjs/express/compare/v5.2.0...v5.2.1
Changelog
Sourced from express's changelog.
5.2.1 / 2025-12-01
- Revert security fix for CVE-2024-51999 (GHSA-pj86-cfqh-vqx6)
- The prior release (5.2.0) included an erroneous breaking change related to the extended query parser. There is no actual security vulnerability associated with this behavior (CVE-2024-51999 has been rejected). The change has been fully reverted in this release.
Commits
dbac7415.2.1697547cRevert "sec: security patch for CVE-2024-51999"- See full diff in compare view
Updates @types/express from 5.0.1 to 5.0.6
Commits
- See full diff in compare view
Updates @types/express from 5.0.1 to 5.0.6
Commits
- See full diff in compare view
Updates @electron/rebuild from 4.0.1 to 4.0.2
Commits
7a8eeeafix: force release (#1219)88ddc8ffix: scoped modules work withonlyModules/--only(#1218)f26868fchore(deps): bump js-yaml from 3.14.1 to 3.14.2 (#1217)94b3da6chore(deps): bump actions/checkout from 5.0.0 to 6.0.0 (#1216)f10bc07ci: use npm trusted publishing instead of CFA (#1215)8db209cdocs: add API documentation and clean up README (#1214)645dfabchore(deps): bump actions/setup-node from 5.0.0 to 6.0.0 (#1213)c3f6cb9refactor: removechalkdep (#1212)5c46077chore(deps): bump brace-expansion from 1.1.11 to 1.1.12 (#1211)f5876d0build: migrate to Yarn 4 (#1210)- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @electron/rebuild since your current version.
Updates webpack from 5.103.0 to 5.104.1
Release notes
Sourced from webpack's releases.
v5.104.1
5.104.1
Patch Changes
- 2efd21b: Reexports runtime calculation should not accessing WEBPACK_IMPORT_KEY decl with var.
- c510070: Fixed a user information bypass vulnerability in the HttpUriPlugin plugin.
v5.104.0
5.104.0
Minor Changes
- d3dd841: Use method shorthand to render module content in
__webpack_modules__object.- d3dd841: Enhance
import.meta.envto support object access.- 4baab4e: Optimize dependency sorting in updateParent: sort each module only once by deferring to finishUpdateParent(), and reduce traversal count in sortWithSourceOrder by caching WeakMap values upfront.
- 04cd530: Handle more at-rules for CSS modules.
- cafae23: Added options to control the renaming of at-rules and various identifiers in CSS modules.
- d3dd841: Added
base64url,base62,base58,base52,base49,base36,base32andbase25digests.- 5983843: Provide a stable runtime function variable
__webpack_global__.- d3dd841: Improved
localIdentNamehashing for CSS.Patch Changes
- 22c48fb: Added module existence check for informative error message in development mode.
- 50689e1: Use the fully qualified class name (or export name) for
[fullhash]placeholder in CSS modules.- d3dd841: Support universal lazy compilation.
- d3dd841: Fixed module library export definitions when multiple runtimes.
- d3dd841: Fixed CSS nesting and CSS custom properties parsing.
- d3dd841: Don't write fragment from URL to filename and apply fragment to module URL.
- aab1da9: Fixed bugs for
css/globaltype.- d3dd841: Compatibility
import.meta.filenameandimport.meta.dirnamewithevaldevtools.- d3dd841: Handle nested
__webpack_require__.- 728ddb7: The speed of identifier parsing has been improved.
- 0f8b31b: Improve types.
- d3dd841: Don't corrupt
debugIdinjection whenhidden-source-mapis used.- 2179fdb: Re-validate HttpUriPlugin redirects against allowedUris, restrict to http(s) and add a conservative redirect limit to prevent SSRF and untrusted content inclusion. Redirects failing policy are rejected before caching/lockfile writes.
- d3dd841: Serialize
HookWebpackError.- d3dd841: Added ability to use built-in properties in dotenv and define plugin.
- 3c4319f: Optimizing the regular expression character class by specifying ranges for runtime code.
- d3dd841: Reduce collision for local indent name in CSS.
- d3dd841: Remove CSS link tags when CSS imports are removed.
Changelog
Sourced from webpack's changelog.
5.104.1
Patch Changes
- 2efd21b: Reexports runtime calculation should not accessing WEBPACK_IMPORT_KEY decl with var.
- c510070: Fixed a user information bypass vulnerability in the HttpUriPlugin plugin.
5.104.0
Minor Changes
- d3dd841: Use method shorthand to render module content in
__webpack_modules__object.- d3dd841: Enhance
import.meta.envto support object access.- 4baab4e: Optimize dependency sorting in updateParent: sort each module only once by deferring to finishUpdateParent(), and reduce traversal count in sortWithSourceOrder by caching WeakMap values upfront.
- 04cd530: Handle more at-rules for CSS modules.
- cafae23: Added options to control the renaming of at-rules and various identifiers in CSS modules.
- d3dd841: Added
base64url,base62,base58,base52,base49,base36,base32andbase25digests.- 5983843: Provide a stable runtime function variable
__webpack_global__.- d3dd841: Improved
localIdentNamehashing for CSS.Patch Changes
- 22c48fb: Added module existence check for informative error message in development mode.
- 50689e1: Use the fully qualified class name (or export name) for
[fullhash]placeholder in CSS modules.- d3dd841: Support universal lazy compilation.
- d3dd841: Fixed module library export definitions when multiple runtimes.
- d3dd841: Fixed CSS nesting and CSS custom properties parsing.
- d3dd841: Don't write fragment from URL to filename and apply fragment to module URL.
- aab1da9: Fixed bugs for
css/globaltype.- d3dd841: Compatibility
import.meta.filenameandimport.meta.dirnamewithevaldevtools.- d3dd841: Handle nested
__webpack_require__.- 728ddb7: The speed of identifier parsing has been improved.
- 0f8b31b: Improve types.
- d3dd841: Don't corrupt
debugIdinjection whenhidden-source-mapis used.- 2179fdb: Re-validate HttpUriPlugin redirects against allowedUris, restrict to http(s) and add a conservative redirect limit to prevent SSRF and untrusted content inclusion. Redirects failing policy are rejected before caching/lockfile writes.
- d3dd841: Serialize
HookWebpackError.- d3dd841: Added ability to use built-in properties in dotenv and define plugin.
- 3c4319f: Optimizing the regular expression character class by specifying ranges for runtime code.
- d3dd841: Reduce collision for local indent name in CSS.
- d3dd841: Remove CSS link tags when CSS imports are removed.
Commits
24e3c2dchore(release): new release (#20253)2efd21bfix(re-exports): reexports runtime calculation should not accessing `__WEBPAC...c510070fix(security): userinfo bypass vulnerability in HttpUriPlugin allowedUris4b0501cci: fix release (#20252)0c213ceci: use\<@&1450591255485743204>over@herefor discord notificationw5bf8bc5refactor: types for benchmarks and tests505a5e7chore(release): new release (#20188)0c06680refactor: update eslint configuration2eb0d6aci: release announcement (#20238)b2b2459ci: cancel in progress (#20239)- Additional commits viewable in compare view
Updates ipaddr.js from 2.2.0 to 2.3.0
Changelog
Sourced from ipaddr.js's changelog.
2.3.0 - 2025-11-27
- add isValidCIDRFourPartDecimal helper for IPv4 CIDR in four-part decimal form
- upgrade eslint dev dependency to v9
- remove duplicated LICENSE entry from published files list
Commits
e373b4eBump version to 2.3.0d564b1dAdd IPv4 CIDR four-part decimal validator08c2cd4dep(eslint): upgrade to v9e6438feremove LICENSE from files, redundant, always included- See full diff in compare view
Updates lru-cache from 11.2.2 to 11.2.4
Commits
Updates bufferutil from 4.0.9 to 4.1.0
Commits
580a8a9[dist] 4.1.0b4cd4cd[lint] Fix prettier error2a16fa9[pkg] Update node-gyp to version 12.1.018f122a[minor] Support buffers greater than 2^32 bytes in length321fbe4[perf] Do not make compiler life harder (#164)557a7af[ci] Build and deploy two platform-specific binaries for macOS33932c1[build] Do not build a universal binary for macOS (#167)ca57ce2[ci] Build the prebuilt binary for macOS with the Intel runner image1b9081d[ci] Update actions/checkout action to v631eb0ad[ci] Update actions/upload-artifact action to v5- Additional commits viewable in compare view
Updates utf-8-validate from 6.0.5 to 6.0.6
Commits
e8f7d2f[dist] 6.0.6161245d[pkg] Update node-gyp to version 12.1.03da9111[ci] Build and deploy two platform-specific binaries for macOSe7f69ef[build] Do not build a universal binary for macOS14f0473[ci] Build the prebuilt binary for macOS with the Intel runner image259b31a[ci] Update actions/checkout action to v6e75d610[ci] Update actions/upload-artifact action to v58f00081[ci] Update actions/download-artifact action to v60ef0738[ci] Update actions/setup-node action to v69b4784f[ci] Update actions/download-artifact action to v5- Additional commits viewable in compare view
Updates zod from 4.1.13 to 4.2.1
Release notes
Sourced from zod's releases.
v4.2.1
Commits:
- 5b5b129315fbc94a3b0d6244185eaeefcbe438d1 4.2.1
v4.2.0
Features
Implement Standard JSON Schema
standard-schema/standard-schema#134
Implement
z.fromJSONSchema()const jsonSchema = { type: "object", properties: { name: { type: "string" }, age: { type: "number" } }, required: ["name"] };const schema = z.fromJSONSchema(jsonSchema);
Implement
z.xor()const schema = z.xor( z.object({ type: "user", name: z.string() }), z.object({ type: "admin", role: z.string() }) ); // Exactly one of the schemas must matchImplement
z.looseRecord()const schema = z.looseRecord(z.string(), z.number()); // Allows additional properties beyond those definedCommits:
Commits
5b5b1294.2.1dcef973v4.2.0e17dcb6Addz.fromJSONSchema(),z.looseRecord(),z.xor()(#5534)d632df3Update next767f320Add.toJSONSchema()method (#5477)325a701Addpullfrog.ymlworkflow4972727Update Next.js and React Flight RCE advisory (#5515)af49c08Update docs for JSON Schema conversion ofz.undefined()(#5504)fb66ee1fix(mini): export ZodMiniJSONSchema types to prevent TS4023 (#5511)6e968a3Add convex-helpers to the ecosystem docs (#5470)- Additional commits viewable in compare view
Updates nightwatch from 3.12.3 to 3.13.0
Release notes
Sourced from nightwatch's releases.
v3.13.0
What's Changed
- [BU] Changes to emit additional data in test events by
@Bhargavi-BSin nightwatchjs/nightwatch#4423New Contributors
@Bhargavi-BSmade their first contribution in nightwatchjs/nightwatch#4423Full Changelog: https://github.com/nightwatchjs/nightwatch/compare/v3.12.3...v3.13.0
Commits
54c8550v3.13.0- Description%20has%20been%20truncated%0A%0A
%0A%0A
%5B!NOTE%5D%0ABroad%20dependency%20refresh%20across%20workspace%20packages;%20no%20functional%20code%20changes.
%0A- %0A
- Update%20runtime%20libs:%20
express%20%E2%86%92%205.2.1%20(server,%20sdk,%20test-utils),%20zod%20%E2%86%92%204.2.1%20(node,%20sdk),%20ipaddr.js%20%E2%86%92%202.3.0,%20lru-cache%20%E2%86%92%2011.2.4,%20node-forge%20%E2%86%92%201.3.3,%20@aws-sdk/client-route-53%20(autocertifier-server),%20bufferutil%20%E2%86%92%204.1.0%20and%20utf-8-validate%20%E2%86%92%206.0.6%20(optional) %0A - Build/test%20stack:%20
webpack%20%E2%86%92%205.104.1%20(browser-test-runner,%20sdk),%20@electron/rebuild%20%E2%86%92%204.0.2,%20nightwatch%20(sdk),%20and%20updated%20Jest/ESLint/TypeScript%20ecosystem%20versions%20in%20root %0A - Types:%20
@types/express%20%E2%86%92%205.0.6%20and%20other%20type%20packages%20bumped %0A
Focus:%20security/bugfix%20updates%20(e.g.,%20Webpack%20HttpUriPlugin%20fix),%20consistency%20across%20packages,%20and%20keeping%20tooling%20current.
%0AWritten%20by%20Cursor Bugbot for commit a569f39bca75c35448352225c4b70f07ce4ddd5f. This will update automatically on new commits. Configure here.
- Update%20runtime%20libs:%20