From 7600030b221b4b6fd95d37997f6cdd8823b4dc7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 19:30:40 +0000 Subject: [PATCH 1/2] chore(deps): bump graphql from 16.7.1 to 16.8.1 Bumps [graphql](https://github.com/graphql/graphql-js) from 16.7.1 to 16.8.1. - [Release notes](https://github.com/graphql/graphql-js/releases) - [Commits](https://github.com/graphql/graphql-js/compare/v16.7.1...v16.8.1) --- updated-dependencies: - dependency-name: graphql dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] rebase --- package.json | 2 +- yarn.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 8a27474..ca4a04b 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "0.1.0", "private": true, "engines": { - "node": "20" + "node": "21" }, "scripts": { "build": "next build", diff --git a/yarn.lock b/yarn.lock index 2e80cad..82171b1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5329,7 +5329,7 @@ graphql-yoga@4.0.3: graphql@^16.8.1: version "16.8.1" - resolved "https://registry.npmjs.org/graphql/-/graphql-16.8.1.tgz#1930a965bef1170603702acdb68aedd3f3cf6f07" + resolved "https://registry.yarnpkg.com/graphql/-/graphql-16.8.1.tgz#1930a965bef1170603702acdb68aedd3f3cf6f07" integrity sha512-59LZHPdGZVh695Ud9lRzPBVTtlX9ZCV150Er2W43ro37wVof0ctenSaskPPjN7lVTIN8mSZt8PHUNKZuNQUuxw== has-bigints@^1.0.1, has-bigints@^1.0.2: From 6e9318ba0f8bca01394595c2834c51f64378f237 Mon Sep 17 00:00:00 2001 From: Siddharth Tiwari Date: Wed, 31 Jan 2024 21:56:40 +0530 Subject: [PATCH 2/2] chore: update node version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ca4a04b..8a27474 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "0.1.0", "private": true, "engines": { - "node": "21" + "node": "20" }, "scripts": { "build": "next build",