From cdcbe127de20cbcc4e24131a808c13b1024e61a2 Mon Sep 17 00:00:00 2001 From: Brandon Mills Date: Sun, 26 Feb 2023 04:07:45 -0500 Subject: [PATCH] chore: upgrade @eslint/js@8.35.0 (#16935) Refs #16891 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 75fc6d8d7b9..3f6692722c3 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "bugs": "https://github.com/eslint/eslint/issues/", "dependencies": { "@eslint/eslintrc": "^2.0.0", - "@eslint/js": "8.33.0", + "@eslint/js": "8.35.0", "@humanwhocodes/config-array": "^0.11.8", "@humanwhocodes/module-importer": "^1.0.1", "@nodelib/fs.walk": "^1.2.8",