From 03ad6a89646e899c92d02a701bb1349027414126 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 8 Oct 2024 05:43:34 +0000 Subject: [PATCH] feat: upgrade eslint from 8.46.0 to 9.10.0 Snyk has created this PR to upgrade eslint from 8.46.0 to 9.10.0. See this package in npm: eslint See this project in Snyk: https://app.snyk.io/org/cachiman/project/72f62b14-7289-4529-9a4c-8cceed56edae?utm_source=github&utm_medium=referral&page=upgrade-pr --- platform/web/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/web/package.json b/platform/web/package.json index 5da0e2a76bf3..4d6a60b99a61 100644 --- a/platform/web/package.json +++ b/platform/web/package.json @@ -23,7 +23,7 @@ "devDependencies": { "@html-eslint/eslint-plugin": "^0.19.1", "@html-eslint/parser": "^0.19.1", - "eslint": "^8.46.0", + "eslint": "^9.10.0", "eslint-config-airbnb-base": "^15.0.0", "eslint-plugin-import": "^2.28.0", "jsdoc": "^4.0.2",