From 2dff5180a3dda7f2d67deecba0fd428e33ccae98 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 11:51:41 -0400 Subject: [PATCH] Build(deps-dev): Bump eslint-plugin-license-header from 0.6.0 to 0.6.1 (#3828) Bumps [eslint-plugin-license-header](https://github.com/nikku/eslint-plugin-license-header) from 0.6.0 to 0.6.1. - [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.6.1) --- updated-dependencies: - dependency-name: eslint-plugin-license-header dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2a3b4cb21..88b0c02bc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -75,7 +75,7 @@ "eslint-plugin-ban": "^1.6.0", "eslint-plugin-import": "2.29.1", "eslint-plugin-jsdoc": "48.2.3", - "eslint-plugin-license-header": "^0.6.0", + "eslint-plugin-license-header": "^0.6.1", "eslint-plugin-playwright": "^1.6.2", "eslint-plugin-prefer-arrow": "1.2.3", "eslint-plugin-prettier": "^4.2.1", @@ -15530,9 +15530,9 @@ } }, "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.6.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-license-header/-/eslint-plugin-license-header-0.6.1.tgz", + "integrity": "sha512-9aIz8q3OaMr1/uQmCGCWySjTs5nEXUJexNegz/8lluNcZbEl82Ag1Vyr1Hu3oIveRW1NbXDPs6nu4zu9mbrmWA==", "dev": true, "dependencies": { "requireindex": "^1.2.0" diff --git a/package.json b/package.json index 7d165e350..7e882c071 100644 --- a/package.json +++ b/package.json @@ -99,7 +99,7 @@ "eslint-plugin-ban": "^1.6.0", "eslint-plugin-import": "2.29.1", "eslint-plugin-jsdoc": "48.2.3", - "eslint-plugin-license-header": "^0.6.0", + "eslint-plugin-license-header": "^0.6.1", "eslint-plugin-playwright": "^1.6.2", "eslint-plugin-prefer-arrow": "1.2.3", "eslint-plugin-prettier": "^4.2.1",