Skip to content

Commit 86e4270

Browse files
chore(deps): bump minimatch from 9.0.5 to 10.0.3
Bumps [minimatch](https://github.com/isaacs/minimatch) from 9.0.5 to 10.0.3. - [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md) - [Commits](isaacs/minimatch@v9.0.5...v10.0.3) --- updated-dependencies: - dependency-name: minimatch dependency-version: 10.0.3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 897b53d commit 86e4270

File tree

2 files changed

+28
-3
lines changed

2 files changed

+28
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
}
9090
},
9191
"dependencies": {
92-
"minimatch": "^9.0.5"
92+
"minimatch": "^10.0.3"
9393
},
9494
"prettier": {
9595
"plugins": [

yarn.lock

Lines changed: 27 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,22 @@ __metadata:
145145
languageName: node
146146
linkType: hard
147147

148+
"@isaacs/balanced-match@npm:^4.0.1":
149+
version: 4.0.1
150+
resolution: "@isaacs/balanced-match@npm:4.0.1"
151+
checksum: 10c0/7da011805b259ec5c955f01cee903da72ad97c5e6f01ca96197267d3f33103d5b2f8a1af192140f3aa64526c593c8d098ae366c2b11f7f17645d12387c2fd420
152+
languageName: node
153+
linkType: hard
154+
155+
"@isaacs/brace-expansion@npm:^5.0.0":
156+
version: 5.0.0
157+
resolution: "@isaacs/brace-expansion@npm:5.0.0"
158+
dependencies:
159+
"@isaacs/balanced-match": "npm:^4.0.1"
160+
checksum: 10c0/b4d4812f4be53afc2c5b6c545001ff7a4659af68d4484804e9d514e183d20269bb81def8682c01a22b17c4d6aed14292c8494f7d2ac664e547101c1a905aa977
161+
languageName: node
162+
linkType: hard
163+
148164
"@isaacs/cliui@npm:^8.0.2":
149165
version: 8.0.2
150166
resolution: "@isaacs/cliui@npm:8.0.2"
@@ -2528,6 +2544,15 @@ __metadata:
25282544
languageName: node
25292545
linkType: hard
25302546

2547+
"minimatch@npm:^10.0.3":
2548+
version: 10.0.3
2549+
resolution: "minimatch@npm:10.0.3"
2550+
dependencies:
2551+
"@isaacs/brace-expansion": "npm:^5.0.0"
2552+
checksum: 10c0/e43e4a905c5d70ac4cec8530ceaeccb9c544b1ba8ac45238e2a78121a01c17ff0c373346472d221872563204eabe929ad02669bb575cb1f0cc30facab369f70f
2553+
languageName: node
2554+
linkType: hard
2555+
25312556
"minimatch@npm:^3.1.2":
25322557
version: 3.1.2
25332558
resolution: "minimatch@npm:3.1.2"
@@ -2537,7 +2562,7 @@ __metadata:
25372562
languageName: node
25382563
linkType: hard
25392564

2540-
"minimatch@npm:^9.0.4, minimatch@npm:^9.0.5":
2565+
"minimatch@npm:^9.0.4":
25412566
version: 9.0.5
25422567
resolution: "minimatch@npm:9.0.5"
25432568
dependencies:
@@ -3579,7 +3604,7 @@ __metadata:
35793604
changelogen: "npm:^0.5.5"
35803605
eslint: "npm:9.x"
35813606
globals: "npm:^15.9.0"
3582-
minimatch: "npm:^9.0.5"
3607+
minimatch: "npm:^10.0.3"
35833608
prettier: "npm:^3.6.2"
35843609
prettier-plugin-jsdoc: "npm:^1.3.3"
35853610
ts-patch: "npm:^3.2.1"

0 commit comments

Comments
 (0)