console/rules/package.json
dependabot[bot] fd1aef16e2
chore(deps-dev): bump minimatch from 10.2.2 to 10.2.3 (#7729)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-02-25 07:57:12 +02:00

10 lines
186 B
JSON

{
"name": "eslint-plugin-hive",
"type": "commonjs",
"private": true,
"main": "index.cjs",
"devDependencies": {
"@types/minimatch": "5.1.2",
"minimatch": "10.2.3"
}
}