update all deps (#321)

This commit is contained in:
Seth Vargo 2023-07-11 12:37:56 -04:00 committed by GitHub
parent 8738ec4f61
commit 87b651ab4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 632 additions and 162 deletions

2
dist/main/index.js vendored

File diff suppressed because one or more lines are too long

778
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -30,17 +30,17 @@
"devDependencies": { "devDependencies": {
"@types/chai": "^4.3.5", "@types/chai": "^4.3.5",
"@types/mocha": "^10.0.1", "@types/mocha": "^10.0.1",
"@types/node": "^20.2.5", "@types/node": "^20.4.1",
"@typescript-eslint/eslint-plugin": "^5.59.7", "@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^5.59.7", "@typescript-eslint/parser": "^6.0.0",
"@vercel/ncc": "^0.36.1", "@vercel/ncc": "^0.36.1",
"chai": "^4.3.7", "chai": "^4.3.7",
"eslint": "^8.41.0", "eslint": "^8.44.0",
"eslint-config-prettier": "^8.8.0", "eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1", "eslint-plugin-prettier": "^5.0.0",
"mocha": "^10.2.0", "mocha": "^10.2.0",
"prettier": "^2.8.8", "prettier": "^3.0.0",
"ts-node": "^10.9.1", "ts-node": "^10.9.1",
"typescript": "^5.0.4" "typescript": "^5.1.6"
} }
} }