Update checked-in dependencies

This commit is contained in:
github-actions[bot] 2022-04-14 17:56:23 +00:00
parent 3962f1bd85
commit 0ba58d8497
30 changed files with 5612 additions and 94 deletions

13
node_modules/glob/package.json generated vendored
View file

@ -2,7 +2,7 @@
"author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
"name": "glob",
"description": "a little globber",
"version": "7.1.7",
"version": "8.0.1",
"repository": {
"type": "git",
"url": "git://github.com/isaacs/node-glob.git"
@ -14,25 +14,30 @@
"common.js"
],
"engines": {
"node": "*"
"node": ">=12"
},
"dependencies": {
"fs.realpath": "^1.0.0",
"inflight": "^1.0.4",
"inherits": "2",
"minimatch": "^3.0.4",
"minimatch": "^5.0.1",
"once": "^1.3.0",
"path-is-absolute": "^1.0.0"
},
"devDependencies": {
"memfs": "^3.2.0",
"mkdirp": "0",
"rimraf": "^2.2.8",
"tap": "^15.0.6",
"tap": "^16.0.1",
"tick": "0.0.6"
},
"tap": {
"before": "test/00-setup.js",
"after": "test/zz-cleanup.js",
"statements": 90,
"branches": 90,
"functions": 90,
"lines": 90,
"jobs": 1
},
"scripts": {