From 1b5f8018309658ccc6086cc479d5588026a8ba6c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Feb 2024 10:13:19 -0500 Subject: [PATCH] Bump undici from 5.26.2 to 5.28.3 (#647) Bumps [undici](https://github.com/nodejs/undici) from 5.26.2 to 5.28.3. - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](https://github.com/nodejs/undici/compare/v5.26.2...v5.28.3) --- updated-dependencies: - dependency-name: undici dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 13f27f32..6ffd07ab 100644 --- a/package-lock.json +++ b/package-lock.json @@ -45,7 +45,7 @@ "short-uuid": "^4.2.2", "sinon": "^15.0.1", "to-snake-case": "^1.0.0", - "undici": "^5.26.2", + "undici": "^5.28.3", "uuid-random": "^1.3.2", "verify-aws-sns-signature": "^0.1.0", "ws": "^8.9.0", @@ -10841,9 +10841,9 @@ } }, "node_modules/undici": { - "version": "5.26.2", - "resolved": "https://registry.npmjs.org/undici/-/undici-5.26.2.tgz", - "integrity": "sha512-a4PDLQgLTPHVzOK+x3F79/M4GtyYPl+aX9AAK7aQxpwxDwCqkeZCScy7Gk5kWT3JtdFq1uhO3uZJdLtHI4dK9A==", + "version": "5.28.3", + "resolved": "https://registry.npmjs.org/undici/-/undici-5.28.3.tgz", + "integrity": "sha512-3ItfzbrhDlINjaP0duwnNsKpDQk3acHI3gVJ1z4fmwMK31k5G9OVIAMLSIaP6w4FaGkaAkN6zaQO9LUvZ1t7VA==", "dependencies": { "@fastify/busboy": "^2.0.0" }, @@ -19822,9 +19822,9 @@ } }, "undici": { - "version": "5.26.2", - "resolved": "https://registry.npmjs.org/undici/-/undici-5.26.2.tgz", - "integrity": "sha512-a4PDLQgLTPHVzOK+x3F79/M4GtyYPl+aX9AAK7aQxpwxDwCqkeZCScy7Gk5kWT3JtdFq1uhO3uZJdLtHI4dK9A==", + "version": "5.28.3", + "resolved": "https://registry.npmjs.org/undici/-/undici-5.28.3.tgz", + "integrity": "sha512-3ItfzbrhDlINjaP0duwnNsKpDQk3acHI3gVJ1z4fmwMK31k5G9OVIAMLSIaP6w4FaGkaAkN6zaQO9LUvZ1t7VA==", "requires": { "@fastify/busboy": "^2.0.0" } diff --git a/package.json b/package.json index 74e430e8..c3ff770e 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "short-uuid": "^4.2.2", "sinon": "^15.0.1", "to-snake-case": "^1.0.0", - "undici": "^5.26.2", + "undici": "^5.28.3", "uuid-random": "^1.3.2", "verify-aws-sns-signature": "^0.1.0", "ws": "^8.9.0",