Skip to content

Commit c1f53ba

Browse files
fix(deps): update dependency minimatch to v10
1 parent c4ba327 commit c1f53ba

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
"typescript": ">=3.6.5"
8484
},
8585
"dependencies": {
86-
"minimatch": "^9.0.5"
86+
"minimatch": "^10.0.0"
8787
},
8888
"prettier": {
8989
"plugins": [

yarn.lock

+11-2
Original file line numberDiff line numberDiff line change
@@ -2121,6 +2121,15 @@ __metadata:
21212121
languageName: node
21222122
linkType: hard
21232123

2124+
"minimatch@npm:^10.0.0":
2125+
version: 10.0.1
2126+
resolution: "minimatch@npm:10.0.1"
2127+
dependencies:
2128+
brace-expansion: "npm:^2.0.1"
2129+
checksum: 10c0/e6c29a81fe83e1877ad51348306be2e8aeca18c88fdee7a99df44322314279e15799e41d7cb274e4e8bb0b451a3bc622d6182e157dfa1717d6cda75e9cd8cd5d
2130+
languageName: node
2131+
linkType: hard
2132+
21242133
"minimatch@npm:^3.1.2":
21252134
version: 3.1.2
21262135
resolution: "minimatch@npm:3.1.2"
@@ -2130,7 +2139,7 @@ __metadata:
21302139
languageName: node
21312140
linkType: hard
21322141

2133-
"minimatch@npm:^9.0.4, minimatch@npm:^9.0.5":
2142+
"minimatch@npm:^9.0.4":
21342143
version: 9.0.5
21352144
resolution: "minimatch@npm:9.0.5"
21362145
dependencies:
@@ -2936,7 +2945,7 @@ __metadata:
29362945
changelogen: "npm:^0.5.5"
29372946
eslint: "npm:9.x"
29382947
globals: "npm:^15.9.0"
2939-
minimatch: "npm:^9.0.5"
2948+
minimatch: "npm:^10.0.0"
29402949
prettier: "npm:^3.3.3"
29412950
prettier-plugin-jsdoc: "npm:^1.3.0"
29422951
ts-patch: "npm:^3.2.1"

0 commit comments

Comments
 (0)