Skip to content

Commit

Permalink
feat: upgrade eslint-plugin-promise from 5.2.0 to 6.0.0 (#222)
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade eslint-plugin-promise from 5.2.0 to 6.0.0.

See this package in npm:


See this project in Snyk:
https://app.snyk.io/org/ocean-ds/project/9c37162e-743a-4ecf-927e-f9ac17daeff9?utm_source=github&utm_medium=referral&page=upgrade-pr

Co-authored-by: Saulo Santiago <[email protected]>
Co-authored-by: João Pedro Cordeiro <[email protected]>
  • Loading branch information
3 people authored Aug 15, 2022
1 parent 1f651e6 commit a9c08f2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-promise": "^5.2.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-standard": "^5.0.0",
"gh-pages": "^3.2.1",
"gulp": "^4.0.2",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2689,10 +2689,10 @@ eslint-plugin-prettier@^4.0.0:
dependencies:
prettier-linter-helpers "^1.0.0"

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-promise@^6.0.0:
version "6.0.0"
resolved "https://registry.yarnpkg.com/eslint-plugin-promise/-/eslint-plugin-promise-6.0.0.tgz#017652c07c9816413a41e11c30adc42c3d55ff18"
integrity sha512-7GPezalm5Bfi/E22PnQxDWH2iW9GTvAlUNTztemeHb6c1BniSyoeTrM87JkC0wYdi6aQrZX9p2qEiAno8aTcbw==

eslint-plugin-standard@^5.0.0:
version "5.0.0"
Expand Down

0 comments on commit a9c08f2

Please sign in to comment.