From 5b21ff6b68cd4cd6aa4aa5150a6f708529a05388 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jan 2025 22:29:39 +0000 Subject: [PATCH] build(deps): Bump undici from 6.21.0 to 6.21.1 Bumps [undici](https://github.com/nodejs/undici) from 6.21.0 to 6.21.1. - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](https://github.com/nodejs/undici/compare/v6.21.0...v6.21.1) --- updated-dependencies: - dependency-name: undici 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 475d260..5b907a0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "ioredis": "^5.2.2", "passport": "^0.6.0", "passport-google-oauth20": "^2.0.0", - "undici": "^6.21.0" + "undici": "^6.21.1" } }, "node_modules/@ioredis/commands": { @@ -935,9 +935,9 @@ "integrity": "sha512-IevTus0SbGwQzYh3+fRsAMTVVPOoIVufzacXcHPmdlle1jUpq7BRL+mw3dgeLanvGZdwwbWhRV6XrcFNdBmjWA==" }, "node_modules/undici": { - "version": "6.21.0", - "resolved": "https://registry.npmjs.org/undici/-/undici-6.21.0.tgz", - "integrity": "sha512-BUgJXc752Kou3oOIuU1i+yZZypyZRqNPW0vqoMPl8VaoalSfeR0D8/t4iAS3yirs79SSMTxTag+ZC86uswv+Cw==", + "version": "6.21.1", + "resolved": "https://registry.npmjs.org/undici/-/undici-6.21.1.tgz", + "integrity": "sha512-q/1rj5D0/zayJB2FraXdaWxbhWiNKDvu8naDT2dl1yTlvJp4BLtOcp2a5BvgGNQpYYJzau7tf1WgKv3b+7mqpQ==", "license": "MIT", "engines": { "node": ">=18.17" diff --git a/package.json b/package.json index 9349684..cf95091 100644 --- a/package.json +++ b/package.json @@ -9,6 +9,6 @@ "ioredis": "^5.2.2", "passport": "^0.6.0", "passport-google-oauth20": "^2.0.0", - "undici": "^6.21.0" + "undici": "^6.21.1" } }