From 6438b510334e3987b73079d13c5bd38fae70c597 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 28 May 2025 03:55:02 +0000 Subject: [PATCH] feat: upgrade @typescript-eslint/parser from 5.62.0 to 8.32.0 Snyk has created this PR to upgrade @typescript-eslint/parser from 5.62.0 to 8.32.0. See this package in npm: @typescript-eslint/parser See this project in Snyk: https://app.snyk.io/org/nerds-github/project/56d9cbbf-dc0e-4c17-a985-b8b7a6fc41a7?utm_source=github&utm_medium=referral&page=upgrade-pr --- examples/user-management/refine-user-management/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/user-management/refine-user-management/package.json b/examples/user-management/refine-user-management/package.json index f91969089ae21..8c8f0efadd6d9 100644 --- a/examples/user-management/refine-user-management/package.json +++ b/examples/user-management/refine-user-management/package.json @@ -21,7 +21,7 @@ "@types/react": "^18.0.0", "@types/react-dom": "^18.0.0", "@typescript-eslint/eslint-plugin": "^5.57.1", - "@typescript-eslint/parser": "^5.57.1", + "@typescript-eslint/parser": "^8.32.0", "@vitejs/plugin-react": "^4.0.0", "eslint": "^8.38.0", "eslint-plugin-react-hooks": "^4.6.0",