From cece7cb1bff44c8757c33cbf7cc18c8e19a86924 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Sun, 21 Jul 2024 14:58:30 +0000 Subject: [PATCH] feat: upgrade eslint from 8.15.0 to 9.6.0 Snyk has created this PR to upgrade eslint from 8.15.0 to 9.6.0. See this package in npm: eslint See this project in Snyk: https://app.snyk.io/org/cachiman/project/1d5cd872-cba4-42ef-9329-d4c202812de0?utm_source=github-cloud-app&utm_medium=referral&page=upgrade-pr --- sdks/typescript/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdks/typescript/package.json b/sdks/typescript/package.json index 87a1fca269fc..61bdf27991ec 100644 --- a/sdks/typescript/package.json +++ b/sdks/typescript/package.json @@ -7,7 +7,7 @@ "@typescript-eslint/eslint-plugin": "^5.24.0", "@typescript-eslint/parser": "^5.24.0", "codecov": "^3.8.3", - "eslint": "^8.15.0", + "eslint": "^9.6.0", "istanbul": "^0.4.5", "js-yaml": "^4.1.0", "mocha": "^9.1.3",