diff --git a/package-lock.json b/package-lock.json index 55b211e..957f279 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2753,9 +2753,9 @@ } }, "eslint-config-prettier": { - "version": "6.10.0", - "resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-6.10.0.tgz", - "integrity": "sha512-AtndijGte1rPILInUdHjvKEGbIV06NuvPrqlIEaEaWtbtvJh464mDeyGMdZEQMsGvC0ZVkiex1fSNcC4HAbRGg==", + "version": "6.10.1", + "resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-6.10.1.tgz", + "integrity": "sha512-svTy6zh1ecQojvpbJSgH3aei/Rt7C6i090l5f2WQ4aB05lYHeZIR1qL4wZyyILTbtmnbHP5Yn8MrsOJMGa8RkQ==", "dev": true, "requires": { "get-stdin": "^6.0.0" diff --git a/package.json b/package.json index 6196e00..62856c1 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "babel-eslint": "10.1.0", "eslint": "6.8.0", "eslint-config-airbnb-base": "14.1.0", - "eslint-config-prettier": "6.10.0", + "eslint-config-prettier": "6.10.1", "eslint-plugin-import": "2.20.1", "eslint-plugin-jsx-a11y": "6.2.3", "eslint-plugin-prettier": "3.1.2",