From 51686efe93e787ff2cb1c9ed66dfeb59cb0091a7 Mon Sep 17 00:00:00 2001 From: Daniel Waxweiler Date: Tue, 9 Nov 2021 22:23:48 +0100 Subject: [PATCH] update dependencies graphql, luxon --- package-lock.json | 16 ++++++++-------- package.json | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5cf799b..a58c697 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,9 +9,9 @@ "version": "0.6.2", "license": "Apache-2.0", "dependencies": { - "graphql": "^15.6.1", + "graphql": "^15.7.2", "graphql-request": "^3.6.1", - "luxon": "^2.0.2", + "luxon": "^2.1.1", "object-hash": "^2.2.0" }, "devDependencies": { @@ -4416,9 +4416,9 @@ "dev": true }, "node_modules/graphql": { - "version": "15.6.1", - "resolved": "https://registry.npmjs.org/graphql/-/graphql-15.6.1.tgz", - "integrity": "sha512-3i5lu0z6dRvJ48QP9kFxBkJ7h4Kso7PS8eahyTFz5Jm6CvQfLtNIE8LX9N6JLnXTuwR+sIYnXzaWp6anOg0QQw==", + "version": "15.7.2", + "resolved": "https://registry.npmjs.org/graphql/-/graphql-15.7.2.tgz", + "integrity": "sha512-AnnKk7hFQFmU/2I9YSQf3xw44ctnSFCfp3zE0N6W174gqe9fWG/2rKaKxROK7CcI3XtERpjEKFqts8o319Kf7A==", "engines": { "node": ">= 10.x" } @@ -13115,9 +13115,9 @@ "dev": true }, "graphql": { - "version": "15.6.1", - "resolved": "https://registry.npmjs.org/graphql/-/graphql-15.6.1.tgz", - "integrity": "sha512-3i5lu0z6dRvJ48QP9kFxBkJ7h4Kso7PS8eahyTFz5Jm6CvQfLtNIE8LX9N6JLnXTuwR+sIYnXzaWp6anOg0QQw==" + "version": "15.7.2", + "resolved": "https://registry.npmjs.org/graphql/-/graphql-15.7.2.tgz", + "integrity": "sha512-AnnKk7hFQFmU/2I9YSQf3xw44ctnSFCfp3zE0N6W174gqe9fWG/2rKaKxROK7CcI3XtERpjEKFqts8o319Kf7A==" }, "graphql-request": { "version": "3.6.1", diff --git a/package.json b/package.json index 0554842..c361657 100644 --- a/package.json +++ b/package.json @@ -21,9 +21,9 @@ }, "license": "Apache-2.0", "dependencies": { - "graphql": "^15.6.1", + "graphql": "^15.7.2", "graphql-request": "^3.6.1", - "luxon": "^2.0.2", + "luxon": "^2.1.1", "object-hash": "^2.2.0" }, "devDependencies": {