From 05e3f7bcd9647e76398f56cda5195df51c99570e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 22 Jun 2023 04:40:49 +0000 Subject: [PATCH] fix: examples/using-gatsby-source-graphql/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795 --- examples/using-gatsby-source-graphql/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/using-gatsby-source-graphql/package.json b/examples/using-gatsby-source-graphql/package.json index ef641af00aad3..30220dcc9388e 100644 --- a/examples/using-gatsby-source-graphql/package.json +++ b/examples/using-gatsby-source-graphql/package.json @@ -24,7 +24,7 @@ }, "devDependencies": { "babel-eslint": "^10.1.0", - "eslint": "^6.8.0", + "eslint": "^7.0.0", "eslint-config-google": "^0.14.0", "eslint-config-prettier": "^6.11.0", "eslint-plugin-flowtype": "^4.7.0", @@ -33,6 +33,6 @@ "eslint-plugin-prettier": "^3.1.4", "eslint-plugin-react": "^7.20.6", "prettier": "2.1.1", - "prettier-eslint-cli": "5.0.0" + "prettier-eslint-cli": "7.0.0" } } \ No newline at end of file