From fabfd372fd2c22166dc376902f70cd9d9bd4c18e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Apr 2024 01:07:46 +0000 Subject: [PATCH] Bump undici and mercurius in /Chapter07/fastify-graphql Bumps [undici](https://github.com/nodejs/undici) to 5.28.4 and updates ancestor dependency [mercurius](https://github.com/mercurius-js/mercurius). These dependencies need to be updated together. Updates `undici` from 5.28.3 to 5.28.4 - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](https://github.com/nodejs/undici/compare/v5.28.3...v5.28.4) Updates `mercurius` from 14.0.0 to 14.1.0 - [Release notes](https://github.com/mercurius-js/mercurius/releases) - [Commits](https://github.com/mercurius-js/mercurius/compare/v14.0.0...v14.1.0) --- updated-dependencies: - dependency-name: undici dependency-type: indirect - dependency-name: mercurius dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Chapter07/fastify-graphql/package-lock.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Chapter07/fastify-graphql/package-lock.json b/Chapter07/fastify-graphql/package-lock.json index 0a2fac3..1af644f 100644 --- a/Chapter07/fastify-graphql/package-lock.json +++ b/Chapter07/fastify-graphql/package-lock.json @@ -771,9 +771,9 @@ } }, "node_modules/mercurius": { - "version": "14.0.0", - "resolved": "https://registry.npmjs.org/mercurius/-/mercurius-14.0.0.tgz", - "integrity": "sha512-eGqBuc8ZfnBbJDnnedZWx0mPJ2ZQZz2HLmPCxRdMa5RZnRP9Uxn4Ew1x1OQ49MvNbut9xfvHCXKlr8uI6GOyZg==", + "version": "14.1.0", + "resolved": "https://registry.npmjs.org/mercurius/-/mercurius-14.1.0.tgz", + "integrity": "sha512-A83Z+s4wVRJI/sqN5ZmyB7ISma9atAk4aRipnklSCvQ62hioJ00N9wwR3QRh5mY5lKbKG6rRn/iF8VlU6FsisQ==", "dependencies": { "@fastify/error": "^3.0.0", "@fastify/static": "^7.0.0", @@ -787,7 +787,7 @@ "secure-json-parse": "^2.7.0", "single-user-cache": "^0.6.0", "tiny-lru": "^11.0.0", - "undici": "5.28.3", + "undici": "^5.28.4", "ws": "^8.2.2" }, "engines": { @@ -1305,9 +1305,9 @@ } }, "node_modules/undici": { - "version": "5.28.3", - "resolved": "https://registry.npmjs.org/undici/-/undici-5.28.3.tgz", - "integrity": "sha512-3ItfzbrhDlINjaP0duwnNsKpDQk3acHI3gVJ1z4fmwMK31k5G9OVIAMLSIaP6w4FaGkaAkN6zaQO9LUvZ1t7VA==", + "version": "5.28.4", + "resolved": "https://registry.npmjs.org/undici/-/undici-5.28.4.tgz", + "integrity": "sha512-72RFADWFqKmUb2hmmvNODKL3p9hcB6Gt2DOQMis1SEBaV6a4MH8soBvzg+95CYhCKPFedut2JY9bMfrDl9D23g==", "dependencies": { "@fastify/busboy": "^2.0.0" },