From 849fdc7474cc7f25fbc4d3e8c0c81020d88d4d36 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 22:11:41 +0000 Subject: [PATCH] chore(deps): bump undici from 6.24.1 to 6.27.0 Bumps [undici](https://github.com/nodejs/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) --- updated-dependencies: - dependency-name: undici dependency-version: 6.27.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3e12f3c..4fd302e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@actions/io": "^3.0.0", "@actions/tool-cache": "^4.0.0", "js-yaml": "^4.1.1", - "undici": "^6.24.1" + "undici": "^6.27.0" }, "devDependencies": { "@eslint/js": "^10.0.1", @@ -5444,9 +5444,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==", "license": "MIT", "engines": { "node": ">=18.17" diff --git a/package.json b/package.json index 580bf7f..17bf44b 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "@actions/io": "^3.0.0", "@actions/tool-cache": "^4.0.0", "js-yaml": "^4.1.1", - "undici": "^6.24.1" + "undici": "^6.27.0" }, "devDependencies": { "@eslint/js": "^10.0.1",