diff options
author | dependabot[bot] | 2024-11-25 21:58:46 +0000 |
---|---|---|
committer | vitalyster | 2024-11-25 19:30:07 -0800 |
commit | f44d385575f94b47b835ead4df7af0d33d98b18b (patch) | |
tree | 505b31c46d242464c13541fc1bb575c8dc2412b6 /package.json | |
parent | 791fdc14484bae012a82ea244eefd45673e7e576 (diff) |
build(deps-dev): bump eslint-plugin-promise from 7.1.0 to 7.2.0
Bumps [eslint-plugin-promise](https://github.com/eslint-community/eslint-plugin-promise) from 7.1.0 to 7.2.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/v7.1.0...v7.2.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 e2a0e0e09..c40ba551e 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "eslint-plugin-jest-dom": "^5.5.0", "eslint-plugin-jsdoc": "^50.5.0", "eslint-plugin-only-ascii": "0.0.0", - "eslint-plugin-promise": "^7.1.0", + "eslint-plugin-promise": "^7.2.0", "eslint-plugin-react": "^7.37.2", "eslint-plugin-react-hooks": "^5.0.0", "eslint-plugin-testing-library": "^6.4.0", |