From 6848f87152c893dd6d0bcf149034470ecd77fc20 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 15:22:43 +0000 Subject: [PATCH] chore(deps): update dependency eslint-plugin-promise to v7 --- package-lock.json | 28 ++++++++++++++++++++++++---- package.json | 2 +- 2 files changed, 25 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 84469e9..231ca30 100644 --- a/package-lock.json +++ b/package-lock.json @@ -503,6 +503,23 @@ "find-up": "^2.1.0" } }, + "@eslint-community/eslint-utils": { + "version": "4.4.1", + "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.4.1.tgz", + "integrity": "sha512-s3O3waFUrMV8P/XaF/+ZTp1X9XBZW1a4B97ZnjQF2KYWaFD2A8KyFBsrsfSjEmjn3RGWAIuvlneuZm3CUK3jbA==", + "dev": true, + "requires": { + "eslint-visitor-keys": "^3.4.3" + }, + "dependencies": { + "eslint-visitor-keys": { + "version": "3.4.3", + "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz", + "integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==", + "dev": true + } + } + }, "@marionebl/sander": { "version": "0.6.1", "resolved": "https://registry.npmjs.org/@marionebl/sander/-/sander-0.6.1.tgz", @@ -3584,10 +3601,13 @@ } }, "eslint-plugin-promise": { - "version": "4.3.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-promise/-/eslint-plugin-promise-4.3.1.tgz", - "integrity": "sha512-bY2sGqyptzFBDLh/GMbAxfdJC+b0f23ME63FOE4+Jao0oZ3E1LEwFtWJX/1pGMJLiTtrSSern2CRM/g+dfc0eQ==", - "dev": true + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-promise/-/eslint-plugin-promise-7.2.0.tgz", + "integrity": "sha512-O2QBfKGRP0AHxXhZ3Lk2sFGGGw8TlMW84c+QfPX0gMnDrKJEN5SGJOICt/nR6spLvzuYO3d3nV4R3AIzdbaW7Q==", + "dev": true, + "requires": { + "@eslint-community/eslint-utils": "^4.4.0" + } }, "eslint-plugin-standard": { "version": "4.1.0", diff --git a/package.json b/package.json index 33eba4d..abbd91c 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "eslint-config-standard": "12.0.0", "eslint-plugin-import": "2.29.1", "eslint-plugin-node": "8.0.1", - "eslint-plugin-promise": "4.3.1", + "eslint-plugin-promise": "7.2.0", "eslint-plugin-standard": "4.1.0", "husky": "1.3.1", "lint-staged": "8.2.1",