diff --git a/package-lock.json b/package-lock.json index 2e3a939..84b839f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5600,9 +5600,9 @@ } }, "eslint-config-prettier": { - "version": "6.5.0", - "resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-6.5.0.tgz", - "integrity": "sha512-cjXp8SbO9VFGW/Z7mbTydqS9to8Z58E5aYhj3e1+Hx7lS9s6gL5ILKNpCqZAFOVYRcSkWPFYljHrEh8QFEK5EQ==", + "version": "6.10.0", + "resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-6.10.0.tgz", + "integrity": "sha512-AtndijGte1rPILInUdHjvKEGbIV06NuvPrqlIEaEaWtbtvJh464mDeyGMdZEQMsGvC0ZVkiex1fSNcC4HAbRGg==", "dev": true, "requires": { "get-stdin": "^6.0.0" diff --git a/package.json b/package.json index 284b674..591dfd5 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "@babel/plugin-proposal-object-rest-spread": "^7.5.5", "autoprefixer": "^9.7.2", "cypress": "3.6.1", - "eslint-config-prettier": "^6.5.0", + "eslint-config-prettier": "^6.10.0", "eslint-plugin-prettier": "^3.1.1", "husky": "^3.0.9", "lint-staged": "^9.4.3",