build(deps-dev): Bump eslint-plugin-license-header from 0.8.0 to 0.9.0

Bumps [eslint-plugin-license-header](https://github.com/nikku/eslint-plugin-license-header) from 0.8.0 to 0.9.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.8.0...v0.9.0)

---
updated-dependencies:
- dependency-name: eslint-plugin-license-header
  dependency-version: 0.9.0
  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]
2026-09-04 09:09:57 +02:00
committed by Akash Rathod
parent 8134f59d80
commit 54768119f2
2 changed files with 8 additions and 5 deletions
+7 -4
View File
@@ -71,7 +71,7 @@
"eslint-plugin-ban": "^2.0.0",
"eslint-plugin-import": "2.32.0",
"eslint-plugin-jsdoc": "50.3.0",
"eslint-plugin-license-header": "^0.8.0",
"eslint-plugin-license-header": "^0.9.0",
"eslint-plugin-playwright": "^2.4.0",
"eslint-plugin-prefer-arrow": "1.2.3",
"eslint-plugin-prettier": "5.5.4",
@@ -13618,13 +13618,16 @@
}
},
"node_modules/eslint-plugin-license-header": {
"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==",
"version": "0.9.0",
"resolved": "https://registry.npmjs.org/eslint-plugin-license-header/-/eslint-plugin-license-header-0.9.0.tgz",
"integrity": "sha512-Qd7cCljVC0h+uJjcIuYjpRFrdzwqBBDCi5U0ocr6Bt/5t3zuBkZSa1Igc4lBLEVBDoUUqIcok/UUNAAu6CtwmQ==",
"dev": true,
"license": "MIT",
"dependencies": {
"requireindex": "^1.2.0"
},
"peerDependencies": {
"eslint": "^9 || ^10"
}
},
"node_modules/eslint-plugin-playwright": {
+1 -1
View File
@@ -109,7 +109,7 @@
"eslint-plugin-ban": "^2.0.0",
"eslint-plugin-import": "2.32.0",
"eslint-plugin-jsdoc": "50.3.0",
"eslint-plugin-license-header": "^0.8.0",
"eslint-plugin-license-header": "^0.9.0",
"eslint-plugin-playwright": "^2.4.0",
"eslint-plugin-prefer-arrow": "1.2.3",
"eslint-plugin-prettier": "5.5.4",