From 88427c668cda4177646121aff8de0ec809bef77f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Aug 2022 19:13:11 +0000 Subject: [PATCH] Bump undici from 4.7.0 to 5.8.2 in /example Bumps [undici](https://github.com/nodejs/undici) from 4.7.0 to 5.8.2. - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](https://github.com/nodejs/undici/compare/v4.7.0...v5.8.2) --- updated-dependencies: - dependency-name: undici dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- example/package-lock.json | 14 +++++++------- example/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/example/package-lock.json b/example/package-lock.json index ec0b36b..c23de4b 100644 --- a/example/package-lock.json +++ b/example/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.0", "dependencies": { "@awesomeorganization/hyperlink": "..", - "undici": "4.7.0" + "undici": "5.8.2" } }, "..": { @@ -214,9 +214,9 @@ "link": true }, "node_modules/undici": { - "version": "4.7.0", - "resolved": "https://registry.npmjs.org/undici/-/undici-4.7.0.tgz", - "integrity": "sha512-O1q+/EIs4g0HnVMH8colei3qODGiYBLpavWYv3kI+JazBBsBIndnZfUqZ2MEfPJ12H9d56yVdwZG1/nV/xcoSQ==", + "version": "5.8.2", + "resolved": "https://registry.npmjs.org/undici/-/undici-5.8.2.tgz", + "integrity": "sha512-3KLq3pXMS0Y4IELV045fTxqz04Nk9Ms7yfBBHum3yxsTR4XNn+ZCaUbf/mWitgYDAhsplQ0B1G4S5D345lMO3A==", "engines": { "node": ">=12.18" } @@ -367,9 +367,9 @@ } }, "undici": { - "version": "4.7.0", - "resolved": "https://registry.npmjs.org/undici/-/undici-4.7.0.tgz", - "integrity": "sha512-O1q+/EIs4g0HnVMH8colei3qODGiYBLpavWYv3kI+JazBBsBIndnZfUqZ2MEfPJ12H9d56yVdwZG1/nV/xcoSQ==" + "version": "5.8.2", + "resolved": "https://registry.npmjs.org/undici/-/undici-5.8.2.tgz", + "integrity": "sha512-3KLq3pXMS0Y4IELV045fTxqz04Nk9Ms7yfBBHum3yxsTR4XNn+ZCaUbf/mWitgYDAhsplQ0B1G4S5D345lMO3A==" } } } diff --git a/example/package.json b/example/package.json index 34c11d4..1ffbc1a 100644 --- a/example/package.json +++ b/example/package.json @@ -5,6 +5,6 @@ "type": "module", "dependencies": { "@awesomeorganization/hyperlink": "..", - "undici": "4.7.0" + "undici": "5.8.2" } }