Update dependency @eslint/compat to v1.1.1
Some checks reported errors
Gitea Test/public-plex-watchlist/pipeline/pr-develop Something is wrong with the build of this commit
plex-watchlist/pipeline/pr-develop Build queued...
Plex Watchlist Analysis/pipeline/pr-develop This commit looks good

This commit is contained in:
2024-09-05 21:00:11 +00:00
parent e4a7af4320
commit caa1939807

7
package-lock.json generated
View File

@@ -524,11 +524,10 @@
}
},
"node_modules/@eslint/compat": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/@eslint/compat/-/compat-1.1.0.tgz",
"integrity": "sha512-s9Wi/p25+KbzxKlDm3VshQdImhWk+cbdblhwGNnyCU5lpSwtWa4v7VQCxSki0FAUrGA3s8nCWgYzAH41mwQVKQ==",
"version": "1.1.1",
"resolved": "https://registry.npmjs.org/@eslint/compat/-/compat-1.1.1.tgz",
"integrity": "sha512-lpHyRyplhGPL5mGEh6M9O5nnKk0Gz4bFI+Zu6tKlPpDUN7XshWvH9C/px4UVm87IAANE0W81CEsNGbS1KlzXpA==",
"dev": true,
"license": "Apache-2.0",
"engines": {
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
}