From 6b1f2bd11ccda11d6fbf325adfd70df9cf763319 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Oct 2022 13:13:12 +0000 Subject: [PATCH] Bump eslint-plugin-promise from 4.3.1 to 6.1.1 Bumps [eslint-plugin-promise](https://github.com/eslint-community/eslint-plugin-promise) from 4.3.1 to 6.1.1. - [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/v4.3.1...v6.1.1) --- updated-dependencies: - dependency-name: eslint-plugin-promise dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bc637f8..0a8e1b6 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "eslint-config-standard": "^14.0.0", "eslint-plugin-import": "^2.14.0", "eslint-plugin-node": "^11.0.0", - "eslint-plugin-promise": "^4.0.1", + "eslint-plugin-promise": "^6.1.1", "eslint-plugin-standard": "^4.0.0", "koa": "^2.6.2", "mocha": "^7.0.1",