Bump @types/glob from 7.1.3 to 7.1.4

Bumps [@types/glob](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/glob) from 7.1.3 to 7.1.4.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/glob)

---
updated-dependencies:
- dependency-name: "@types/glob"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2021-07-07 09:02:17 +00:00
committed by Nick Cipollo
parent 6b6b0348be
commit 39a94f584a
2 changed files with 5 additions and 5 deletions

View File

@@ -25,7 +25,7 @@
"dependencies": {
"@actions/core": "^1.4.0",
"@actions/github": "^5.0.0",
"@types/glob": "^7.1.3",
"@types/glob": "^7.1.4",
"glob": "^7.1.7",
"untildify": "^4.0.0"
},