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",