Skip to content

Commit

Permalink
deps: update glob requirement from ^7.1.6 to ^7.2.0 (#70)
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>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Mar 2, 2022
1 parent 2a5e140 commit d6b34ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -7,7 +7,7 @@
},
"main": "lib",
"dependencies": {
"glob": "^7.1.6",
"glob": "^7.2.0",
"ignore-walk": "^4.0.1",
"npm-bundled": "^1.1.2",
"npm-normalize-package-bin": "^1.0.1"
Expand Down

0 comments on commit d6b34ac

Please sign in to comment.