Update packages because why not?

This commit is contained in:
Oliver Akins 2022-07-20 21:24:48 -06:00
parent 5f0f101361
commit f179188618
No known key found for this signature in database
GPG key ID: 3C2014AF9457AF99
2 changed files with 18 additions and 18 deletions

View file

@ -12,10 +12,10 @@
"devDependencies": {
"@types/chai": "^4.3.1",
"@types/mocha": "^9.1.1",
"@types/node": "^18.0.0",
"@types/node": "^18.0.6",
"chai": "^4.3.6",
"mocha": "^10.0.0",
"ts-node": "^10.8.1",
"ts-node": "^10.9.1",
"typescript": "^4.7.4"
}
}