From 4e983c9a0c8139835fc7d0c1b8e0a6dd13e9e02f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 24 Aug 2023 03:33:10 +0000 Subject: [PATCH] feat: upgrade eslint-config-standard from 14.1.1 to 17.1.0 Snyk has created this PR to upgrade eslint-config-standard from 14.1.1 to 17.1.0. See this package in npm: https://www.npmjs.com/package/eslint-config-standard 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..50f73116d78 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "@truffle/abi-utils": "^1.0.1", "chai": "^4.3.7", "eslint": "^8.46.0", - "eslint-config-standard": "^14.1.1", + "eslint-config-standard": "^17.1.0", "eslint-plugin-import": "^2.28.0", "eslint-plugin-mocha-no-only": "^1.1.0", "eslint-plugin-node": "^10.0.0",