fix(deps): update

This commit is contained in:
Zoltan Kochan 2022-10-15 21:12:13 +03:00
parent fc3334fa11
commit 21e88da200
No known key found for this signature in database
GPG key ID: 649E4D4AF74E7DEC
3 changed files with 84 additions and 84 deletions

View file

@ -11,16 +11,16 @@
"@types/expand-tilde": "^2.0.0",
"@types/fs-extra": "^9.0.13",
"@types/js-yaml": "^4.0.5",
"@types/node": "^14.18.10",
"@types/node-fetch": "^2.6.1",
"@types/node": "^14.18.32",
"@types/node-fetch": "^2.6.2",
"ajv": "^6.12.6",
"expand-tilde": "^2.0.2",
"fs-extra": "^10.0.0",
"fs-extra": "^10.1.0",
"js-yaml": "^4.1.0"
},
"devDependencies": {
"@ts-schema-autogen/cli": "^0.1.2",
"@vercel/ncc": "^0.33.3",
"typescript": "^4.5.5"
"@vercel/ncc": "^0.33.4",
"typescript": "^4.8.4"
}
}