Skip to content

Commit

Permalink
deps: update minimatch requirement from ^5.0.0 to ^5.0.1 (#28)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
dependabot[bot] committed Mar 2, 2022
1 parent 4cc52bc commit 5c4fd0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -45,7 +45,7 @@
"dependencies": {
"@npmcli/name-from-folder": "^1.0.1",
"glob": "^7.2.0",
"minimatch": "^5.0.0",
"minimatch": "^5.0.1",
"read-package-json-fast": "^2.0.3"
},
"templateOSS": {
Expand Down

0 comments on commit 5c4fd0d

Please sign in to comment.