Skip to content

Commit e8b0670

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

File tree

3 files changed

+41
-12
lines changed

3 files changed

+41
-12
lines changed

package-lock.json

+30-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"continuation-local-storage": "^3.2.1",
4444
"fs-extra": "^11.1.1",
4545
"klaw": "^4.1.0",
46-
"minimatch": "^9.0.0",
46+
"minimatch": "^10.0.1",
4747
"proxy-agent": "^6.2.0"
4848
},
4949
"devDependencies": {

yarn.lock

+10-3
Original file line numberDiff line numberDiff line change
@@ -2101,28 +2101,35 @@ mimic-fn@^3.0.0:
21012101
resolved "https://registry.npmjs.org/mimic-fn/-/mimic-fn-3.1.0.tgz"
21022102
integrity sha512-Ysbi9uYW9hFyfrThdDEQuykN4Ey6BuwPD2kpI5ES/nFTDn/98yxYNLZJcgUAKPT/mcrLLKaGzJR9YVxJrIdASQ==
21032103

2104-
[email protected], minimatch@^5.0.1:
2104+
21052105
version "5.0.1"
21062106
resolved "https://registry.npmjs.org/minimatch/-/minimatch-5.0.1.tgz"
21072107
integrity sha512-nLDxIFRyhDblz3qMuq+SoRZED4+miJ/G+tdDrjkkkRnjAsBexeGpgjLEQ0blJy7rHhR2b93rhQY4SvyWu9v03g==
21082108
dependencies:
21092109
brace-expansion "^2.0.1"
21102110

2111+
minimatch@^10.0.1:
2112+
version "10.0.1"
2113+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.0.1.tgz#ce0521856b453c86e25f2c4c0d03e6ff7ddc440b"
2114+
integrity sha512-ethXTt3SGGR+95gudmqJ1eNhRO7eGEGIgYA9vnPatK4/etz2MEVDno5GMCibdMTuBMyElzIlgxMna3K94XDIDQ==
2115+
dependencies:
2116+
brace-expansion "^2.0.1"
2117+
21112118
minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.2:
21122119
version "3.1.2"
21132120
resolved "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz"
21142121
integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==
21152122
dependencies:
21162123
brace-expansion "^1.1.7"
21172124

2118-
minimatch@^5.1.0:
2125+
minimatch@^5.0.1, minimatch@^5.1.0:
21192126
version "5.1.6"
21202127
resolved "https://registry.npmjs.org/minimatch/-/minimatch-5.1.6.tgz"
21212128
integrity sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==
21222129
dependencies:
21232130
brace-expansion "^2.0.1"
21242131

2125-
minimatch@^9.0.0, minimatch@^9.0.1:
2132+
minimatch@^9.0.1:
21262133
version "9.0.5"
21272134
resolved "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz"
21282135
integrity sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==

0 commit comments

Comments
 (0)