diff --git a/package-lock.json b/package-lock.json index e19c62a40..db80cd0f6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4431,9 +4431,9 @@ } }, "eslint-config-prettier": { - "version": "6.12.0", - "resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-6.12.0.tgz", - "integrity": "sha512-9jWPlFlgNwRUYVoujvWTQ1aMO8o6648r+K7qU7K5Jmkbyqav1fuEZC0COYpGBxyiAJb65Ra9hrmFx19xRGwXWw==", + "version": "6.13.0", + "resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-6.13.0.tgz", + "integrity": "sha512-LcT0i0LSmnzqK2t764pyIt7kKH2AuuqKRTtJTdddWxOiUja9HdG5GXBVF2gmCTvVYWVsTu8J2MhJLVGRh+pj8w==", "requires": { "get-stdin": "^6.0.0" } diff --git a/package.json b/package.json index 4a050e73c..f9b33cc24 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "dependencies": { "chalk": "4.1.0", "commander": "6.1.0", - "eslint-config-prettier": "6.12.0", + "eslint-config-prettier": "6.13.0", "glob": "7.1.6", "minimatch": "3.0.4", "strip-json-comments": "3.1.1",