diff --git a/package.json b/package.json index 62bec3b..005043d 100644 --- a/package.json +++ b/package.json @@ -80,7 +80,7 @@ "eslint-plugin-import": "^2.18.0", "eslint-plugin-node": "^11.0.0", "eslint-plugin-prettier": "^4.0.0", - "eslint-plugin-promise": "^4.1.1", + "eslint-plugin-promise": "^5.2.0", "eslint-plugin-standard": "^5.0.0", "jest": "^27.2.4", "jest-worker": "^27.2.4", diff --git a/yarn.lock b/yarn.lock index f5a76df..6a06b34 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1830,10 +1830,10 @@ eslint-plugin-prettier@^4.0.0: dependencies: prettier-linter-helpers "^1.0.0" -eslint-plugin-promise@^4.1.1: - version "4.3.1" - resolved "https://registry.yarnpkg.com/eslint-plugin-promise/-/eslint-plugin-promise-4.3.1.tgz#61485df2a359e03149fdafc0a68b0e030ad2ac45" - integrity sha512-bY2sGqyptzFBDLh/GMbAxfdJC+b0f23ME63FOE4+Jao0oZ3E1LEwFtWJX/1pGMJLiTtrSSern2CRM/g+dfc0eQ== +eslint-plugin-promise@^5.2.0: + version "5.2.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-promise/-/eslint-plugin-promise-5.2.0.tgz#a596acc32981627eb36d9d75f9666ac1a4564971" + integrity sha512-SftLb1pUG01QYq2A/hGAWfDRXqYD82zE7j7TopDOyNdU+7SvvoXREls/+PRTY17vUXzXnZA/zfnyKgRH6x4JJw== eslint-plugin-standard@^5.0.0: version "5.0.0"