From c4efd38b4403f4e0db9a862c0b2a50aae48e5e5a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 19 Dec 2023 18:58:25 +0000 Subject: [PATCH] fix: upgrade @typescript-eslint/parser from 6.11.0 to 6.13.1 Snyk has created this PR to upgrade @typescript-eslint/parser from 6.11.0 to 6.13.1. See this package in npm: https://www.npmjs.com/package/@typescript-eslint/parser See this project in Snyk: https://app.snyk.io/org/kamontat/project/e23060c2-bf8a-428c-9a3d-68e9443ce858?utm_source=github&utm_medium=referral&page=upgrade-pr --- packages/eslint-config/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index 6ab78e0b..0a6481b9 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -35,7 +35,7 @@ "@definitelytyped/eslint-plugin": "0.0.203", "@rushstack/eslint-config": "3.5.1", "@typescript-eslint/eslint-plugin": "6.11.0", - "@typescript-eslint/parser": "6.11.0" + "@typescript-eslint/parser": "6.13.1" }, "engines": { "node": ">=12"