this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Bump glob-parent from 5.1.1 to 5.1.2 (#14)

Bumps [glob-parent](https://github.com/gulpjs/glob-parent) from 5.1.1 to 5.1.2.
- [Release notes](https://github.com/gulpjs/glob-parent/releases)
- [Changelog](https://github.com/gulpjs/glob-parent/blob/main/CHANGELOG.md)
- [Commits](https://github.com/gulpjs/glob-parent/compare/v5.1.1...v5.1.2)

---
updated-dependencies:
- dependency-name: glob-parent
dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

authored by

dependabot[bot]
dependabot[bot]
and committed by
GitHub
18beb7d0 ac4a87c2

+4 -4
+4 -4
package-lock.json
··· 1 1 { 2 2 "name": "speed-cloudflare-cli", 3 - "version": "1.0.0", 3 + "version": "2.0.3", 4 4 "lockfileVersion": 1, 5 5 "requires": true, 6 6 "dependencies": { ··· 693 693 } 694 694 }, 695 695 "glob-parent": { 696 - "version": "5.1.1", 697 - "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.1.tgz", 698 - "integrity": "sha512-FnI+VGOpnlGHWZxthPGR+QhR78fuiK0sNLkHQv+bL9fQi57lNNdquIbna/WrfROrolq8GK5Ek6BiMwqL/voRYQ==", 696 + "version": "5.1.2", 697 + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", 698 + "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", 699 699 "dev": true, 700 700 "requires": { 701 701 "is-glob": "^4.0.1"