update deps

This commit is contained in:
silverwind 2021-09-21 11:45:00 +02:00
parent f6f0a5134e
commit 86ca0f4af6
Signed by: silverwind
GPG Key ID: 2E62B41C93869443
3 changed files with 523 additions and 1993 deletions

@ -23,7 +23,7 @@ publish: node_modules
npm publish
update: node_modules build
node bin/updates.mjs -cu
node bin/updates.js -cu
rm package-lock.json
npm install
@touch node_modules

2508
package-lock.json generated

File diff suppressed because it is too large Load Diff

@ -25,7 +25,7 @@
"./bin/package.json"
],
"devDependencies": {
"@vercel/ncc": "0.31.0",
"@vercel/ncc": "0.31.1",
"ansi-regex": "6.0.1",
"del": "6.0.0",
"eslint": "7.32.0",
@ -33,7 +33,7 @@
"execa": "5.1.1",
"fetch-enhanced": "7.0.1",
"hosted-git-info": "4.0.2",
"jest": "27.1.1",
"jest": "27.2.1",
"jest-extended": "0.11.5",
"minimist": "1.2.5",
"node-fetch": "3.0.0",
@ -44,6 +44,6 @@
"server-destroy": "1.0.1",
"tempy": "2.0.0",
"text-table": "0.2.0",
"versions": "8.4.7"
"versions": "9.0.1"
}
}