Skip to content

Commit 807eee5

Browse files
chore(deps): bump minimatch from 9.0.5 to 10.0.1 (#744)
* 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]> * drop node 18 --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Chase <[email protected]>
1 parent 336f148 commit 807eee5

File tree

4 files changed

+40
-11
lines changed

4 files changed

+40
-11
lines changed

.github/workflows/workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
fail-fast: false
1111
matrix:
12-
node-version: [18.x, 20.x, 22.x]
12+
node-version: [20.x, 22.x]
1313
steps:
1414
- uses: actions/checkout@v4
1515
- uses: actions/setup-node@v4

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
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

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2056,6 +2056,13 @@ mimic-fn@^3.0.0:
20562056
resolved "https://registry.npmjs.org/mimic-fn/-/mimic-fn-3.1.0.tgz"
20572057
integrity sha512-Ysbi9uYW9hFyfrThdDEQuykN4Ey6BuwPD2kpI5ES/nFTDn/98yxYNLZJcgUAKPT/mcrLLKaGzJR9YVxJrIdASQ==
20582058

2059+
minimatch@^10.0.1:
2060+
version "10.0.1"
2061+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.0.1.tgz#ce0521856b453c86e25f2c4c0d03e6ff7ddc440b"
2062+
integrity sha512-ethXTt3SGGR+95gudmqJ1eNhRO7eGEGIgYA9vnPatK4/etz2MEVDno5GMCibdMTuBMyElzIlgxMna3K94XDIDQ==
2063+
dependencies:
2064+
brace-expansion "^2.0.1"
2065+
20592066
minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.2:
20602067
version "3.1.2"
20612068
resolved "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz"
@@ -2070,7 +2077,7 @@ minimatch@^5.0.1, minimatch@^5.1.0, minimatch@^5.1.6:
20702077
dependencies:
20712078
brace-expansion "^2.0.1"
20722079

2073-
minimatch@^9.0.0, minimatch@^9.0.1:
2080+
minimatch@^9.0.1:
20742081
version "9.0.5"
20752082
resolved "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz"
20762083
integrity sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==

0 commit comments

Comments
 (0)