From e6dc7297ca0af3294e946a572f830adf96bcec7f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 1 Sep 2024 06:53:50 +0000 Subject: [PATCH] fix: upgrade eslint-plugin-promise from 6.2.0 to 6.6.0 Snyk has created this PR to upgrade eslint-plugin-promise from 6.2.0 to 6.6.0. See this package in npm: eslint-plugin-promise See this project in Snyk: https://app.snyk.io/org/qdraw/project/bbdff2e9-c178-4c19-95a4-25a6fc42f2ba?utm_source=github&utm_medium=referral&page=upgrade-pr --- starsky-tools/end2end/package-lock.json | 14 +++++++------- starsky-tools/end2end/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/starsky-tools/end2end/package-lock.json b/starsky-tools/end2end/package-lock.json index b5d41314e4..5f2d647c00 100644 --- a/starsky-tools/end2end/package-lock.json +++ b/starsky-tools/end2end/package-lock.json @@ -16,7 +16,7 @@ "eslint-config-standard-with-typescript": "^43.0.1", "eslint-plugin-import": "^2.29.1", "eslint-plugin-node": "^11.1.0", - "eslint-plugin-promise": "^6.2.0", + "eslint-plugin-promise": "^6.6.0", "typescript": "^5.4.5" } }, @@ -1824,9 +1824,9 @@ } }, "node_modules/eslint-plugin-promise": { - "version": "6.2.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-promise/-/eslint-plugin-promise-6.2.0.tgz", - "integrity": "sha512-QmAqwizauvnKOlifxyDj2ObfULpHQawlg/zQdgEixur9vl0CvZGv/LCJV2rtj3210QCoeGBzVMfMXqGAOr/4fA==", + "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, "license": "ISC", "engines": { @@ -5900,9 +5900,9 @@ } }, "eslint-plugin-promise": { - "version": "6.2.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-promise/-/eslint-plugin-promise-6.2.0.tgz", - "integrity": "sha512-QmAqwizauvnKOlifxyDj2ObfULpHQawlg/zQdgEixur9vl0CvZGv/LCJV2rtj3210QCoeGBzVMfMXqGAOr/4fA==", + "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, "requires": {} }, diff --git a/starsky-tools/end2end/package.json b/starsky-tools/end2end/package.json index 2b47f5281e..e919a272aa 100644 --- a/starsky-tools/end2end/package.json +++ b/starsky-tools/end2end/package.json @@ -31,7 +31,7 @@ "eslint-config-standard-with-typescript": "^43.0.1", "eslint-plugin-import": "^2.29.1", "eslint-plugin-node": "^11.1.0", - "eslint-plugin-promise": "^6.2.0", + "eslint-plugin-promise": "^6.6.0", "typescript": "^5.4.5" } }