Skip to content

Commit

Permalink
deps: update glob requirement from ^7.1.6 to ^7.2.0
Browse files Browse the repository at this point in the history
Updates the requirements on [glob](https://github.com/isaacs/node-glob) to permit the latest version.
- [Release notes](https://github.com/isaacs/node-glob/releases)
- [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md)
- [Commits](isaacs/node-glob@v7.1.6...v7.2.0)

---
updated-dependencies:
- dependency-name: glob
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and wraithgar committed Feb 14, 2022
1 parent ea50437 commit 588b229
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -49,7 +49,7 @@
},
"dependencies": {
"@npmcli/name-from-folder": "^1.0.1",
"glob": "^7.1.6",
"glob": "^7.2.0",
"minimatch": "^4.1.1",
"read-package-json-fast": "^2.0.1"
},
Expand Down

0 comments on commit 588b229

Please sign in to comment.