Fix dependabot issues

This commit is contained in:
Andrew Eisenberg 2021-10-21 15:24:20 -07:00
parent c89d9bd8b0
commit 531c6ba7c8
705 changed files with 53406 additions and 20466 deletions

30
node_modules/supertap/package.json generated vendored
View file

@ -1,6 +1,6 @@
{
"name": "supertap",
"version": "1.0.0",
"version": "2.0.0",
"description": "Generate TAP output",
"license": "MIT",
"repository": "vadimdemedes/supertap",
@ -10,7 +10,7 @@
"url": "github.com/vadimdemedes"
},
"engines": {
"node": ">=4"
"node": ">=10"
},
"scripts": {
"test": "xo && ava"
@ -24,28 +24,28 @@
"output"
],
"dependencies": {
"arrify": "^1.0.1",
"indent-string": "^3.2.0",
"js-yaml": "^3.10.0",
"serialize-error": "^2.1.0",
"strip-ansi": "^4.0.0"
"arrify": "^2.0.1",
"indent-string": "^4.0.0",
"js-yaml": "^3.14.0",
"serialize-error": "^7.0.1",
"strip-ansi": "^6.0.0"
},
"devDependencies": {
"ava": "^0.20.0",
"ava": "^3.14.0",
"ctrlc-exit": "^1.0.0",
"execa": "^0.8.0",
"execa": "^5.0.0",
"faucet": "^0.0.1",
"p-each-series": "^1.0.0",
"tap-dot": "^1.0.5",
"p-each-series": "^2.2.0",
"tap-dot": "^2.0.0",
"tap-json": "^1.0.0",
"tap-min": "^1.2.2",
"tap-min": "^2.0.0",
"tap-nyan": "^1.1.0",
"tap-out": "^2.0.0",
"tap-out": "^3.0.0",
"tap-pessimist": "^1.0.1",
"tap-spec": "^4.1.1",
"tap-spec": "^5.0.0",
"tap-summary": "^4.0.0",
"wait-for-enter": "^1.0.0",
"xo": "^0.18.2"
"xo": "^0.36.1"
},
"ava": {
"serial": true