Skip to content

Commit cb92e33

Browse files
fix(deps): bump minimatch from 5.1.2 to 5.1.6 (#848)
Bumps [minimatch](https://github.com/isaacs/minimatch) from 5.1.2 to 5.1.6. - [Release notes](https://github.com/isaacs/minimatch/releases) - [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md) - [Commits](isaacs/minimatch@v5.1.2...v5.1.6) --- updated-dependencies: - dependency-name: minimatch dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8c575ed commit cb92e33

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"graceful-fs": "^4.2.10",
3535
"ignore": "^5.2.4",
3636
"mime": "2.6.0",
37-
"minimatch": "^5.1.2",
37+
"minimatch": "^5.1.6",
3838
"proxy-agent": "^5.0.0",
3939
"proxy-from-env": "^1.1.0",
4040
"unzipper": "0.10.11"

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4331,10 +4331,10 @@ [email protected]:
43314331
dependencies:
43324332
brace-expansion "^1.1.7"
43334333

4334-
minimatch@^5.1.0, minimatch@^5.1.2:
4335-
version "5.1.2"
4336-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-5.1.2.tgz#0939d7d6f0898acbd1508abe534d1929368a8fff"
4337-
integrity sha512-bNH9mmM9qsJ2X4r2Nat1B//1dJVcn3+iBLa3IgqJ7EbGaDNepL9QSHOxN4ng33s52VMMhhIfgCYDk3C4ZmlDAg==
4334+
minimatch@^5.1.0, minimatch@^5.1.6:
4335+
version "5.1.6"
4336+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-5.1.6.tgz#1cfcb8cf5522ea69952cd2af95ae09477f122a96"
4337+
integrity sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==
43384338
dependencies:
43394339
brace-expansion "^2.0.1"
43404340

0 commit comments

Comments
 (0)