From 3fba8ec74aaa7274205f8dab5e508edc7cf6bfd0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 24 Aug 2023 03:33:24 +0000 Subject: [PATCH] feat: upgrade eslint-plugin-node from 10.0.0 to 11.1.0 Snyk has created this PR to upgrade eslint-plugin-node from 10.0.0 to 11.1.0. See this package in npm: https://www.npmjs.com/package/eslint-plugin-node See this project in Snyk: https://app.snyk.io/org/woodpile37/project/fd850637-423a-4efe-a39b-914ded24da34?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c6acec25c59..56ee961e8a1 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "eslint-config-standard": "^14.1.1", "eslint-plugin-import": "^2.28.0", "eslint-plugin-mocha-no-only": "^1.1.0", - "eslint-plugin-node": "^10.0.0", + "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^6.1.1", "eslint-plugin-standard": "^4.0.1", "eth-sig-util": "^3.0.0",