Skip to content
This repository was archived by the owner on Mar 19, 2024. It is now read-only.

Commit 3b428e6

Browse files
chore(deps): update devdependency eslint-plugin-promise to v6 (#172)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 217befd commit 3b428e6

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"eslint-config-standard": "^16.0.3",
4242
"eslint-plugin-import": "^2.25.4",
4343
"eslint-plugin-node": "^11.1.0",
44-
"eslint-plugin-promise": "^5.2.0",
44+
"eslint-plugin-promise": "^6.0.0",
4545
"eslint-plugin-standard": "^5.0.0",
4646
"husky": "^7.0.4",
4747
"jest": "^27.5.1",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1806,10 +1806,10 @@ eslint-plugin-node@^11.1.0:
18061806
resolve "^1.10.1"
18071807
semver "^6.1.0"
18081808

1809-
eslint-plugin-promise@^5.2.0:
1810-
version "5.2.0"
1811-
resolved "https://registry.npmjs.org/eslint-plugin-promise/-/eslint-plugin-promise-5.2.0.tgz#a596acc32981627eb36d9d75f9666ac1a4564971"
1812-
integrity sha512-SftLb1pUG01QYq2A/hGAWfDRXqYD82zE7j7TopDOyNdU+7SvvoXREls/+PRTY17vUXzXnZA/zfnyKgRH6x4JJw==
1809+
eslint-plugin-promise@^6.0.0:
1810+
version "6.0.0"
1811+
resolved "https://registry.npmjs.org/eslint-plugin-promise/-/eslint-plugin-promise-6.0.0.tgz#017652c07c9816413a41e11c30adc42c3d55ff18"
1812+
integrity sha512-7GPezalm5Bfi/E22PnQxDWH2iW9GTvAlUNTztemeHb6c1BniSyoeTrM87JkC0wYdi6aQrZX9p2qEiAno8aTcbw==
18131813

18141814
eslint-plugin-standard@^5.0.0:
18151815
version "5.0.0"

0 commit comments

Comments
 (0)