From b404cb9fd59f8c0a90a63b4ce49c80db4ccb8b33 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Nov 2021 11:19:25 +0000 Subject: [PATCH] Bump gatsby-plugin-eslint from 3.0.0 to 4.0.2 Bumps [gatsby-plugin-eslint](https://github.com/mongkuen/gatsby-plugin-eslint) from 3.0.0 to 4.0.2. - [Release notes](https://github.com/mongkuen/gatsby-plugin-eslint/releases) - [Commits](https://github.com/mongkuen/gatsby-plugin-eslint/commits) --- updated-dependencies: - dependency-name: gatsby-plugin-eslint dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 27 ++++++++++++++++----------- package.json | 2 +- 2 files changed, 17 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2644f9e..87fdfcc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -34,7 +34,7 @@ "eslint-loader": "4.0.2", "eslint-plugin-import": "2.23.4", "eslint-plugin-react": "7.24.0", - "gatsby-plugin-eslint": "3.0.0", + "gatsby-plugin-eslint": "4.0.2", "postcss": "8.3.6", "prettier": "2.3.2", "tailwindcss": "2.2.7" @@ -11487,14 +11487,17 @@ } }, "node_modules/gatsby-plugin-eslint": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-eslint/-/gatsby-plugin-eslint-3.0.0.tgz", - "integrity": "sha512-nvyLz067k8lmhWIalhgFCzlNIjHIabYPZXpARM0k4AGRJWOPgOxc5P0T+G/TjCvtSg4+jtKotbE5ranMbxIBiw==", + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/gatsby-plugin-eslint/-/gatsby-plugin-eslint-4.0.2.tgz", + "integrity": "sha512-fNLmtu8zgkrdifF9tnbtzmraJzSulhLo868FObCkArfjXB4PLxguxfBWKuJ6PMeZcSIIA4SgouCXHo2hoA12Pw==", "dev": true, + "dependencies": { + "webpack-merge": "^5.8.0" + }, "peerDependencies": { - "eslint": "^7.18.0", - "eslint-webpack-plugin": "^2.4.3", - "gatsby": ">=2" + "eslint": "^7.18.0 || ^8", + "eslint-webpack-plugin": "^2.4.3 || ^3", + "gatsby": "^2 || ^3 || ^4" } }, "node_modules/gatsby-plugin-manifest": { @@ -36277,11 +36280,13 @@ } }, "gatsby-plugin-eslint": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-eslint/-/gatsby-plugin-eslint-3.0.0.tgz", - "integrity": "sha512-nvyLz067k8lmhWIalhgFCzlNIjHIabYPZXpARM0k4AGRJWOPgOxc5P0T+G/TjCvtSg4+jtKotbE5ranMbxIBiw==", + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/gatsby-plugin-eslint/-/gatsby-plugin-eslint-4.0.2.tgz", + "integrity": "sha512-fNLmtu8zgkrdifF9tnbtzmraJzSulhLo868FObCkArfjXB4PLxguxfBWKuJ6PMeZcSIIA4SgouCXHo2hoA12Pw==", "dev": true, - "requires": {} + "requires": { + "webpack-merge": "^5.8.0" + } }, "gatsby-plugin-manifest": { "version": "3.10.0", diff --git a/package.json b/package.json index 1c71aa2..0c76869 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "eslint-loader": "4.0.2", "eslint-plugin-import": "2.23.4", "eslint-plugin-react": "7.24.0", - "gatsby-plugin-eslint": "3.0.0", + "gatsby-plugin-eslint": "4.0.2", "postcss": "8.3.6", "prettier": "2.3.2", "tailwindcss": "2.2.7"