Skip to content

Commit

Permalink
chore: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
thaaddeus committed Dec 22, 2021
1 parent 55f7c31 commit b14b431
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,27 +51,27 @@
"dependencies": {
"@types/bintrees": "^1.0.3",
"bintrees": "^1.0.2",
"debug": "^4.3.2",
"debug": "^4.3.3",
"fs-extra": "^10.0.0",
"got": "^11.8.2",
"https-proxy-agent": "^5.0.0",
"p-map": "^4.0.0",
"ws": "^8.2.2"
"ws": "^8.4.0"
},
"devDependencies": {
"@types/debug": "^4.1.7",
"@types/fs-extra": "^9.0.13",
"@types/jest": "^27.0.2",
"@types/node": "^16.10.1",
"@types/ws": "^8.2.0",
"@types/jest": "^27.0.3",
"@types/node": "^17.0.2",
"@types/ws": "^8.2.2",
"cross-var": "^1.1.0",
"husky": "^7.0.2",
"jest": "^27.2.2",
"lint-staged": "^11.1.2",
"prettier": "^2.4.1",
"source-map-support": "^0.5.20",
"ts-jest": "^27.0.5",
"typescript": "^4.4.3"
"husky": "^7.0.4",
"jest": "^27.4.5",
"lint-staged": "^12.1.3",
"prettier": "^2.5.1",
"source-map-support": "^0.5.21",
"ts-jest": "^27.1.2",
"typescript": "^4.5.4"
},
"lint-staged": {
"*.{ts}": [
Expand Down

0 comments on commit b14b431

Please sign in to comment.