Update dependency @eslint/compat to v1.2.3
Some checks failed
plex-watchlist/pipeline/pr-develop This commit looks good
Plex Watchlist Analysis/pipeline/pr-develop There was a failure building this commit

This commit is contained in:
2024-11-14 17:41:26 +00:00
parent ef8b56ecca
commit 5c4e28804e

14
package-lock.json generated
View File

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