From 5f574b0176fc2903531237bbb583397ab9cd79af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jun 2025 18:03:06 +0100 Subject: [PATCH] build(deps-dev): bump eslint-plugin-license-header from 0.6.0 to 0.8.0 (#10959) Bumps [eslint-plugin-license-header](https://github.com/nikku/eslint-plugin-license-header) from 0.6.0 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.0...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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 9 ++++----- package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1d245406af..7616f1298d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -110,7 +110,7 @@ "eslint-plugin-ban": "^1.6.0", "eslint-plugin-import": "2.29.1", "eslint-plugin-jsdoc": "50.3.1", - "eslint-plugin-license-header": "0.6.0", + "eslint-plugin-license-header": "0.8.0", "eslint-plugin-prefer-arrow": "1.2.3", "eslint-plugin-prettier": "^4.2.1", "eslint-plugin-rxjs": "^5.0.3", @@ -25999,11 +25999,10 @@ } }, "node_modules/eslint-plugin-license-header": { - "version": "0.6.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-license-header/-/eslint-plugin-license-header-0.6.0.tgz", - "integrity": "sha512-IEywStBWaDBDMkogYoKUAdaOuomZ+YaQmdoSD2vHmXobekM+XuP6SWLlvwUUhIbdocn3MTlb5CUJ8E4VHz1c/w==", + "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" } diff --git a/package.json b/package.json index 8eb87b8b4c..0c9d3aed98 100644 --- a/package.json +++ b/package.json @@ -130,7 +130,7 @@ "eslint-plugin-ban": "^1.6.0", "eslint-plugin-import": "2.29.1", "eslint-plugin-jsdoc": "50.3.1", - "eslint-plugin-license-header": "0.6.0", + "eslint-plugin-license-header": "0.8.0", "eslint-plugin-prefer-arrow": "1.2.3", "eslint-plugin-prettier": "^4.2.1", "eslint-plugin-rxjs": "^5.0.3",