From 2836d34eb47e1059e74c3807ed22b63cffb3c349 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 23:33:44 +0000 Subject: [PATCH] Bump eslint-plugin-promise from 6.1.1 to 6.6.0 Bumps [eslint-plugin-promise](https://github.com/eslint-community/eslint-plugin-promise) from 6.1.1 to 6.6.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.1.1...v6.6.0) --- updated-dependencies: - dependency-name: eslint-plugin-promise dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 13 ++++++++----- package.json | 2 +- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index d4a81ca..68526cf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "eslint-config-standard-with-typescript": "^32.0.0", "eslint-plugin-import": "^2.29.1", "eslint-plugin-n": "^15.6.1", - "eslint-plugin-promise": "^6.1.1", + "eslint-plugin-promise": "^6.6.0", "jest": "^29.7.0", "nodemon": "^3.1.3", "standard": "^17.1.0", @@ -5214,15 +5214,18 @@ } }, "node_modules/eslint-plugin-promise": { - "version": "6.1.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-promise/-/eslint-plugin-promise-6.1.1.tgz", - "integrity": "sha512-tjqWDwVZQo7UIPMeDReOpUgHCmCiH+ePnVT+5zVapL0uuHnegBUs2smM13CzOs2Xb5+MHMRFTs9v24yjba4Oig==", + "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==", "dev": true, "engines": { "node": "^12.22.0 || ^14.17.0 || >=16.0.0" }, + "funding": { + "url": "https://opencollective.com/eslint" + }, "peerDependencies": { - "eslint": "^7.0.0 || ^8.0.0" + "eslint": "^7.0.0 || ^8.0.0 || ^9.0.0" } }, "node_modules/eslint-plugin-react": { diff --git a/package.json b/package.json index d0cb780..6ee3999 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "eslint-config-standard-with-typescript": "^32.0.0", "eslint-plugin-import": "^2.29.1", "eslint-plugin-n": "^15.6.1", - "eslint-plugin-promise": "^6.1.1", + "eslint-plugin-promise": "^6.6.0", "jest": "^29.7.0", "nodemon": "^3.1.3", "standard": "^17.1.0",