Skip to content

Commit ca31820

Browse files
chore(deps): bump eslint-plugin-license-header from 0.6.1 to 0.8.0 (#1481)
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](nikku/eslint-plugin-license-header@v0.6.1...v0.8.0) --- updated-dependencies: - dependency-name: eslint-plugin-license-header 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>
1 parent 9e35a95 commit ca31820

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

integ/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"eslint-plugin-deprecation": "^3.0.0",
6565
"eslint-plugin-import": "^2.31.0",
6666
"eslint-plugin-jest": "^28.11.0",
67-
"eslint-plugin-license-header": "^0.6.1",
67+
"eslint-plugin-license-header": "^0.8.0",
6868
"jest": "^29.7.0",
6969
"pkglint": "1.6.0",
7070
"ts-jest": "^29.2.5",

packages/aws-rfdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
"eslint-plugin-deprecation": "^3.0.0",
8989
"eslint-plugin-import": "^2.31.0",
9090
"eslint-plugin-jest": "^28.11.0",
91-
"eslint-plugin-license-header": "^0.6.1",
91+
"eslint-plugin-license-header": "^0.8.0",
9292
"jest": "^29.7.0",
9393
"jsii": "~5.4.35",
9494
"jsii-pacmak": "1.103.1",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5687,10 +5687,10 @@ eslint-plugin-jest@^28.11.0:
56875687
dependencies:
56885688
"@typescript-eslint/utils" "^6.0.0 || ^7.0.0 || ^8.0.0"
56895689

5690-
eslint-plugin-license-header@^0.6.1:
5691-
version "0.6.1"
5692-
resolved "https://registry.yarnpkg.com/eslint-plugin-license-header/-/eslint-plugin-license-header-0.6.1.tgz#28a93015d828cb43038d6c9bef7d960b56fbce62"
5693-
integrity sha512-9aIz8q3OaMr1/uQmCGCWySjTs5nEXUJexNegz/8lluNcZbEl82Ag1Vyr1Hu3oIveRW1NbXDPs6nu4zu9mbrmWA==
5690+
eslint-plugin-license-header@^0.8.0:
5691+
version "0.8.0"
5692+
resolved "https://registry.yarnpkg.com/eslint-plugin-license-header/-/eslint-plugin-license-header-0.8.0.tgz#7e44c6d38048445cf2e06458619f355ef627407f"
5693+
integrity sha512-khTCz6G3JdoQfwrtY4XKl98KW4PpnWUKuFx8v+twIRhJADEyYglMDC0td8It75C1MZ88gcvMusWuUlJsos7gYg==
56945694
dependencies:
56955695
requireindex "^1.2.0"
56965696

0 commit comments

Comments
 (0)