From 3f263601a27cc7f6b78e89c3bc65bc25ebbba38b Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 21 Feb 2022 00:15:58 +0000 Subject: [PATCH] fix(deps): update dependency eslint-config-prettier to v8.4.0 --- package-lock.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index c0421877..53c58b50 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,11 +13,11 @@ "@babel/eslint-parser": "^7.13.8", "@commitlint/cli": "^16.0.0", "@commitlint/config-conventional": "^16.0.0", - "@typescript-eslint/eslint-plugin": "^5.11.0", - "@typescript-eslint/parser": "^5.11.0", + "@typescript-eslint/eslint-plugin": "^5.0.0", + "@typescript-eslint/parser": "^5.0.0", "cross-env": "^7.0.2", "eslint": "^7.21.0", - "eslint-config-prettier": "^8.0.0", + "eslint-config-prettier": "^8.4.0", "eslint-config-standard": "^16.0.0", "eslint-import-resolver-node": "^0.3.4", "eslint-import-resolver-typescript": "^2.5.0", @@ -33,7 +33,7 @@ "eslint-plugin-react": "^7.21.5", "eslint-plugin-unicorn": "^40.0.0", "eslint-plugin-you-dont-need-lodash-underscore": "^6.10.0", - "execa": "^6.1.0", + "execa": "^6.0.0", "husky": "^7.0.4", "is-ci": "^3.0.0", "npm-run-all": "^4.1.5", @@ -2841,9 +2841,9 @@ } }, "node_modules/eslint-config-prettier": { - "version": "8.3.0", - "resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-8.3.0.tgz", - "integrity": "sha512-BgZuLUSeKzvlL/VUjx/Yb787VQ26RU3gGjA3iiFvdsp/2bMfVIWUVP7tjxtjS0e+HP409cPlPvNkQloz8C91ew==", + "version": "8.4.0", + "resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-8.4.0.tgz", + "integrity": "sha512-CFotdUcMY18nGRo5KGsnNxpznzhkopOcOo0InID+sgQssPrzjvsyKZPvOgymTFeHrFuC3Tzdf2YndhXtULK9Iw==", "bin": { "eslint-config-prettier": "bin/cli.js" }, @@ -9980,9 +9980,9 @@ } }, "eslint-config-prettier": { - "version": "8.3.0", - "resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-8.3.0.tgz", - "integrity": "sha512-BgZuLUSeKzvlL/VUjx/Yb787VQ26RU3gGjA3iiFvdsp/2bMfVIWUVP7tjxtjS0e+HP409cPlPvNkQloz8C91ew==", + "version": "8.4.0", + "resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-8.4.0.tgz", + "integrity": "sha512-CFotdUcMY18nGRo5KGsnNxpznzhkopOcOo0InID+sgQssPrzjvsyKZPvOgymTFeHrFuC3Tzdf2YndhXtULK9Iw==", "requires": {} }, "eslint-config-standard": {