Build(deps-dev): Bump eslint-plugin-license-header from 0.6.1 to 0.8.0 (#4653)

Bumps [eslint-plugin-license-header](https://github.com/nikku/eslint-plugin-license-header) from 0.6.1 to 0.8.0.
- [Release notes](https://github.com/nikku/eslint-plugin-license-header/releases)
- [Changelog](https://github.com/nikku/eslint-plugin-license-header/blob/main/CHANGELOG.md)
- [Commits](https://github.com/nikku/eslint-plugin-license-header/compare/v0.6.1...v0.8.0)

---
updated-dependencies:
- dependency-name: eslint-plugin-license-header
  dependency-version: 0.8.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2025-07-10 17:50:49 -04:00
committed by GitHub
parent 0e7443889f
commit b2f1d16b55
2 changed files with 5 additions and 6 deletions

9
package-lock.json generated
View File

@@ -79,7 +79,7 @@
"eslint-plugin-ban": "^2.0.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jsdoc": "50.3.0",
"eslint-plugin-license-header": "^0.6.1",
"eslint-plugin-license-header": "^0.8.0",
"eslint-plugin-playwright": "^1.6.2",
"eslint-plugin-prefer-arrow": "1.2.3",
"eslint-plugin-prettier": "5.0.0",
@@ -17739,11 +17739,10 @@
}
},
"node_modules/eslint-plugin-license-header": {
"version": "0.6.1",
"resolved": "https://registry.npmjs.org/eslint-plugin-license-header/-/eslint-plugin-license-header-0.6.1.tgz",
"integrity": "sha512-9aIz8q3OaMr1/uQmCGCWySjTs5nEXUJexNegz/8lluNcZbEl82Ag1Vyr1Hu3oIveRW1NbXDPs6nu4zu9mbrmWA==",
"version": "0.8.0",
"resolved": "https://registry.npmjs.org/eslint-plugin-license-header/-/eslint-plugin-license-header-0.8.0.tgz",
"integrity": "sha512-khTCz6G3JdoQfwrtY4XKl98KW4PpnWUKuFx8v+twIRhJADEyYglMDC0td8It75C1MZ88gcvMusWuUlJsos7gYg==",
"dev": true,
"license": "MIT",
"dependencies": {
"requireindex": "^1.2.0"
}

View File

@@ -100,7 +100,7 @@
"eslint-plugin-ban": "^2.0.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jsdoc": "50.3.0",
"eslint-plugin-license-header": "^0.6.1",
"eslint-plugin-license-header": "^0.8.0",
"eslint-plugin-playwright": "^1.6.2",
"eslint-plugin-prefer-arrow": "1.2.3",
"eslint-plugin-prettier": "5.0.0",