From c3a6e3720efef0cda6acaf269bbd670c1475d410 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Tue, 16 Jul 2024 07:35:59 +0000 Subject: [PATCH] feat: upgrade eslint from 5.16.0 to 9.5.0 Snyk has created this PR to upgrade eslint from 5.16.0 to 9.5.0. See this package in npm: eslint See this project in Snyk: https://app.snyk.io/org/cachiman/project/5584609d-f60e-4e7a-b7ea-acaf8a7563df?utm_source=github-cloud-app&utm_medium=referral&page=upgrade-pr --- packages/rax-portal/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/rax-portal/package.json b/packages/rax-portal/package.json index 0fe07fca..80f1db61 100644 --- a/packages/rax-portal/package.json +++ b/packages/rax-portal/package.json @@ -43,7 +43,7 @@ "@typescript-eslint/parser": "^1.7.0", "csstype": "^2.6.7", "driver-universal": "^1.0.2", - "eslint": "^5.16.0", + "eslint": "^9.5.0", "eslint-config-rax": "^0.0.0", "lerna": "^3.16.4", "rax-text": "^1.1.0",