From 6eadc95a60e48493d580b17592417350ea918e09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Aug 2022 19:49:12 +0000 Subject: [PATCH] Bump undici from 5.1.1 to 5.8.2 Bumps [undici](https://github.com/nodejs/undici) from 5.1.1 to 5.8.2. - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](https://github.com/nodejs/undici/compare/v5.1.1...v5.8.2) --- 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 f8c9d94..8d25225 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@actions/core": "^1.8.0", "@actions/github": "^5.0.1", "shellac": "^0.7.0", - "undici": "^5.1.1" + "undici": "^5.8.2" }, "devDependencies": { "esbuild": "^0.14.38", @@ -619,9 +619,9 @@ } }, "node_modules/undici": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/undici/-/undici-5.1.1.tgz", - "integrity": "sha512-CmK9JzLSMGx+2msOao8LhkKn3J7eKo2M50v0KZQ2XbiHcGqLS1HiIj01ceIm3jbUYlspw/FTSb6nMdSNyvVyaQ==", + "version": "5.8.2", + "resolved": "https://registry.npmjs.org/undici/-/undici-5.8.2.tgz", + "integrity": "sha512-3KLq3pXMS0Y4IELV045fTxqz04Nk9Ms7yfBBHum3yxsTR4XNn+ZCaUbf/mWitgYDAhsplQ0B1G4S5D345lMO3A==", "engines": { "node": ">=12.18" } @@ -1015,9 +1015,9 @@ "dev": true }, "undici": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/undici/-/undici-5.1.1.tgz", - "integrity": "sha512-CmK9JzLSMGx+2msOao8LhkKn3J7eKo2M50v0KZQ2XbiHcGqLS1HiIj01ceIm3jbUYlspw/FTSb6nMdSNyvVyaQ==" + "version": "5.8.2", + "resolved": "https://registry.npmjs.org/undici/-/undici-5.8.2.tgz", + "integrity": "sha512-3KLq3pXMS0Y4IELV045fTxqz04Nk9Ms7yfBBHum3yxsTR4XNn+ZCaUbf/mWitgYDAhsplQ0B1G4S5D345lMO3A==" }, "universal-user-agent": { "version": "6.0.0", diff --git a/package.json b/package.json index 0eac7b6..a633875 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "@actions/core": "^1.8.0", "@actions/github": "^5.0.1", "shellac": "^0.7.0", - "undici": "^5.1.1" + "undici": "^5.8.2" }, "devDependencies": { "esbuild": "^0.14.38",