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 Feb 6, 2023
1 parent 88f302e commit 34a4018
Show file tree
Hide file tree
Showing 2 changed files with 389 additions and 289 deletions.
29 changes: 12 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,32 +33,27 @@
"cosplay"
],
"dependencies": {
"got": "^11.8.5",
"uuid": "^8.3.2"
"got": "^11.8.6",
"uuid": "^9.0.0"
},
"devDependencies": {
"@types/node": "^16.11.51",
"@types/node": "^16.18.12",
"@types/tunnel": "^0.0.3",
"@types/uuid": "^8.3.4",
"@typescript-eslint/eslint-plugin": "^5.33.1",
"@typescript-eslint/parser": "^5.33.1",
"@types/uuid": "^9.0.0",
"@typescript-eslint/eslint-plugin": "^5.50.0",
"@typescript-eslint/parser": "^5.50.0",
"cross-env": "^7.0.3",
"eslint": "^8.22.0",
"eslint": "^8.33.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.2.4",
"eslint-plugin-promise": "^6.0.0",
"rimraf": "^3.0.2",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-n": "^15.6.1",
"eslint-plugin-promise": "^6.1.1",
"rimraf": "^4.1.2",
"ts-node": "^10.9.1",
"tunnel": "^0.0.6",
"typescript": "^4.7.4"
"typescript": "^4.9.5"
},
"peerDependencies": {
"got": "^11.0.0"
},
"peerDependenciesMeta": {
"got": {
"optional": true
}
}
}
Loading

0 comments on commit 34a4018

Please sign in to comment.