Bump @eslint-community/eslint-plugin-eslint-comments from 4.1.0 to 4.2.0

Bumps [@eslint-community/eslint-plugin-eslint-comments](https://github.com/eslint-community/eslint-plugin-eslint-comments) from 4.1.0 to 4.2.0.
- [Release notes](https://github.com/eslint-community/eslint-plugin-eslint-comments/releases)
- [Commits](https://github.com/eslint-community/eslint-plugin-eslint-comments/compare/v4.1.0...v4.2.0)

---
updated-dependencies:
- dependency-name: "@eslint-community/eslint-plugin-eslint-comments"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-04-07 12:04:17 +00:00 committed by GitHub
parent 732754c2d5
commit 814a1b37f7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 6 deletions

10
package-lock.json generated
View File

@ -11,7 +11,7 @@
"devDependencies": {
"@badeball/cypress-cucumber-preprocessor": "^20.0.3",
"@bahmutov/cypress-esbuild-preprocessor": "^2.2.0",
"@eslint-community/eslint-plugin-eslint-comments": "^4.1.0",
"@eslint-community/eslint-plugin-eslint-comments": "^4.2.0",
"@typescript-eslint/eslint-plugin": "^7.5.0",
"@typescript-eslint/parser": "^7.5.0",
"@vuepress/bundler-vite": "^2.0.0-rc.9",
@ -3155,9 +3155,9 @@
}
},
"node_modules/@eslint-community/eslint-plugin-eslint-comments": {
"version": "4.1.0",
"resolved": "https://registry.npmjs.org/@eslint-community/eslint-plugin-eslint-comments/-/eslint-plugin-eslint-comments-4.1.0.tgz",
"integrity": "sha512-B2mwipifrBS5E00vN8vME68laPMZ0h3sNGOEDj5g9iUN9k5EU99Omq0Nc325eKNoFFDnDtiHp3DqIjO+1bstag==",
"version": "4.2.0",
"resolved": "https://registry.npmjs.org/@eslint-community/eslint-plugin-eslint-comments/-/eslint-plugin-eslint-comments-4.2.0.tgz",
"integrity": "sha512-t+1TfaJO+4xgBotNWguwTEVShTbaGvxBbC9VuMqHejSXf37SderUyXLRi3MwiMgUSGDuTYR3qcUP4pHtIH/35A==",
"dev": true,
"dependencies": {
"escape-string-regexp": "^4.0.0",
@ -3167,7 +3167,7 @@
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
},
"peerDependencies": {
"eslint": "^6.0.0 || ^7.0.0 || ^8.0.0"
"eslint": "^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0"
}
},
"node_modules/@eslint-community/eslint-plugin-eslint-comments/node_modules/escape-string-regexp": {

View File

@ -35,7 +35,7 @@
"devDependencies": {
"@badeball/cypress-cucumber-preprocessor": "^20.0.3",
"@bahmutov/cypress-esbuild-preprocessor": "^2.2.0",
"@eslint-community/eslint-plugin-eslint-comments": "^4.1.0",
"@eslint-community/eslint-plugin-eslint-comments": "^4.2.0",
"@typescript-eslint/eslint-plugin": "^7.5.0",
"@typescript-eslint/parser": "^7.5.0",
"@vuepress/bundler-vite": "^2.0.0-rc.9",