From cc2672e4da845b952a2dbbfd7cb0d2046d1963f2 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 20:19:08 +0000 Subject: [PATCH] feat: upgrade eslint from 5.16.0 to 9.6.0 Snyk has created this PR to upgrade eslint from 5.16.0 to 9.6.0. See this package in npm: eslint See this project in Snyk: https://app.snyk.io/org/cachiman/project/399591a1-9f52-4750-b67e-2c3b6b42ae18?utm_source=github-cloud-app&utm_medium=referral&page=upgrade-pr --- packages/rax-waterfall/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/rax-waterfall/package.json b/packages/rax-waterfall/package.json index 7f5397f5..bcdcbdaf 100644 --- a/packages/rax-waterfall/package.json +++ b/packages/rax-waterfall/package.json @@ -64,7 +64,7 @@ "driver-dom": "^1.0.0", "driver-universal": "^1.0.0", "driver-weex": "^1.0.0", - "eslint": "^5.16.0", + "eslint": "^9.6.0", "eslint-config-rax": "^0.0.0" } }