Update checked-in dependencies

This commit is contained in:
github-actions[bot] 2023-07-13 09:09:17 +00:00
parent 4fad06f438
commit 40a500c743
4168 changed files with 298222 additions and 374905 deletions

38
node_modules/ava/package.json generated vendored
View file

@ -1,6 +1,6 @@
{
"name": "ava",
"version": "5.1.1",
"version": "5.3.1",
"description": "Node.js test runner that lets you develop with confidence.",
"license": "MIT",
"repository": "avajs/ava",
@ -81,7 +81,7 @@
"typescript"
],
"dependencies": {
"acorn": "^8.8.1",
"acorn": "^8.8.2",
"acorn-walk": "^8.2.0",
"ansi-styles": "^6.2.1",
"arrgv": "^1.0.2",
@ -91,7 +91,7 @@
"chalk": "^5.2.0",
"chokidar": "^3.5.3",
"chunkd": "^2.0.1",
"ci-info": "^3.7.1",
"ci-info": "^3.8.0",
"ci-parallel-vars": "^1.0.1",
"clean-yaml-object": "^0.1.0",
"cli-truncate": "^3.1.0",
@ -100,10 +100,9 @@
"concordance": "^5.0.4",
"currently-unhandled": "^0.4.1",
"debug": "^4.3.4",
"del": "^7.0.0",
"emittery": "^1.0.1",
"figures": "^5.0.0",
"globby": "^13.1.3",
"globby": "^13.1.4",
"ignore-by-default": "^2.1.0",
"indent-string": "^5.0.0",
"is-error": "^2.2.2",
@ -119,33 +118,33 @@
"plur": "^5.1.0",
"pretty-ms": "^8.0.0",
"resolve-cwd": "^3.0.0",
"slash": "^3.0.0",
"stack-utils": "^2.0.6",
"strip-ansi": "^7.0.1",
"supertap": "^3.0.1",
"temp-dir": "^3.0.0",
"write-file-atomic": "^5.0.0",
"yargs": "^17.6.2"
"write-file-atomic": "^5.0.1",
"yargs": "^17.7.2"
},
"devDependencies": {
"@ava/test": "github:avajs/test",
"@ava/typescript": "^3.0.1",
"@ava/typescript": "^4.0.0",
"@sindresorhus/tsconfig": "^3.0.1",
"ansi-escapes": "^6.0.0",
"c8": "^7.12.0",
"ansi-escapes": "^6.2.0",
"c8": "^7.13.0",
"delay": "^5.0.0",
"execa": "^6.1.0",
"fs-extra": "^11.1.0",
"execa": "^7.1.1",
"expect": "^29.5.0",
"fs-extra": "^11.1.1",
"get-stream": "^6.0.1",
"replace-string": "^4.0.0",
"sinon": "^15.0.1",
"tap": "^16.3.3",
"sinon": "^15.1.0",
"tap": "^16.3.4",
"temp-write": "^5.0.0",
"tempy": "^3.0.0",
"touch": "^3.1.0",
"tsd": "^0.25.0",
"typescript": "^4.9.4",
"xo": "^0.53.1",
"tsd": "^0.28.1",
"typescript": "^4.9.5",
"xo": "^0.54.2",
"zen-observable": "^0.10.0"
},
"peerDependencies": {
@ -157,7 +156,6 @@
}
},
"volta": {
"node": "18.13.0",
"npm": "9.3.0"
"node": "20.2.0"
}
}