From 278bda84d2580c7f41fdfc0b2255e107c2556905 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 12 Feb 2022 00:23:32 +0000 Subject: [PATCH] npm(deps): bump graphql from 15.8.0 to 16.3.0 Bumps [graphql](https://github.com/graphql/graphql-js) from 15.8.0 to 16.3.0. - [Release notes](https://github.com/graphql/graphql-js/releases) - [Commits](https://github.com/graphql/graphql-js/compare/v15.8.0...v16.3.0) --- updated-dependencies: - dependency-name: graphql dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index c16bfcd..e0d9da0 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "axios": "^0.22.0", "body-parser": "^1.19.0", "dotenv": "^10.0.0", - "graphql": "^15.5.0", + "graphql": "^16.3.0", "ioredis": "^4.27.5", "lodash": "^4.17.21", "object-hash": "^2.2.0" @@ -51,7 +51,7 @@ "eslint-config-prettier": "^8.1.0", "eslint-plugin-prettier": "^3.2.0", "format-graphql": "^1.4.0", - "husky": "^6.0.0", + "husky": "^7.0.4", "jest": "^27.0.0", "lint-staged": "^11.0.0", "prettier": "^2.2.1",