Skip to content

Commit

Permalink
chore(deps): bump eslint-plugin-license-header from 0.4.0 to 0.6.0 (#749
Browse files Browse the repository at this point in the history
)

Bumps [eslint-plugin-license-header](https://github.com/nikku/eslint-plugin-license-header) from 0.4.0 to 0.6.0.
- [Release notes](https://github.com/nikku/eslint-plugin-license-header/releases)
- [Changelog](https://github.com/nikku/eslint-plugin-license-header/blob/master/CHANGELOG.md)
- [Commits](nikku/eslint-plugin-license-header@v0.4.0...v0.6.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>
  • Loading branch information
dependabot[bot] authored Jul 29, 2022
1 parent 06f6747 commit cda09ba
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion integ/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"eslint-import-resolver-typescript": "^2.7.1",
"eslint-plugin-deprecation": "^1.3.2",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-license-header": "^0.4.0",
"eslint-plugin-license-header": "^0.6.0",
"jest": "^27.5.1",
"pkglint": "0.42.0",
"ts-jest": "^27.1.5",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4660,10 +4660,10 @@ eslint-plugin-jest@^24.7.0:
dependencies:
"@typescript-eslint/experimental-utils" "^4.0.1"

eslint-plugin-license-header@^0.4.0:
version "0.4.0"
resolved "https://registry.yarnpkg.com/eslint-plugin-license-header/-/eslint-plugin-license-header-0.4.0.tgz#3e83825ed8e8bf3f83009e97cd1dd30531b6481e"
integrity sha512-KNpyxD+r8d9VoioyaHofUDsrYO+epVv/WjGZKugfO+qVN1KvHi/LwpXXY1618OCOYEaRNXZeRUtbOIb2YvJXTw==
eslint-plugin-license-header@^0.6.0:
version "0.6.0"
resolved "https://registry.yarnpkg.com/eslint-plugin-license-header/-/eslint-plugin-license-header-0.6.0.tgz#81b0bab59da5a752d3a129f04bd0ca35bb6b07a2"
integrity sha512-IEywStBWaDBDMkogYoKUAdaOuomZ+YaQmdoSD2vHmXobekM+XuP6SWLlvwUUhIbdocn3MTlb5CUJ8E4VHz1c/w==
dependencies:
requireindex "^1.2.0"

Expand Down

0 comments on commit cda09ba

Please sign in to comment.