Merge pull request #242 from richardrigutins/dependabot/npm_and_yarn/stylistic/eslint-plugin-2.11.0

[Chore] Bump @stylistic/eslint-plugin from 2.10.1 to 2.11.0
This commit is contained in:
Riccardo Rigutini 2024-11-25 16:36:45 +01:00 committed by GitHub
commit 0e25ce6805
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

@ -13,7 +13,7 @@
"glob": "^11.0.0" "glob": "^11.0.0"
}, },
"devDependencies": { "devDependencies": {
"@stylistic/eslint-plugin": "^2.10.1", "@stylistic/eslint-plugin": "^2.11.0",
"@types/jest": "^29.5.14", "@types/jest": "^29.5.14",
"@types/lodash": "^4.17.13", "@types/lodash": "^4.17.13",
"@types/node": "^22.9.0", "@types/node": "^22.9.0",
@ -1545,12 +1545,12 @@
} }
}, },
"node_modules/@stylistic/eslint-plugin": { "node_modules/@stylistic/eslint-plugin": {
"version": "2.10.1", "version": "2.11.0",
"resolved": "https://registry.npmjs.org/@stylistic/eslint-plugin/-/eslint-plugin-2.10.1.tgz", "resolved": "https://registry.npmjs.org/@stylistic/eslint-plugin/-/eslint-plugin-2.11.0.tgz",
"integrity": "sha512-U+4yzNXElTf9q0kEfnloI9XbOyD4cnEQCxjUI94q0+W++0GAEQvJ/slwEj9lwjDHfGADRSr+Tco/z0XJvmDfCQ==", "integrity": "sha512-PNRHbydNG5EH8NK4c+izdJlxajIR6GxcUhzsYNRsn6Myep4dsZt0qFCz3rCPnkvgO5FYibDcMqgNHUT+zvjYZw==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@typescript-eslint/utils": "^8.12.2", "@typescript-eslint/utils": "^8.13.0",
"eslint-visitor-keys": "^4.2.0", "eslint-visitor-keys": "^4.2.0",
"espree": "^10.3.0", "espree": "^10.3.0",
"estraverse": "^5.3.0", "estraverse": "^5.3.0",

View File

@ -28,7 +28,7 @@
"glob": "^11.0.0" "glob": "^11.0.0"
}, },
"devDependencies": { "devDependencies": {
"@stylistic/eslint-plugin": "^2.10.1", "@stylistic/eslint-plugin": "^2.11.0",
"@types/jest": "^29.5.14", "@types/jest": "^29.5.14",
"@types/lodash": "^4.17.13", "@types/lodash": "^4.17.13",
"@types/node": "^22.9.0", "@types/node": "^22.9.0",