diff --git a/package.json b/package.json index e5c46546..3aff3caf 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "eslint-formatter-github-annotations": "0.1.0", "eslint-import-resolver-typescript": "3.6.1", "eslint-plugin-etc": "2.0.3", - "eslint-plugin-file-progress": "1.3.0", + "eslint-plugin-file-progress": "1.4.0", "eslint-plugin-import": "2.29.1", "eslint-plugin-jest": "28.5.0", "eslint-plugin-jest-dom": "5.4.0", diff --git a/yarn.lock b/yarn.lock index e4a36b51..a7323a6a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5104,10 +5104,10 @@ eslint-plugin-ext@^0.1.0: resolved "https://registry.yarnpkg.com/eslint-plugin-ext/-/eslint-plugin-ext-0.1.0.tgz#db674e42a5f9b4535aaeefe10d78e9694482d820" integrity sha512-CbZgte+kC8u6uymkwtgDPHLgA3IRbhermH88o9VXDh4Pa1ds1QIo0ojJc+mvq5zjf3mm4GT/pTTFYZT9nQORyg== -eslint-plugin-file-progress@1.3.0: - version "1.3.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-file-progress/-/eslint-plugin-file-progress-1.3.0.tgz#737a432a66a4501cbdb53cb945551703c6f9b454" - integrity sha512-LncpnGHU26KPvCrvDC2Sl9PfjdrsG8qltgiK6BR7KybWtfqrdlsu1ax3+hyPMn5OkKBTF3Wki3oqK1MSMeOtQw== +eslint-plugin-file-progress@1.4.0: + version "1.4.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-file-progress/-/eslint-plugin-file-progress-1.4.0.tgz#c8df7ef9769699d3b309078f8cea18db74bcbafb" + integrity sha512-MQiq8GGfPc8stuECBktL03CAUu91+kZyufsVjoAEzC7Y4ipAY9M3xB3YYCt7Xv0C5O5t47wlAkqaxnX6LO7DBg== dependencies: chalk "^4.1.2" ora "^5.4.1"