Skip to content

Commit 88aff5b

Browse files
chore(deps-dev): bump eslint-plugin-promise from 5.1.1 to 5.2.0 (#360)
Bumps [eslint-plugin-promise](https://github.com/xjamundx/eslint-plugin-promise) from 5.1.1 to 5.2.0. - [Release notes](https://github.com/xjamundx/eslint-plugin-promise/releases) - [Changelog](https://github.com/xjamundx/eslint-plugin-promise/blob/development/CHANGELOG.md) - [Commits](https://github.com/xjamundx/eslint-plugin-promise/commits) --- updated-dependencies: - dependency-name: eslint-plugin-promise dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent bf7c159 commit 88aff5b

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
@@ -38,7 +38,7 @@
3838
"eslint-plugin-import": "^2.25.4",
3939
"eslint-plugin-jest": "^27.2.1",
4040
"eslint-plugin-node": "^11.0.0",
41-
"eslint-plugin-promise": "^5.1.1",
41+
"eslint-plugin-promise": "^5.2.0",
4242
"eslint-plugin-vue": "^8.3.0",
4343
"faker": "^5.5.3",
4444
"fetch-mock": "^9.11.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2664,10 +2664,10 @@ eslint-plugin-node@^11.0.0:
26642664
resolve "^1.10.1"
26652665
semver "^6.1.0"
26662666

2667-
eslint-plugin-promise@^5.1.1:
2668-
version "5.1.1"
2669-
resolved "https://registry.yarnpkg.com/eslint-plugin-promise/-/eslint-plugin-promise-5.1.1.tgz#9674d11c056d1bafac38e4a3a9060be740988d90"
2670-
integrity sha512-XgdcdyNzHfmlQyweOPTxmc7pIsS6dE4MvwhXWMQ2Dxs1XAL2GJDilUsjWen6TWik0aSI+zD/PqocZBblcm9rdA==
2667+
eslint-plugin-promise@^5.2.0:
2668+
version "5.2.0"
2669+
resolved "https://registry.yarnpkg.com/eslint-plugin-promise/-/eslint-plugin-promise-5.2.0.tgz#a596acc32981627eb36d9d75f9666ac1a4564971"
2670+
integrity sha512-SftLb1pUG01QYq2A/hGAWfDRXqYD82zE7j7TopDOyNdU+7SvvoXREls/+PRTY17vUXzXnZA/zfnyKgRH6x4JJw==
26712671

26722672
eslint-plugin-vue@^8.3.0:
26732673
version "8.3.0"

0 commit comments

Comments
 (0)