Skip to content

Commit 10b3366

Browse files
Bump minimatch from 3.1.2 to 4.0.0
Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.1.2 to 4.0.0. - [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md) - [Commits](isaacs/minimatch@v3.1.2...v4.0.0) --- updated-dependencies: - dependency-name: minimatch dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ba85bf2 commit 10b3366

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"kind-of": "^6.0.3",
7777
"lodash": "4.17.21",
7878
"lodash.template": "^4.5.0",
79-
"minimatch": "^3.0.4",
79+
"minimatch": "^4.0.0",
8080
"mixin-deep": "^1.3.2",
8181
"moment": "2.24.0",
8282
"node": "20.8.1",

Diff for: yarn.lock

+7
Original file line numberDiff line numberDiff line change
@@ -8361,6 +8361,13 @@ minimatch@^3.0.4, minimatch@^3.1.1, minimatch@^3.1.2:
83618361
dependencies:
83628362
brace-expansion "^1.1.7"
83638363

8364+
minimatch@^4.0.0:
8365+
version "4.0.0"
8366+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-4.0.0.tgz#befe49964c07e98a5eb7c5191be997b2aaffacc8"
8367+
integrity sha512-nUXi6viDR8DREKfJTnzZLh1amprrt6Hepx/WUngirNdiNEDmfkW2DLfiTeXWcMkMY0bRkuQ8eyCSbG3W4D0Qcg==
8368+
dependencies:
8369+
brace-expansion "^1.1.7"
8370+
83648371
minimatch@~0.2.11:
83658372
version "0.2.14"
83668373
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-0.2.14.tgz#c74e780574f63c6f9a090e90efbe6ef53a6a756a"

0 commit comments

Comments
 (0)