Update deps

This commit is contained in:
Anton Medvedev 2023-03-28 17:15:22 +02:00
commit 363bb1be96
126 changed files with 5743 additions and 2737 deletions

33
node_modules/zx/package.json generated vendored
View file

@ -1,6 +1,6 @@
{
"name": "zx",
"version": "7.1.1",
"version": "7.2.1",
"description": "A tool for writing better scripts.",
"type": "module",
"main": "./build/index.js",
@ -50,27 +50,28 @@
"circular": "madge --circular src/*"
},
"dependencies": {
"@types/fs-extra": "^9.0.13",
"@types/fs-extra": "^11.0.1",
"@types/minimist": "^1.2.2",
"@types/node": "^18.7.20",
"@types/node": "^18.14.2",
"@types/ps-tree": "^1.1.2",
"@types/which": "^2.0.1",
"chalk": "^5.0.1",
"fs-extra": "^10.1.0",
"globby": "^13.1.2",
"minimist": "^1.2.6",
"@types/which": "^2.0.2",
"chalk": "^5.2.0",
"fs-extra": "^11.1.0",
"globby": "^13.1.3",
"minimist": "^1.2.8",
"node-fetch": "3.2.10",
"ps-tree": "^1.2.0",
"which": "^2.0.2",
"yaml": "^2.1.1"
"webpod": "^0",
"which": "^3.0.0",
"yaml": "^2.2.1"
},
"devDependencies": {
"@stryker-mutator/core": "^6.2.2",
"c8": "^7.12.0",
"madge": "^5.0.1",
"prettier": "^2.7.1",
"tsd": "^0.24.1",
"typescript": "^4.8.3",
"@stryker-mutator/core": "^6.4.1",
"c8": "^7.13.0",
"madge": "^6.0.0",
"prettier": "^2.8.4",
"tsd": "^0.25.0",
"typescript": "^4.9.5",
"uvu": "^0.5.6"
},
"publishConfig": {