Skip to content

Commit

Permalink
chore(deps): update dependency eslint-plugin-promise to v6 (#87)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot authored Dec 18, 2021
1 parent 0a9d3b6 commit ba1c062
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"eslint-config-standard": "16.0.3",
"eslint-plugin-import": "2.25.3",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-promise": "5.2.0",
"eslint-plugin-promise": "6.0.0",
"eslint-plugin-standard": "5.0.0",
"jest": "27.4.4",
"npm-run-all": "4.1.5",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2234,12 +2234,12 @@ __metadata:
languageName: node
linkType: hard

"eslint-plugin-promise@npm:5.2.0":
version: 5.2.0
resolution: "eslint-plugin-promise@npm:5.2.0"
"eslint-plugin-promise@npm:6.0.0":
version: 6.0.0
resolution: "eslint-plugin-promise@npm:6.0.0"
peerDependencies:
eslint: ^7.0.0
checksum: 5d6b2d28408c5afde6386942862427af3d83c9a130eb2555bb54b26a1761914e2c7326aca1be26dd3fee6405e65a2ee9432a4526147e5962545060ea0ef64058
eslint: ^7.0.0 || ^8.0.0
checksum: 7e761507c51267b77e4ad710e7c8938aa4f8f69b975886034e57497a1816e9527eda364e25aac03d1b4e0df2e738ba98e49ad075d028824fcfea533a1419751c
languageName: node
linkType: hard

Expand Down Expand Up @@ -3919,7 +3919,7 @@ fsevents@^2.3.2:
eslint-config-standard: 16.0.3
eslint-plugin-import: 2.25.3
eslint-plugin-node: 11.1.0
eslint-plugin-promise: 5.2.0
eslint-plugin-promise: 6.0.0
eslint-plugin-standard: 5.0.0
jest: 27.4.4
npm-run-all: 4.1.5
Expand Down

0 comments on commit ba1c062

Please sign in to comment.