diff options
author | dependabot[bot] | 2024-07-01 21:38:04 +0000 |
---|---|---|
committer | vitalyster | 2024-07-02 06:08:59 +0300 |
commit | 667590b9b4816fc302911c7dda85acff0cc363cb (patch) | |
tree | d1dc271e5bda133a39e0f481ac1476ec46c6ebca /package.json | |
parent | 47b09a680db8fc36fbfd38a4c477483169902b05 (diff) |
build(deps-dev): bump eslint-plugin-promise from 6.2.0 to 6.4.0
Bumps [eslint-plugin-promise](https://github.com/eslint-community/eslint-plugin-promise) from 6.2.0 to 6.4.0.
- [Release notes](https://github.com/eslint-community/eslint-plugin-promise/releases)
- [Changelog](https://github.com/eslint-community/eslint-plugin-promise/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint-community/eslint-plugin-promise/compare/v6.2.0...v6.4.0)
---
updated-dependencies:
- dependency-name: eslint-plugin-promise
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 10a40e1a..b1024429 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "eslint-plugin-jest-dom": "^5.4.0", "eslint-plugin-jsdoc": "^48.4.0", "eslint-plugin-only-ascii": "0.0.0", - "eslint-plugin-promise": "^6.2.0", + "eslint-plugin-promise": "^6.4.0", "eslint-plugin-react": "^7.34.3", "eslint-plugin-react-hooks": "^4.6.2", "eslint-plugin-testing-library": "^6.2.2", |