Dependency upgrade.

This commit is contained in:
Daniel Scalzi
2022-04-03 16:02:49 -04:00
parent 77a118125b
commit 8c224e3e39
2 changed files with 90 additions and 90 deletions

View File

@@ -34,9 +34,9 @@
"@types/node": "^16.11.26",
"@types/triple-beam": "^1.3.2",
"@types/yargs": "^17.0.10",
"@typescript-eslint/eslint-plugin": "^5.16.0",
"@typescript-eslint/parser": "^5.16.0",
"eslint": "^8.11.0",
"@typescript-eslint/eslint-plugin": "^5.17.0",
"@typescript-eslint/parser": "^5.17.0",
"eslint": "^8.12.0",
"rimraf": "^3.0.2",
"typescript": "^4.6.3"
},