Skip to content

Commit d5f6765

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 baa16d8 commit d5f6765

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"js-yaml": "^3.13.1",
7676
"kind-of": "^6.0.3",
7777
"lodash": "4.17.21",
78-
"minimatch": "^3.0.4",
78+
"minimatch": "^4.0.0",
7979
"mixin-deep": "^1.3.2",
8080
"moment": "2.29.4",
8181
"node": "20.8.1",

yarn.lock

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8229,6 +8229,13 @@ minimatch@^3.0.4, minimatch@^3.1.1, minimatch@^3.1.2:
82298229
dependencies:
82308230
brace-expansion "^1.1.7"
82318231

8232+
minimatch@^4.0.0:
8233+
version "4.0.0"
8234+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-4.0.0.tgz#befe49964c07e98a5eb7c5191be997b2aaffacc8"
8235+
integrity sha512-nUXi6viDR8DREKfJTnzZLh1amprrt6Hepx/WUngirNdiNEDmfkW2DLfiTeXWcMkMY0bRkuQ8eyCSbG3W4D0Qcg==
8236+
dependencies:
8237+
brace-expansion "^1.1.7"
8238+
82328239
minimatch@~0.2.11:
82338240
version "0.2.14"
82348241
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-0.2.14.tgz#c74e780574f63c6f9a090e90efbe6ef53a6a756a"

0 commit comments

Comments
 (0)