build(deps-dev): bump grunt-banana-checker from 0.10.0 to 0.11.0 (#90)

Bumps [grunt-banana-checker](https://github.com/wikimedia/banana-checker) from 0.10.0 to 0.11.0.
- [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-minor
...

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-05-23 12:47:58 -04:00 committed by GitHub
parent 0c60f28c1c
commit 147653fa23
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.24.0",
"grunt-banana-checker": "0.10.0",
"grunt-banana-checker": "0.11.0",
"stylelint-config-idiomatic-order": "9.0.0",
"stylelint-config-wikimedia": "0.15.0"
}
@ -1914,9 +1914,9 @@
"dev": true
},
"node_modules/grunt-banana-checker": {
"version": "0.10.0",
"resolved": "https://registry.npmjs.org/grunt-banana-checker/-/grunt-banana-checker-0.10.0.tgz",
"integrity": "sha512-Sx+P3zWjn4YmBCqzidnCEkYrACe1SLTIT8kKC6C3f21Hu6sm17U/V+re343cuK3U+iGZv15ux6bY+69buIbYrA==",
"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==",
"dev": true,
"bin": {
"banana-checker": "src/cli.js"
@ -5279,9 +5279,9 @@
"dev": true
},
"grunt-banana-checker": {
"version": "0.10.0",
"resolved": "https://registry.npmjs.org/grunt-banana-checker/-/grunt-banana-checker-0.10.0.tgz",
"integrity": "sha512-Sx+P3zWjn4YmBCqzidnCEkYrACe1SLTIT8kKC6C3f21Hu6sm17U/V+re343cuK3U+iGZv15ux6bY+69buIbYrA==",
"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==",
"dev": true
},
"hard-rejection": {

View file

@ -10,7 +10,7 @@
},
"devDependencies": {
"eslint-config-wikimedia": "0.24.0",
"grunt-banana-checker": "0.10.0",
"grunt-banana-checker": "0.11.0",
"stylelint-config-idiomatic-order": "9.0.0",
"stylelint-config-wikimedia": "0.15.0"
}