Merge pull request #1515 from dolanmiu/dependabot/npm_and_yarn/glob-8.0.2

build(deps-dev): bump glob from 8.0.1 to 8.0.2
This commit is contained in:
Dolan
2022-05-14 17:10:40 +01:00
committed by GitHub

9
package-lock.json generated
View File

@ -2551,17 +2551,16 @@
} }
}, },
"glob": { "glob": {
"version": "8.0.1", "version": "8.0.2",
"resolved": "https://registry.npmjs.org/glob/-/glob-8.0.1.tgz", "resolved": "https://registry.npmjs.org/glob/-/glob-8.0.2.tgz",
"integrity": "sha512-cF7FYZZ47YzmCu7dDy50xSRRfO3ErRfrXuLZcNIuyiJEco0XSrGtuilG19L5xp3NcwTx7Gn+X6Tv3fmsUPTbow==", "integrity": "sha512-0jzor6jfIKaDg/2FIN+9L8oDxzHTkI/+vwJimOmOZjaVjFVVZJFojOYbbWC0okXbBVSgYpbcuQ7xy6gDP9f8gw==",
"dev": true, "dev": true,
"requires": { "requires": {
"fs.realpath": "^1.0.0", "fs.realpath": "^1.0.0",
"inflight": "^1.0.4", "inflight": "^1.0.4",
"inherits": "2", "inherits": "2",
"minimatch": "^5.0.1", "minimatch": "^5.0.1",
"once": "^1.3.0", "once": "^1.3.0"
"path-is-absolute": "^1.0.0"
}, },
"dependencies": { "dependencies": {
"brace-expansion": { "brace-expansion": {