Skip to content

Commit 5c4fd0d

Browse files
authoredMar 2, 2022
deps: update minimatch requirement from ^5.0.0 to ^5.0.1 (#28)
Updates the requirements on [minimatch](https://github.com/isaacs/minimatch) to permit the latest version. - [Release notes](https://github.com/isaacs/minimatch/releases) - [Commits](isaacs/minimatch@v5.0.0...v5.0.1) --- updated-dependencies: - dependency-name: minimatch dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4cc52bc commit 5c4fd0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"dependencies": {
4646
"@npmcli/name-from-folder": "^1.0.1",
4747
"glob": "^7.2.0",
48-
"minimatch": "^5.0.0",
48+
"minimatch": "^5.0.1",
4949
"read-package-json-fast": "^2.0.3"
5050
},
5151
"templateOSS": {

0 commit comments

Comments
 (0)
Please sign in to comment.