From 9f4c953f04625f2f96d211bd28f8475b8676b113 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Jun 2026 07:15:03 +0000 Subject: [PATCH] chore(deps-dev): bump undici from 8.4.1 to 8.5.0 in /izanami-frontend Bumps [undici](https://github.com/nodejs/undici) from 8.4.1 to 8.5.0. - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](https://github.com/nodejs/undici/compare/v8.4.1...v8.5.0) --- updated-dependencies: - dependency-name: undici dependency-version: 8.5.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- izanami-frontend/package-lock.json | 8 ++++---- izanami-frontend/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/izanami-frontend/package-lock.json b/izanami-frontend/package-lock.json index 264936613..63520a697 100644 --- a/izanami-frontend/package-lock.json +++ b/izanami-frontend/package-lock.json @@ -57,7 +57,7 @@ "sass": "^1.86.0", "terser": "^5.39.0", "typescript": "^5.8.2", - "undici": "^8.4.1", + "undici": "^8.5.0", "vite": "^6.2.3", "vitest": "^4.0.8" } @@ -11203,9 +11203,9 @@ } }, "node_modules/undici": { - "version": "8.4.1", - "resolved": "https://registry.npmjs.org/undici/-/undici-8.4.1.tgz", - "integrity": "sha512-RNHlB4fxZK0IrkhBsxhlbx7s8kFWwr7rzzOqj5nvZugw3ig3RsB7KW3zVlV0eu8POl+rx5d1hmL7rRg0z1owow==", + "version": "8.5.0", + "resolved": "https://registry.npmjs.org/undici/-/undici-8.5.0.tgz", + "integrity": "sha512-xamtWoB1EshgjpmlXd7GGm2VfdDtw1+rD8uhry8pSNW3If6S8E0m2T2+orSKeZXEn/aPJMviCpDBA65WJt8zhg==", "dev": true, "license": "MIT", "engines": { diff --git a/izanami-frontend/package.json b/izanami-frontend/package.json index 5bb6b861b..2aaee302b 100644 --- a/izanami-frontend/package.json +++ b/izanami-frontend/package.json @@ -63,7 +63,7 @@ "sass": "^1.86.0", "terser": "^5.39.0", "typescript": "^5.8.2", - "undici": "^8.4.1", + "undici": "^8.5.0", "vite": "^6.2.3", "vitest": "^4.0.8" },