From 54768119f2cbcbb69efa8b4f32fc4f6b620ddee3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 11:18:07 +0000 Subject: [PATCH] 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] --- package-lock.json | 11 +++++++---- package.json | 2 +- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index ec9726e56..3bca947ec 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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": { diff --git a/package.json b/package.json index f3970c795..f383abffe 100644 --- a/package.json +++ b/package.json @@ -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",