diff --git a/package-lock.json b/package-lock.json index 52587eb..e713082 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11811,10 +11811,13 @@ } }, "gatsby-plugin-eslint": { - "version": "2.0.8", - "resolved": "https://registry.npmjs.org/gatsby-plugin-eslint/-/gatsby-plugin-eslint-2.0.8.tgz", - "integrity": "sha512-vAMy37povmQJNg6ZxY78fkWR3pKwG8MNMhO3u+4vXj2MYT5avhFvHPJTAb126ZCuygf30gAWlpwbV50zP894Jw==", - "dev": true + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-eslint/-/gatsby-plugin-eslint-4.0.0.tgz", + "integrity": "sha512-f/SS2BqNtpt7BoLsaC6zug6UM0CwN1G+6uU2S/kb7/0HdBJgnf08OchNTE0HOyj7yxM0bj1CV5J1S3x/3Wk8ZQ==", + "dev": true, + "requires": { + "webpack-merge": "^5.8.0" + } }, "gatsby-plugin-manifest": { "version": "3.12.0", diff --git a/package.json b/package.json index 18596d8..52d595a 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "eslint-loader": "4.0.2", "eslint-plugin-import": "2.24.0", "eslint-plugin-react": "7.24.0", - "gatsby-plugin-eslint": "2.0.8", + "gatsby-plugin-eslint": "4.0.0", "prettier": "2.3.2" } }