simple-helix-api
Advanced tools
Comparing version 4.0.0 to 4.0.1
{ | ||
"name": "simple-helix-api", | ||
"version": "4.0.0", | ||
"version": "4.0.1", | ||
"description": "The Simple Helix API allows developers to easily develop applications for Twitch", | ||
@@ -10,3 +10,3 @@ "main": "./dist/index.js", | ||
"dependencies": { | ||
"axios": "^1.2.4", | ||
"axios": "^1.3.2", | ||
"irc-message": "^3.0.2", | ||
@@ -20,9 +20,9 @@ "irc-message-ts": "^3.0.6", | ||
"@types/ws": "^8.5.4", | ||
"@typescript-eslint/eslint-plugin": "^5.49.0", | ||
"@typescript-eslint/parser": "^5.49.0", | ||
"@typescript-eslint/eslint-plugin": "^5.51.0", | ||
"@typescript-eslint/parser": "^5.51.0", | ||
"dotenv": "^16.0.3", | ||
"eslint": "^8.32.0", | ||
"jest": "^29.4.0", | ||
"eslint": "^8.33.0", | ||
"jest": "^29.4.1", | ||
"ts-jest": "^29.0.5", | ||
"typescript": "^4.9.4" | ||
"typescript": "^4.9.5" | ||
}, | ||
@@ -29,0 +29,0 @@ "resolutions": { |
Updatedaxios@^1.3.2