Skip to content

Commit eaa3dd3

Browse files
chore(deps): bump minimatch to ^10.0.0
1 parent 27845ff commit eaa3dd3

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"jest-junit": "^16.0.0",
6565
"js-yaml": "^4.1.0",
6666
"jsdom": "^20.0.0",
67-
"minimatch": "^9.0.0",
67+
"minimatch": "^10.0.0",
6868
"mocha": "^10.0.0",
6969
"mocha-sugar-free": "^1.4.0",
7070
"prettier": "^3.0.0",

yarn.lock

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5269,7 +5269,14 @@ [email protected], minimatch@^5.0.1:
52695269
dependencies:
52705270
brace-expansion "^2.0.1"
52715271

5272-
minimatch@^9.0.0, minimatch@^9.0.1:
5272+
minimatch@^10.0.0:
5273+
version "10.0.1"
5274+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.0.1.tgz#ce0521856b453c86e25f2c4c0d03e6ff7ddc440b"
5275+
integrity sha512-ethXTt3SGGR+95gudmqJ1eNhRO7eGEGIgYA9vnPatK4/etz2MEVDno5GMCibdMTuBMyElzIlgxMna3K94XDIDQ==
5276+
dependencies:
5277+
brace-expansion "^2.0.1"
5278+
5279+
minimatch@^9.0.1:
52735280
version "9.0.4"
52745281
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.4.tgz#8e49c731d1749cbec05050ee5145147b32496a51"
52755282
integrity sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==

0 commit comments

Comments
 (0)