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" },