Update dependency @eslint/compat to v1.2.5
All checks were successful
plex-watchlist/pipeline/pr-develop This commit looks good
Plex Watchlist Analysis/pipeline/pr-develop This commit looks good

This commit is contained in:
2025-01-11 23:48:10 +00:00
parent ef8b56ecca
commit 040b89cc8f

14
package-lock.json generated
View File

@@ -2184,12 +2184,20 @@
} }
}, },
"node_modules/@eslint/compat": { "node_modules/@eslint/compat": {
"version": "1.1.1", "version": "1.2.5",
"resolved": "https://registry.npmjs.org/@eslint/compat/-/compat-1.1.1.tgz", "resolved": "https://registry.npmjs.org/@eslint/compat/-/compat-1.2.5.tgz",
"integrity": "sha512-lpHyRyplhGPL5mGEh6M9O5nnKk0Gz4bFI+Zu6tKlPpDUN7XshWvH9C/px4UVm87IAANE0W81CEsNGbS1KlzXpA==", "integrity": "sha512-5iuG/StT+7OfvhoBHPlmxkPA9om6aDUFgmD4+mWKAGsYt4vCe8rypneG03AuseyRHBmcCLXQtIH5S26tIoggLg==",
"dev": true, "dev": true,
"engines": { "engines": {
"node": "^18.18.0 || ^20.9.0 || >=21.1.0" "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
},
"peerDependencies": {
"eslint": "^9.10.0"
},
"peerDependenciesMeta": {
"eslint": {
"optional": true
}
} }
}, },
"node_modules/@eslint/config-array": { "node_modules/@eslint/config-array": {