npm: bump grunt-banana-checker from 0.11.1 to 0.12.0

Bumps [grunt-banana-checker](https://github.com/wikimedia/banana-checker) from 0.11.1 to 0.12.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>
这个提交包含在:
dependabot[bot] 2024-05-06 00:53:28 +00:00 提交者 GitHub
父节点 0a7e18e588
当前提交 5be0b27ddb
找不到此签名对应的密钥
GPG 密钥 ID: B5690EEEBB952194
共有 2 个文件被更改,包括 8 次插入8 次删除

14
package-lock.json 自动生成的
查看文件

@ -13,12 +13,12 @@
"@wikimedia/types-wikimedia": "0.4.2",
"devmoji": "^2.3.0",
"eslint-config-wikimedia": "0.27.0",
"eslint-plugin-unicorn": "latest",
"grunt-banana-checker": "0.11.1",
"eslint-plugin-unicorn": "*",
"grunt-banana-checker": "0.12.0",
"husky": "^9.0.11",
"standard-version": "^9.5.0",
"stylelint": "^15.11.0",
"stylelint-config-wikimedia": "latest",
"stylelint-config-wikimedia": "*",
"svgo": "3.2.0"
}
},
@ -4351,15 +4351,15 @@
"dev": true
},
"node_modules/grunt-banana-checker": {
"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==",
"version": "0.12.0",
"resolved": "https://registry.npmjs.org/grunt-banana-checker/-/grunt-banana-checker-0.12.0.tgz",
"integrity": "sha512-rdu8YqGxfyBUNMSLmqusSg8RUzGE61+kqrge4fRYb32Vqu5hzDGeomDQIkILEsSrZjtNTTcJ8iTwIswQ+POCGw==",
"dev": true,
"bin": {
"banana-checker": "src/cli.js"
},
"engines": {
"node": ">=8"
"node": ">=16"
}
},
"node_modules/handlebars": {

查看文件

@ -24,7 +24,7 @@
"devmoji": "^2.3.0",
"eslint-config-wikimedia": "0.27.0",
"eslint-plugin-unicorn": "latest",
"grunt-banana-checker": "0.11.1",
"grunt-banana-checker": "0.12.0",
"husky": "^9.0.11",
"standard-version": "^9.5.0",
"stylelint": "^15.11.0",