From d01df1a80d52e59cf3004df52837a3ff0dc5f666 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 May 2022 05:30:15 +0000 Subject: [PATCH] Bump undici from 4.16.0 to 5.1.1 Bumps [undici](https://github.com/nodejs/undici) from 4.16.0 to 5.1.1. - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](https://github.com/nodejs/undici/compare/v4.16.0...v5.1.1) --- updated-dependencies: - dependency-name: undici dependency-type: direct:production update-type: version-update:semver-major ... 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 09025dc..e6f6ca8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -35,7 +35,7 @@ "safe-base64": "^2.0.1-0", "string_decoder": "^1.3.0", "string-similarity": "^4.0.4", - "undici": "^4.16.0", + "undici": "^5.1.1", "utf-8-validate": "^5.0.9", "ws": "^8.5.0" }, @@ -14196,9 +14196,9 @@ "dev": true }, "node_modules/undici": { - "version": "4.16.0", - "resolved": "https://registry.npmjs.org/undici/-/undici-4.16.0.tgz", - "integrity": "sha512-tkZSECUYi+/T1i4u+4+lwZmQgLXd4BLGlrc7KZPcLIW7Jpq99+Xpc30ONv7nS6F5UNOxp/HBZSSL9MafUrvJbw==", + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/undici/-/undici-5.1.1.tgz", + "integrity": "sha512-CmK9JzLSMGx+2msOao8LhkKn3J7eKo2M50v0KZQ2XbiHcGqLS1HiIj01ceIm3jbUYlspw/FTSb6nMdSNyvVyaQ==", "engines": { "node": ">=12.18" } @@ -25376,9 +25376,9 @@ "dev": true }, "undici": { - "version": "4.16.0", - "resolved": "https://registry.npmjs.org/undici/-/undici-4.16.0.tgz", - "integrity": "sha512-tkZSECUYi+/T1i4u+4+lwZmQgLXd4BLGlrc7KZPcLIW7Jpq99+Xpc30ONv7nS6F5UNOxp/HBZSSL9MafUrvJbw==" + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/undici/-/undici-5.1.1.tgz", + "integrity": "sha512-CmK9JzLSMGx+2msOao8LhkKn3J7eKo2M50v0KZQ2XbiHcGqLS1HiIj01ceIm3jbUYlspw/FTSb6nMdSNyvVyaQ==" }, "unique-filename": { "version": "1.1.1", diff --git a/package.json b/package.json index 330ae59..441db77 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,7 @@ "safe-base64": "^2.0.1-0", "string_decoder": "^1.3.0", "string-similarity": "^4.0.4", - "undici": "^4.16.0", + "undici": "^5.1.1", "utf-8-validate": "^5.0.9", "ws": "^8.5.0" },