diff --git a/package-lock.json b/package-lock.json index 18ac1ca90..76bdf4330 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "chalk": "4.1.2", "commander": "11.0.0", "cson-parser": "4.0.9", - "eslint-config-prettier": "8.10.0", + "eslint-config-prettier": "9.0.0", "glob": "8.1.0", "json5": "2.2.3", "lodash": "4.17.21", @@ -2819,9 +2819,9 @@ } }, "node_modules/eslint-config-prettier": { - "version": "8.10.0", - "resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-8.10.0.tgz", - "integrity": "sha512-SM8AMJdeQqRYT9O9zguiruQZaN7+z+E4eAP9oiLNGKMtomwaB1E9dcgUD6ZAn/eQAb52USbvezbiljfZUhbJcg==", + "version": "9.0.0", + "resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-9.0.0.tgz", + "integrity": "sha512-IcJsTkJae2S35pRsRAwoCE+925rJJStOdkKnLVgtE+tEpqU0EVVM7OqrwxqgptKdX29NUwC82I5pXsGFIgSevw==", "bin": { "eslint-config-prettier": "bin/cli.js" }, @@ -8832,9 +8832,9 @@ } }, "eslint-config-prettier": { - "version": "8.10.0", - "resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-8.10.0.tgz", - "integrity": "sha512-SM8AMJdeQqRYT9O9zguiruQZaN7+z+E4eAP9oiLNGKMtomwaB1E9dcgUD6ZAn/eQAb52USbvezbiljfZUhbJcg==", + "version": "9.0.0", + "resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-9.0.0.tgz", + "integrity": "sha512-IcJsTkJae2S35pRsRAwoCE+925rJJStOdkKnLVgtE+tEpqU0EVVM7OqrwxqgptKdX29NUwC82I5pXsGFIgSevw==", "requires": {} }, "eslint-plugin-simple-import-sort": { diff --git a/package.json b/package.json index 409689c5d..31adf255a 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "chalk": "4.1.2", "commander": "11.0.0", "cson-parser": "4.0.9", - "eslint-config-prettier": "8.10.0", + "eslint-config-prettier": "9.0.0", "glob": "8.1.0", "json5": "2.2.3", "lodash": "4.17.21",