fix(deps): update dependency @eslint-community/eslint-plugin-eslint-comments to v4.5.0 (#221)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-04-15 22:58:19 +00:00 committed by GitHub
parent b779bc9ab7
commit c9593ef8b4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View file

@ -10,7 +10,7 @@
"license": "BSD-3-Clause",
"dependencies": {
"@babel/eslint-parser": "7.27.0",
"@eslint-community/eslint-plugin-eslint-comments": "4.4.1",
"@eslint-community/eslint-plugin-eslint-comments": "4.5.0",
"@eslint/eslintrc": "3.3.1",
"@eslint/js": "9.24.0",
"@trivago/prettier-plugin-sort-imports": "5.2.2",
@ -599,9 +599,9 @@
}
},
"node_modules/@eslint-community/eslint-plugin-eslint-comments": {
"version": "4.4.1",
"resolved": "https://registry.npmjs.org/@eslint-community/eslint-plugin-eslint-comments/-/eslint-plugin-eslint-comments-4.4.1.tgz",
"integrity": "sha512-lb/Z/MzbTf7CaVYM9WCFNQZ4L1yi3ev2fsFPF99h31ljhSEyUoyEsKsNWiU+qD1glbYTDJdqgyaLKtyTkkqtuQ==",
"version": "4.5.0",
"resolved": "https://registry.npmjs.org/@eslint-community/eslint-plugin-eslint-comments/-/eslint-plugin-eslint-comments-4.5.0.tgz",
"integrity": "sha512-MAhuTKlr4y/CE3WYX26raZjy+I/kS2PLKSzvfmDCGrBLTFHOYwqROZdr4XwPgXwX3K9rjzMr4pSmUWGnzsUyMg==",
"license": "MIT",
"dependencies": {
"escape-string-regexp": "^4.0.0",

View file

@ -37,7 +37,7 @@
},
"dependencies": {
"@babel/eslint-parser": "7.27.0",
"@eslint-community/eslint-plugin-eslint-comments": "4.4.1",
"@eslint-community/eslint-plugin-eslint-comments": "4.5.0",
"@eslint/eslintrc": "3.3.1",
"@eslint/js": "9.24.0",
"@trivago/prettier-plugin-sort-imports": "5.2.2",