From fb696653092af7d06b335f0647d2098f4fea04e6 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Fri, 26 Jul 2024 07:17:40 +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/a92d0041-5f06-488b-9353-9c929afba3b2?utm_source=github-cloud-app&utm_medium=referral&page=upgrade-pr --- packages/rax-parallax/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/rax-parallax/package.json b/packages/rax-parallax/package.json index cb8bd168..2325e3e6 100644 --- a/packages/rax-parallax/package.json +++ b/packages/rax-parallax/package.json @@ -45,7 +45,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", "rax-image": "^1.0.0", "rax-recyclerview": "^1.1.0-4",