From 33864f4b4e22b9b7acc53dd10a9aa6a171e76817 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 21 Jun 2026 13:26:16 +0000 Subject: [PATCH] chore(deps): bump undici and serverless Bumps [undici](https://github.com/nodejs/undici) and [serverless](https://github.com/serverless/serverless). These dependencies needed to be updated together. Updates `undici` from 6.24.1 to 6.27.0 - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](https://github.com/nodejs/undici/compare/v6.24.1...v6.27.0) Updates `undici` from 7.24.4 to 7.28.0 - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](https://github.com/nodejs/undici/compare/v6.24.1...v6.27.0) Updates `serverless` from 4.35.0 to 4.38.1 - [Release notes](https://github.com/serverless/serverless/releases) - [Changelog](https://github.com/serverless/serverless/blob/main/RELEASE_PROCESS.md) - [Commits](https://github.com/serverless/serverless/compare/sf-core@4.35.0...sf-core@4.38.1) --- updated-dependencies: - dependency-name: undici dependency-version: 6.27.0 dependency-type: indirect - dependency-name: undici dependency-version: 7.28.0 dependency-type: indirect - dependency-name: serverless dependency-version: 4.38.1 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- package-lock.json | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5083f198..9c8d987d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4768,9 +4768,9 @@ } }, "node_modules/@semantic-release/github/node_modules/undici": { - "version": "7.24.4", - "resolved": "https://registry.npmjs.org/undici/-/undici-7.24.4.tgz", - "integrity": "sha512-BM/JzwwaRXxrLdElV2Uo6cTLEjhSb3WXboncJamZ15NgUURmvlXvxa6xkwIOILIjPNo9i8ku136ZvWV0Uly8+w==", + "version": "7.28.0", + "resolved": "https://registry.npmjs.org/undici/-/undici-7.28.0.tgz", + "integrity": "sha512-cRZYrTDwWznlnRiPjggAGxZXanty6M8RV1ff8Wm4LWXBp7/IG8v5DnOm74DtUBp9OONpK75YlPnIjQqX0dBDtA==", "dev": true, "license": "MIT", "engines": { @@ -20041,15 +20041,15 @@ } }, "node_modules/serverless": { - "version": "4.35.0", - "resolved": "https://registry.npmjs.org/serverless/-/serverless-4.35.0.tgz", - "integrity": "sha512-FuBk7Eva0qT6BwFgC/GtqVlsmZaZheoxZV//CWcw7DM30Gi1HW+OuipMBzt0tSmd7/QbgMSc0tULOYKiRE+uvQ==", + "version": "4.38.1", + "resolved": "https://registry.npmjs.org/serverless/-/serverless-4.38.1.tgz", + "integrity": "sha512-fQW3nGvlZRJ951Y1cF65IOOvPfyYjaViigZErV4JOLHjT+d79e3a9kB0xIkknWVRYpF4j/SiIDGRGZuwjGVdTg==", "hasInstallScript": true, "hasShrinkwrap": true, "peer": true, "dependencies": { "rimraf": "5.0.10", - "undici": "6.25.0" + "undici": "6.27.0" }, "bin": { "serverless": "run.js", @@ -20476,9 +20476,9 @@ } }, "node_modules/serverless/node_modules/undici": { - "version": "6.25.0", - "resolved": "https://registry.npmjs.org/undici/-/undici-6.25.0.tgz", - "integrity": "sha512-ZgpWDC5gmNiuY9CnLVXEH8rl50xhRCuLNA97fAUnKi8RRuV4E6KG31pDTsLVUKnohJE0I3XDrTeEydAXRw47xg==", + "version": "6.27.0", + "resolved": "https://registry.npmjs.org/undici/-/undici-6.27.0.tgz", + "integrity": "sha512-YmfV3YnEDzXRC5lZ2jWtWWHKGUm1zIt8AhesR1tens+HTNv+YZlN/dp6G727LOvMJ8xjP9Be7Y2Sdr96LDm+pg==", "license": "MIT", "peer": true, "engines": { @@ -22232,9 +22232,9 @@ } }, "node_modules/undici": { - "version": "6.24.1", - "resolved": "https://registry.npmjs.org/undici/-/undici-6.24.1.tgz", - "integrity": "sha512-sC+b0tB1whOCzbtlx20fx3WgCXwkW627p4EA9uM+/tNNPkSS+eSEld6pAs9nDv7WbY1UUljBMYPtu9BCOrCWKA==", + "version": "6.27.0", + "resolved": "https://registry.npmjs.org/undici/-/undici-6.27.0.tgz", + "integrity": "sha512-YmfV3YnEDzXRC5lZ2jWtWWHKGUm1zIt8AhesR1tens+HTNv+YZlN/dp6G727LOvMJ8xjP9Be7Y2Sdr96LDm+pg==", "dev": true, "license": "MIT", "engines": {