From 712c2ad06e585d5e31091f956bf4358076892b86 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Feb 2023 22:52:48 +0000 Subject: [PATCH] Bump undici from 5.12.0 to 5.19.1 Bumps [undici](https://github.com/nodejs/undici) from 5.12.0 to 5.19.1. - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](https://github.com/nodejs/undici/compare/v5.12.0...v5.19.1) --- updated-dependencies: - dependency-name: undici 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 bc353de..f88bfaa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -44,7 +44,7 @@ "tr46": "^0.0.3", "ts-mixer": "^6.0.1", "tslib": "^2.4.0", - "undici": "^5.8.2", + "undici": "^5.19.1", "util-deprecate": "^1.0.2", "webidl-conversions": "^3.0.1", "whatwg-url": "^5.0.0", @@ -2445,9 +2445,9 @@ } }, "node_modules/undici": { - "version": "5.12.0", - "resolved": "https://registry.npmjs.org/undici/-/undici-5.12.0.tgz", - "integrity": "sha512-zMLamCG62PGjd9HHMpo05bSLvvwWOZgGeiWlN/vlqu3+lRo3elxktVGEyLMX+IO7c2eflLjcW74AlkhEZm15mg==", + "version": "5.19.1", + "resolved": "https://registry.npmjs.org/undici/-/undici-5.19.1.tgz", + "integrity": "sha512-YiZ61LPIgY73E7syxCDxxa3LV2yl3sN8spnIuTct60boiiRaE1J8mNWHO8Im2Zi/sFrPusjLlmRPrsyraSqX6A==", "dependencies": { "busboy": "^1.6.0" }, @@ -4346,9 +4346,9 @@ } }, "undici": { - "version": "5.12.0", - "resolved": "https://registry.npmjs.org/undici/-/undici-5.12.0.tgz", - "integrity": "sha512-zMLamCG62PGjd9HHMpo05bSLvvwWOZgGeiWlN/vlqu3+lRo3elxktVGEyLMX+IO7c2eflLjcW74AlkhEZm15mg==", + "version": "5.19.1", + "resolved": "https://registry.npmjs.org/undici/-/undici-5.19.1.tgz", + "integrity": "sha512-YiZ61LPIgY73E7syxCDxxa3LV2yl3sN8spnIuTct60boiiRaE1J8mNWHO8Im2Zi/sFrPusjLlmRPrsyraSqX6A==", "requires": { "busboy": "^1.6.0" } diff --git a/package.json b/package.json index f39a665..5b44077 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "tr46": "^0.0.3", "ts-mixer": "^6.0.1", "tslib": "^2.4.0", - "undici": "^5.8.2", + "undici": "^5.19.1", "util-deprecate": "^1.0.2", "webidl-conversions": "^3.0.1", "whatwg-url": "^5.0.0",