From 7033719c93f7bdd38337aa8864abfbb851e0f9bb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Oct 2023 14:29:04 +0000 Subject: [PATCH] Update dependency eslint-config-standard to v17 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d09e8ae1..852d65a8 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "@typescript-eslint/eslint-plugin": "5.48.0", "@typescript-eslint/parser": "5.48.0", "eslint": "^7.32.0", - "eslint-config-standard": "^16.0.3", + "eslint-config-standard": "^17.0.0", "eslint-plugin-jest": "27.1.4", "jest": "^27.5.1", "jest-when": "^3.5.1",