From 94aca4e5f36cbc41471e80b70e2a69ec213fdfc3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 09:23:12 +0000 Subject: [PATCH] chore(deps): bump undici from 6.19.7 to 6.27.0 Bumps [undici](https://github.com/nodejs/undici) from 6.19.7 to 6.27.0. - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](https://github.com/nodejs/undici/compare/v6.19.7...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 | 15 +++++++-------- package.json | 2 +- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9d24e761..ed2ade0c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "dayjs": "^1.11.12", "edge-uikit": "^1.0.0-1", "edge.js": "^6.0.2", - "undici": "^6.19.7" + "undici": "^6.27.0" }, "devDependencies": { "@adonisjs/assembler": "^7.7.0", @@ -9780,10 +9780,9 @@ } }, "node_modules/undici": { - "version": "6.19.7", - "resolved": "https://registry.npmjs.org/undici/-/undici-6.19.7.tgz", - "integrity": "sha512-HR3W/bMGPSr90i8AAp2C4DM3wChFdJPLrWYpIS++LxS8K+W535qftjt+4MyjNYHeWabMj1nvtmLIi7l++iq91A==", - "license": "MIT", + "version": "6.27.0", + "resolved": "https://registry.npmjs.org/undici/-/undici-6.27.0.tgz", + "integrity": "sha512-YmfV3YnEDzXRC5lZ2jWtWWHKGUm1zIt8AhesR1tens+HTNv+YZlN/dp6G727LOvMJ8xjP9Be7Y2Sdr96LDm+pg==", "engines": { "node": ">=18.17" } @@ -17006,9 +17005,9 @@ } }, "undici": { - "version": "6.19.7", - "resolved": "https://registry.npmjs.org/undici/-/undici-6.19.7.tgz", - "integrity": "sha512-HR3W/bMGPSr90i8AAp2C4DM3wChFdJPLrWYpIS++LxS8K+W535qftjt+4MyjNYHeWabMj1nvtmLIi7l++iq91A==" + "version": "6.27.0", + "resolved": "https://registry.npmjs.org/undici/-/undici-6.27.0.tgz", + "integrity": "sha512-YmfV3YnEDzXRC5lZ2jWtWWHKGUm1zIt8AhesR1tens+HTNv+YZlN/dp6G727LOvMJ8xjP9Be7Y2Sdr96LDm+pg==" }, "undici-types": { "version": "6.13.0", diff --git a/package.json b/package.json index e2056d18..6c0f2bf6 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "dayjs": "^1.11.12", "edge-uikit": "^1.0.0-1", "edge.js": "^6.0.2", - "undici": "^6.19.7" + "undici": "^6.27.0" }, "eslintConfig": { "extends": "@adonisjs/eslint-config/app"