From 7e437b6c85f0ab27bb15f8448347b406a25184b1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 15 Dec 2024 13:06:00 +0000 Subject: [PATCH] Update dependency graphql to ^16.10.0 --- package-lock.json | 6 ++++-- package.json | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index f317b512a..ab9f150ac 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "algoliasearch": "^4.24.0", "autoprefixer": "^10.4.20", "framer-motion": "11.14.4", - "graphql": "^16.9.0", + "graphql": "^16.10.0", "lodash": "^4.17.21", "next": "^14.2.20", "nprogress": "^0.2.0", @@ -4595,7 +4595,9 @@ "license": "MIT" }, "node_modules/graphql": { - "version": "16.9.0", + "version": "16.10.0", + "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.10.0.tgz", + "integrity": "sha512-AjqGKbDGUFRKIRCP9tCKiIGHyriz2oHEbPIbEtcSLSs4YjReZOIPQQWek4+6hjw62H9QShXHyaGivGiYVLeYFQ==", "license": "MIT", "engines": { "node": "^12.22.0 || ^14.16.0 || ^16.0.0 || >=17.0.0" diff --git a/package.json b/package.json index 7425668bc..2d82168a8 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "algoliasearch": "^4.24.0", "autoprefixer": "^10.4.20", "framer-motion": "11.14.4", - "graphql": "^16.9.0", + "graphql": "^16.10.0", "lodash": "^4.17.21", "next": "^14.2.20", "nprogress": "^0.2.0",