diff --git a/package-lock.json b/package-lock.json index 0f05c7a5..9d7aee2e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@typescript-eslint/parser": "^5.0.0", "cross-env": "^7.0.2", "eslint": "^8.0.0", - "eslint-config-prettier": "^8.0.0", + "eslint-config-prettier": "^10.0.0", "eslint-config-standard": "^17.0.0", "eslint-formatter-codeframe": "^7.32.1", "eslint-import-resolver-node": "^0.3.4", @@ -3164,12 +3164,16 @@ } }, "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": "10.1.8", + "resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-10.1.8.tgz", + "integrity": "sha512-82GZUjRS0p/jganf6q1rEO25VSoHH0hKPCTrgillPjdI/3bgBhAE1QzHrHTizjpRvy6pGAvKjDJtk2pF9NDq8w==", + "license": "MIT", "bin": { "eslint-config-prettier": "bin/cli.js" }, + "funding": { + "url": "https://opencollective.com/eslint-config-prettier" + }, "peerDependencies": { "eslint": ">=7.0.0" } diff --git a/package.json b/package.json index cdddcb42..ddcd10a0 100644 --- a/package.json +++ b/package.json @@ -84,7 +84,7 @@ "@typescript-eslint/parser": "^5.0.0", "cross-env": "^7.0.2", "eslint": "^8.0.0", - "eslint-config-prettier": "^8.0.0", + "eslint-config-prettier": "^10.0.0", "eslint-config-standard": "^17.0.0", "eslint-formatter-codeframe": "^7.32.1", "eslint-import-resolver-node": "^0.3.4",