Bump @stylistic/eslint-plugin from 4.4.0 to 4.4.1

Bumps [@stylistic/eslint-plugin](https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin) from 4.4.0 to 4.4.1.
- [Release notes](https://github.com/eslint-stylistic/eslint-stylistic/releases)
- [Changelog](https://github.com/eslint-stylistic/eslint-stylistic/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint-stylistic/eslint-stylistic/commits/v4.4.1/packages/eslint-plugin)

---
updated-dependencies:
- dependency-name: "@stylistic/eslint-plugin"
  dependency-version: 4.4.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-06-04 19:58:22 +00:00 committed by Daniel Micay
parent 90c47ed1ea
commit 66cd7434fb
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -5,7 +5,7 @@
"packages": { "packages": {
"": { "": {
"dependencies": { "dependencies": {
"@stylistic/eslint-plugin": "^4.4.0", "@stylistic/eslint-plugin": "^4.4.1",
"csso-cli": "^4.0.2", "csso-cli": "^4.0.2",
"eslint": "^9.28.0", "eslint": "^9.28.0",
"html-minifier-terser": "^7.2.0", "html-minifier-terser": "^7.2.0",
@ -473,9 +473,9 @@
} }
}, },
"node_modules/@stylistic/eslint-plugin": { "node_modules/@stylistic/eslint-plugin": {
"version": "4.4.0", "version": "4.4.1",
"resolved": "https://registry.npmjs.org/@stylistic/eslint-plugin/-/eslint-plugin-4.4.0.tgz", "resolved": "https://registry.npmjs.org/@stylistic/eslint-plugin/-/eslint-plugin-4.4.1.tgz",
"integrity": "sha512-bIh/d9X+OQLCAMdhHtps+frvyjvAM4B1YlSJzcEEhl7wXLIqPar3ngn9DrHhkBOrTA/z9J0bUMtctAspe0dxdQ==", "integrity": "sha512-CEigAk7eOLyHvdgmpZsKFwtiqS2wFwI1fn4j09IU9GmD4euFM4jEBAViWeCqaNLlbX2k2+A/Fq9cje4HQBXuJQ==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@typescript-eslint/utils": "^8.32.1", "@typescript-eslint/utils": "^8.32.1",

View File

@ -1,6 +1,6 @@
{ {
"dependencies": { "dependencies": {
"@stylistic/eslint-plugin": "^4.4.0", "@stylistic/eslint-plugin": "^4.4.1",
"csso-cli": "^4.0.2", "csso-cli": "^4.0.2",
"eslint": "^9.28.0", "eslint": "^9.28.0",
"html-minifier-terser": "^7.2.0", "html-minifier-terser": "^7.2.0",