From 1e6aa34f15e49c856d8dbdfa4321a81edeccc7f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Aug 2022 10:10:59 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-plugin-promise from 4.3.1 to 6.0.1 Bumps [eslint-plugin-promise](https://github.com/xjamundx/eslint-plugin-promise) from 4.3.1 to 6.0.1. - [Release notes](https://github.com/xjamundx/eslint-plugin-promise/releases) - [Changelog](https://github.com/xjamundx/eslint-plugin-promise/blob/development/CHANGELOG.md) - [Commits](https://github.com/xjamundx/eslint-plugin-promise/commits) --- updated-dependencies: - dependency-name: eslint-plugin-promise dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index aa0e28e..cee1b15 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4556,9 +4556,9 @@ } }, "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==", + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-promise/-/eslint-plugin-promise-6.0.1.tgz", + "integrity": "sha512-uM4Tgo5u3UWQiroOyDEsYcVMOo7re3zmno0IZmB5auxoaQNIceAbXEkSt8RNrKtaYehARHG06pYK6K1JhtP0Zw==", "dev": true }, "eslint-scope": { diff --git a/package.json b/package.json index c2148ec..4e89c71 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "eslint-plugin-compat": "^3.9.0", "eslint-plugin-import": "^2.22.0", "eslint-plugin-prettier": "^3.4.0", - "eslint-plugin-promise": "^4.3.1", + "eslint-plugin-promise": "^6.0.1", "husky": "^4.3.8", "node-sass": "^4.14.1", "postcss-cli": "^7.1.2",