build(deps-dev): bump grunt-banana-checker from 0.11.0 to 0.11.1 (#104)

Bumps [grunt-banana-checker](https://github.com/wikimedia/banana-checker) from 0.11.0 to 0.11.1.
- [Release notes](https://github.com/wikimedia/banana-checker/releases)
- [Changelog](https://github.com/wikimedia/banana-checker/blob/master/History.md)
- [Commits](https://github.com/wikimedia/banana-checker/commits)

---
updated-dependencies:
- dependency-name: grunt-banana-checker
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-11-05 18:10:41 -05:00 committed by GitHub
parent 71506d51cd
commit 362177324a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View file

@ -6,7 +6,7 @@
"": {
"devDependencies": {
"eslint-config-wikimedia": "0.25.1",
"grunt-banana-checker": "0.11.0",
"grunt-banana-checker": "0.11.1",
"stylelint-config-idiomatic-order": "9.0.0",
"stylelint-config-wikimedia": "0.16.1"
}
@ -1986,9 +1986,9 @@
"dev": true
},
"node_modules/grunt-banana-checker": {
"version": "0.11.0",
"resolved": "https://registry.npmjs.org/grunt-banana-checker/-/grunt-banana-checker-0.11.0.tgz",
"integrity": "sha512-qXtcxu7y9GFEIx6ELm5jSf+JqvCafdco+t/YsrUhUDNe9AgCnP7X0R+PxT0qZaDftKVrDrR2gPOYqpaAye5bDw==",
"version": "0.11.1",
"resolved": "https://registry.npmjs.org/grunt-banana-checker/-/grunt-banana-checker-0.11.1.tgz",
"integrity": "sha512-CF0h/TXaX9sbF2yIz+fUfJc4Zvms7XGYQ7ZYMD5+vv0LMZzSFf7JSHXDaBEs72nQWw4r4ap5fOW3baAliW+0bQ==",
"dev": true,
"bin": {
"banana-checker": "src/cli.js"
@ -5830,9 +5830,9 @@
"dev": true
},
"grunt-banana-checker": {
"version": "0.11.0",
"resolved": "https://registry.npmjs.org/grunt-banana-checker/-/grunt-banana-checker-0.11.0.tgz",
"integrity": "sha512-qXtcxu7y9GFEIx6ELm5jSf+JqvCafdco+t/YsrUhUDNe9AgCnP7X0R+PxT0qZaDftKVrDrR2gPOYqpaAye5bDw==",
"version": "0.11.1",
"resolved": "https://registry.npmjs.org/grunt-banana-checker/-/grunt-banana-checker-0.11.1.tgz",
"integrity": "sha512-CF0h/TXaX9sbF2yIz+fUfJc4Zvms7XGYQ7ZYMD5+vv0LMZzSFf7JSHXDaBEs72nQWw4r4ap5fOW3baAliW+0bQ==",
"dev": true
},
"hard-rejection": {

View file

@ -10,7 +10,7 @@
},
"devDependencies": {
"eslint-config-wikimedia": "0.25.1",
"grunt-banana-checker": "0.11.0",
"grunt-banana-checker": "0.11.1",
"stylelint-config-idiomatic-order": "9.0.0",
"stylelint-config-wikimedia": "0.16.1"
}