From 4979ceb618570e8b35fa4990fe34bd8f302e3446 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 1 Feb 2023 18:12:48 +0000 Subject: [PATCH] feat: upgrade eslint-config-semistandard from 15.0.1 to 17.0.0 Snyk has created this PR to upgrade eslint-config-semistandard from 15.0.1 to 17.0.0. See this package in npm: https://www.npmjs.com/package/eslint-config-semistandard See this project in Snyk: https://app.snyk.io/org/nodeshift-agg/project/587c652c-779e-460e-a8b6-1a1a0c709d46?utm_source=github&utm_medium=referral&page=upgrade-pr --- 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 87842bf..cde66a6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -983,9 +983,9 @@ } }, "eslint-config-semistandard": { - "version": "15.0.1", - "resolved": "https://registry.npmjs.org/eslint-config-semistandard/-/eslint-config-semistandard-15.0.1.tgz", - "integrity": "sha512-sfV+qNBWKOmF0kZJll1VH5XqOAdTmLlhbOl9WKI11d2eMEe+Kicxnpm24PQWHOqAfk5pAWU2An0LjNCXKa4Usg==", + "version": "17.0.0", + "resolved": "https://registry.npmjs.org/eslint-config-semistandard/-/eslint-config-semistandard-17.0.0.tgz", + "integrity": "sha512-tLi0JYmfiiJgtmRhoES55tENatR7y/5aXOh6cBeW+qjzl1+WwyV0arDqR65XN3/xrPZt+/1EG+xNLknV/0jWsQ==", "dev": true }, "eslint-config-standard": { diff --git a/package.json b/package.json index daea69b..865d26e 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "license": "Apache-2.0", "devDependencies": { "eslint": "~7.25.0", - "eslint-config-semistandard": "~15.0.1", + "eslint-config-semistandard": "~17.0.0", "eslint-config-standard": "~16.0.2", "eslint-plugin-import": "~2.22.1", "eslint-plugin-node": "~11.1.0",