From 255bb5890d7e8994bf2b7965d35fe59ce82305b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Jul 2023 19:10:51 +0000 Subject: [PATCH] build(deps-dev): bump @graphql-eslint/eslint-plugin in /frontend Bumps [@graphql-eslint/eslint-plugin](https://github.com/B2o5T/graphql-eslint) from 3.19.3 to 3.20.0. - [Release notes](https://github.com/B2o5T/graphql-eslint/releases) - [Commits](https://github.com/B2o5T/graphql-eslint/compare/@graphql-eslint/eslint-plugin@3.19.3...@graphql-eslint/eslint-plugin@3.20.0) --- updated-dependencies: - dependency-name: "@graphql-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- frontend/package-lock.json | 11 +++++++---- frontend/package.json | 2 +- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index a027180c1..329f668c9 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -28,7 +28,7 @@ "@graphql-codegen/cli": "^4.0.1", "@graphql-codegen/client-preset": "^4.0.1", "@graphql-codegen/urql-introspection": "^2.2.1", - "@graphql-eslint/eslint-plugin": "^3.19.3", + "@graphql-eslint/eslint-plugin": "^3.20.0", "@storybook/addon-actions": "^7.0.25", "@storybook/addon-backgrounds": "^7.0.25", "@storybook/addon-controls": "^7.0.25", @@ -3689,9 +3689,9 @@ "dev": true }, "node_modules/@graphql-eslint/eslint-plugin": { - "version": "3.19.3", - "resolved": "https://registry.npmjs.org/@graphql-eslint/eslint-plugin/-/eslint-plugin-3.19.3.tgz", - "integrity": "sha512-3s2YUINaTvcOu3XcpvJDCyvF1QfkrgdqXTiK4ZeEvPRCWaaCExdsox2cS8DsJ+4mjlV0VqLi33gn5AecCIrvKg==", + "version": "3.20.0", + "resolved": "https://registry.npmjs.org/@graphql-eslint/eslint-plugin/-/eslint-plugin-3.20.0.tgz", + "integrity": "sha512-zvGJf7sNkh4QTRGHogwS/A9Ob5ZFC2A7U9ASIJ1RWkSex3wd5P0Fcwt98eagICnDguMWBIzsSko4vWoRgovbvg==", "dev": true, "dependencies": { "@babel/code-frame": "^7.18.6", @@ -3706,6 +3706,9 @@ "lodash.lowercase": "^4.3.0", "tslib": "^2.4.1" }, + "engines": { + "node": ">=12" + }, "peerDependencies": { "graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0" } diff --git a/frontend/package.json b/frontend/package.json index c5923d658..f55329996 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -36,7 +36,7 @@ "@graphql-codegen/cli": "^4.0.1", "@graphql-codegen/client-preset": "^4.0.1", "@graphql-codegen/urql-introspection": "^2.2.1", - "@graphql-eslint/eslint-plugin": "^3.19.3", + "@graphql-eslint/eslint-plugin": "^3.20.0", "@storybook/addon-actions": "^7.0.25", "@storybook/addon-backgrounds": "^7.0.25", "@storybook/addon-controls": "^7.0.25",