Skip to content

Commit b659750

Browse files
Bump minimatch from 3.1.2 to 10.2.2 in /scripts/solhint-custom in the npm_and_yarn group across 1 directory (#6359)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Hadrien Croubois <hadrien.croubois@gmail.com>
1 parent c1edd06 commit b659750

File tree

3 files changed

+31
-55
lines changed

3 files changed

+31
-55
lines changed

package-lock.json

Lines changed: 29 additions & 53 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scripts/solhint-custom/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const path = require('path');
2-
const minimatch = require('minimatch');
2+
const { minimatch } = require('minimatch');
33

44
const { isFallbackFunction } = require('solhint/lib/common/ast-types');
55
const { hasLeadingUnderscore } = require('solhint/lib/common/identifier-naming');

scripts/solhint-custom/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"version": "0.0.0",
44
"private": true,
55
"dependencies": {
6-
"minimatch": "^3.1.2"
6+
"minimatch": "^10.2.2"
77
}
88
}

0 commit comments

Comments
 (0)