From 6a0f3b87ddf8f54b6216887432dcc432a72b0f7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 10:23:35 +0000 Subject: [PATCH] build(deps): bump undici from 6.23.0 to 6.27.0 Bumps [undici](https://github.com/nodejs/undici) from 6.23.0 to 6.27.0. - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](https://github.com/nodejs/undici/compare/v6.23.0...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 | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index f71cec2..2d83223 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "rethinkdb-ts": "^3.0.0-next.10", "rxjs": "^7.5.6", "socket.io": "^4.6.1", - "undici": "^6.23.0" + "undici": "^6.27.0" }, "devDependencies": { "@babel/core": "^7.19.0", @@ -16041,9 +16041,9 @@ } }, "node_modules/undici": { - "version": "6.23.0", - "resolved": "https://registry.npmjs.org/undici/-/undici-6.23.0.tgz", - "integrity": "sha512-VfQPToRA5FZs/qJxLIinmU59u0r7LXqoJkCzinq3ckNJp3vKEh7jTWN589YQ5+aoAC/TGRLyJLCPKcLQbM8r9g==", + "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" } @@ -28064,9 +28064,9 @@ } }, "undici": { - "version": "6.23.0", - "resolved": "https://registry.npmjs.org/undici/-/undici-6.23.0.tgz", - "integrity": "sha512-VfQPToRA5FZs/qJxLIinmU59u0r7LXqoJkCzinq3ckNJp3vKEh7jTWN589YQ5+aoAC/TGRLyJLCPKcLQbM8r9g==" + "version": "6.27.0", + "resolved": "https://registry.npmjs.org/undici/-/undici-6.27.0.tgz", + "integrity": "sha512-YmfV3YnEDzXRC5lZ2jWtWWHKGUm1zIt8AhesR1tens+HTNv+YZlN/dp6G727LOvMJ8xjP9Be7Y2Sdr96LDm+pg==" }, "unicode-canonical-property-names-ecmascript": { "version": "2.0.0", diff --git a/package.json b/package.json index f8f97e4..3c12bed 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "rethinkdb-ts": "^3.0.0-next.10", "rxjs": "^7.5.6", "socket.io": "^4.6.1", - "undici": "^6.23.0" + "undici": "^6.27.0" }, "devDependencies": { "@babel/core": "^7.19.0",