From 62ccb7160b57da4a49412e95abddfbbdaadb4928 Mon Sep 17 00:00:00 2001 From: ehmicky Date: Sun, 5 Jan 2025 19:31:13 +0000 Subject: [PATCH] Upgrade @eslint/compat 1.2.2 -> 1.2.5 --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 11daa5f..ea59a11 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "node": ">=18.18.0" }, "peerDependencies": { - "@eslint/compat": "^1.2.2", + "@eslint/compat": "^1.2.5", "@eslint/markdown": "^6.2.1", "@stylistic/eslint-plugin-js": "^2.12.1", "@stylistic/eslint-plugin-plus": "^2.12.1", @@ -1993,9 +1993,9 @@ } }, "node_modules/@eslint/compat": { - "version": "1.2.2", - "resolved": "https://registry.npmjs.org/@eslint/compat/-/compat-1.2.2.tgz", - "integrity": "sha512-jhgiIrsw+tRfcBQ4BFl2C3vCrIUw2trCY0cnDvGZpwTtKCEDmZhAtMfrEUP/KpnwM6PrO0T+Ltm+ccW74olG3Q==", + "version": "1.2.5", + "resolved": "https://registry.npmjs.org/@eslint/compat/-/compat-1.2.5.tgz", + "integrity": "sha512-5iuG/StT+7OfvhoBHPlmxkPA9om6aDUFgmD4+mWKAGsYt4vCe8rypneG03AuseyRHBmcCLXQtIH5S26tIoggLg==", "license": "Apache-2.0", "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" diff --git a/package.json b/package.json index 116e634..f53f53b 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "nano-spawn": "^0.2.0" }, "peerDependencies": { - "@eslint/compat": "^1.2.2", + "@eslint/compat": "^1.2.5", "@eslint/markdown": "^6.2.1", "@stylistic/eslint-plugin-js": "^2.12.1", "@stylistic/eslint-plugin-plus": "^2.12.1",