diff options
author | dependabot[bot] | 2024-07-29 21:59:59 +0000 |
---|---|---|
committer | vitalyster | 2024-07-30 10:33:29 +0300 |
commit | 2cf271277d264688f5bc5707aa7cdbd8b7acf114 (patch) | |
tree | df8a0b6ea777e600af726530ce70f4e9790b842d /package-lock.json | |
parent | fc32abf39f14e2ecec38502fbcaf79c6b60e6a81 (diff) |
build(deps-dev): bump eslint-plugin-promise from 6.6.0 to 7.0.0
Bumps [eslint-plugin-promise](https://github.com/eslint-community/eslint-plugin-promise) from 6.6.0 to 7.0.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.6.0...v7.0.0)
---
updated-dependencies:
- dependency-name: eslint-plugin-promise
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'package-lock.json')
-rw-r--r-- | package-lock.json | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/package-lock.json b/package-lock.json index 6c2a600a..1eceeb1d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -55,7 +55,7 @@ "eslint-plugin-jest-dom": "^5.4.0", "eslint-plugin-jsdoc": "^48.8.3", "eslint-plugin-only-ascii": "0.0.0", - "eslint-plugin-promise": "^6.6.0", + "eslint-plugin-promise": "^7.0.0", "eslint-plugin-react": "^7.35.0", "eslint-plugin-react-hooks": "^4.6.2", "eslint-plugin-testing-library": "^6.2.2", @@ -8710,12 +8710,12 @@ } }, "node_modules/eslint-plugin-promise": { - "version": "6.6.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-promise/-/eslint-plugin-promise-6.6.0.tgz", - "integrity": "sha512-57Zzfw8G6+Gq7axm2Pdo3gW/Rx3h9Yywgn61uE/3elTCOePEHVrn2i5CdfBwA1BLK0Q0WqctICIUSqXZW/VprQ==", + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-promise/-/eslint-plugin-promise-7.0.0.tgz", + "integrity": "sha512-wb1ECT+b90ndBdAujhIdAU8oQ3Vt5gKqP/t78KOmg0ifynrvc2jGR9f6ndbOVNFpKf6jLUBlBBDF3H3Wk0JICg==", "dev": true, "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" }, "funding": { "url": "https://opencollective.com/eslint" |