Skip to content

Commit

Permalink
chore: bump dependencies version
Browse files Browse the repository at this point in the history
  • Loading branch information
lgou2w committed Mar 8, 2022
1 parent 3604d11 commit 2c1eb71
Show file tree
Hide file tree
Showing 2 changed files with 114 additions and 93 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,25 +33,25 @@
"cosplay"
],
"dependencies": {
"debug": "^4.3.2",
"debug": "^4.3.3",
"got": "^11.8.2",
"tunnel": "^0.0.6",
"uuid": "^8.3.2"
},
"devDependencies": {
"@types/node": "^14.14.44",
"@types/tunnel": "^0.0.3",
"@types/uuid": "^8.3.1",
"@types/uuid": "^8.3.4",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"cross-env": "^7.0.3",
"eslint": "^7.32.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.0",
"rimraf": "^3.0.2",
"ts-node": "^10.3.0",
"typescript": "^4.4.4"
"ts-node": "^10.7.0",
"typescript": "^4.6.2"
}
}
Loading

0 comments on commit 2c1eb71

Please sign in to comment.