Comparing version 2.4.0 to 2.4.1
{ | ||
"name": "gitly", | ||
"version": "2.4.0", | ||
"version": "2.4.1", | ||
"description": "An API to download and/or extract git repositories", | ||
@@ -13,3 +13,3 @@ "main": "lib/main.js", | ||
"dependencies": { | ||
"axios": "^1.3.2", | ||
"axios": "^1.3.4", | ||
"tar": "^6.1.13" | ||
@@ -19,12 +19,12 @@ }, | ||
"@types/jest": "^29.4.0", | ||
"@types/node": "^18.13.0", | ||
"@types/node": "^18.14.6", | ||
"@types/shelljs": "^0.8.11", | ||
"@types/tar": "^6.1.3", | ||
"@typescript-eslint/eslint-plugin": "^5.51.0", | ||
"@typescript-eslint/eslint-plugin-tslint": "^5.51.0", | ||
"@typescript-eslint/parser": "^5.51.0", | ||
"eslint": "^8.33.0", | ||
"@types/tar": "^6.1.4", | ||
"@typescript-eslint/eslint-plugin": "^5.54.1", | ||
"@typescript-eslint/eslint-plugin-tslint": "^5.54.1", | ||
"@typescript-eslint/parser": "^5.54.1", | ||
"eslint": "^8.35.0", | ||
"eslint-plugin-import": "^2.27.5", | ||
"eslint-plugin-prefer-arrow": "^1.2.3", | ||
"jest": "^29.4.2", | ||
"jest": "^29.5.0", | ||
"shelljs": "^0.8.5", | ||
@@ -31,0 +31,0 @@ "ts-jest": "^29.0.5", |
@@ -91,3 +91,3 @@ # gitly | ||
*/ | ||
headers? RawAxiosRequestHeaders | AxiosHeaders | ||
headers?: RawAxiosRequestHeaders | AxiosHeaders | ||
} | ||
@@ -94,0 +94,0 @@ ``` |
44666
Updatedaxios@^1.3.4