From 839adfdfddcb2da3a599d26bb7e8238666454cc4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 29 Jan 2022 00:51:07 +0000 Subject: [PATCH] feat: upgrade eslint-plugin-promise from 4.3.1 to 6.0.0 Snyk has created this PR to upgrade eslint-plugin-promise from 4.3.1 to 6.0.0. See this package in npm: https://www.npmjs.com/package/eslint-plugin-promise See this project in Snyk: https://app.snyk.io/org/nodeshift-starters/project/e6e877eb-054f-4ad6-867f-ddeb691d112e?utm_source=github&utm_medium=referral&page=upgrade-pr --- barista-http/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/barista-http/package.json b/barista-http/package.json index 131dfea..8b10c5d 100644 --- a/barista-http/package.json +++ b/barista-http/package.json @@ -20,7 +20,7 @@ "eslint-config-standard": "^14.0.0", "eslint-plugin-import": "~2.23.4", "eslint-plugin-node": "~11.1.0", - "eslint-plugin-promise": "~4.3.1", + "eslint-plugin-promise": "~6.0.0", "eslint-plugin-standard": "^4.1.0", "nodemon": "^2.0.12" }