From 0a3ba7a0967c85ebea90f71bf55c967742ce3b9a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Feb 2026 14:37:58 +0000 Subject: [PATCH] Bump the npm_and_yarn group across 2 directories with 3 updates Bumps the npm_and_yarn group with 2 updates in the /packages/primitives directory: [esbuild](https://github.com/evanw/esbuild) and [undici](https://github.com/nodejs/undici). Bumps the npm_and_yarn group with 1 update in the /packages/integration-tests directory: [multer](https://github.com/expressjs/multer). Updates `esbuild` from 0.24.0 to 0.25.0 - [Release notes](https://github.com/evanw/esbuild/releases) - [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG-2024.md) - [Commits](https://github.com/evanw/esbuild/compare/v0.24.0...v0.25.0) Updates `undici` from 6.21.0 to 6.23.0 - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](https://github.com/nodejs/undici/compare/v6.21.0...v6.23.0) Updates `multer` from 1.4.5-lts.1 to 2.0.2 - [Release notes](https://github.com/expressjs/multer/releases) - [Changelog](https://github.com/expressjs/multer/blob/main/CHANGELOG.md) - [Commits](https://github.com/expressjs/multer/compare/v1.4.5-lts.1...v2.0.2) --- updated-dependencies: - dependency-name: esbuild dependency-version: 0.25.0 dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: undici dependency-version: 6.23.0 dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: multer dependency-version: 2.0.2 dependency-type: direct:development dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- packages/integration-tests/package.json | 2 +- packages/primitives/package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/integration-tests/package.json b/packages/integration-tests/package.json index c5e32b1..46bb594 100644 --- a/packages/integration-tests/package.json +++ b/packages/integration-tests/package.json @@ -9,7 +9,7 @@ }, "license": "MIT", "devDependencies": { - "multer": "1.4.5-lts.1", + "multer": "2.0.2", "test-listen": "1.1.0", "@types/test-listen": "1.1.2", "@runtime-edge/jest-environment": "workspace:*", diff --git a/packages/primitives/package.json b/packages/primitives/package.json index 145a574..e49cdde 100644 --- a/packages/primitives/package.json +++ b/packages/primitives/package.json @@ -24,10 +24,10 @@ ], "devDependencies": { "@runtime-edge/format": "workspace:*", - "esbuild": "0.24.0", + "esbuild": "0.25.0", "event-target-shim": "6.0.2", "tsup": "8", - "undici": "6.21.0", + "undici": "6.23.0", "urlpattern-polyfill": "10.0.0" }, "engines": {