From 16ca8434d7cb9af134c60f491c14146e9f5f6542 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Jul 2022 21:07:01 +0000 Subject: [PATCH] chore(deps): bump undici in /sample/33-graphql-mercurius Bumps [undici](https://github.com/nodejs/undici) from 5.6.1 to 5.8.0. - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](https://github.com/nodejs/undici/compare/v5.6.1...v5.8.0) --- updated-dependencies: - dependency-name: undici dependency-type: indirect ... Signed-off-by: dependabot[bot] --- sample/33-graphql-mercurius/package-lock.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/sample/33-graphql-mercurius/package-lock.json b/sample/33-graphql-mercurius/package-lock.json index b06c5a4df17..f45d29d0a91 100644 --- a/sample/33-graphql-mercurius/package-lock.json +++ b/sample/33-graphql-mercurius/package-lock.json @@ -8590,9 +8590,9 @@ } }, "node_modules/undici": { - "version": "5.6.1", - "resolved": "https://registry.npmjs.org/undici/-/undici-5.6.1.tgz", - "integrity": "sha512-yYVqywdCbNb99f/w045wqmv++WExXDjY0FEvLSB7QUZZH6izxrVkF4dJn1aimcvN0+WAhv75Gg7v6VJoqmRtJQ==", + "version": "5.8.0", + "resolved": "https://registry.npmjs.org/undici/-/undici-5.8.0.tgz", + "integrity": "sha512-1F7Vtcez5w/LwH2G2tGnFIihuWUlc58YidwLiCv+jR2Z50x0tNXpRRw7eOIJ+GvqCqIkg9SB7NWAJ/T9TLfv8Q==", "engines": { "node": ">=12.18" } @@ -15454,9 +15454,9 @@ } }, "undici": { - "version": "5.6.1", - "resolved": "https://registry.npmjs.org/undici/-/undici-5.6.1.tgz", - "integrity": "sha512-yYVqywdCbNb99f/w045wqmv++WExXDjY0FEvLSB7QUZZH6izxrVkF4dJn1aimcvN0+WAhv75Gg7v6VJoqmRtJQ==" + "version": "5.8.0", + "resolved": "https://registry.npmjs.org/undici/-/undici-5.8.0.tgz", + "integrity": "sha512-1F7Vtcez5w/LwH2G2tGnFIihuWUlc58YidwLiCv+jR2Z50x0tNXpRRw7eOIJ+GvqCqIkg9SB7NWAJ/T9TLfv8Q==" }, "universalify": { "version": "2.0.0",