Comparing version 2.4.4 to 2.4.5
{ | ||
"name": "gitly", | ||
"version": "2.4.4", | ||
"version": "2.4.5", | ||
"description": "An API to download and/or extract git repositories", | ||
@@ -13,21 +13,21 @@ "main": "lib/main.js", | ||
"dependencies": { | ||
"axios": "^1.4.0", | ||
"tar": "^6.1.15" | ||
"axios": "^1.5.0", | ||
"tar": "^6.2.0" | ||
}, | ||
"devDependencies": { | ||
"@types/jest": "^29.5.3", | ||
"@types/node": "^20.4.5", | ||
"@types/jest": "^29.5.5", | ||
"@types/node": "^20.6.2", | ||
"@types/shelljs": "^0.8.12", | ||
"@types/tar": "^6.1.5", | ||
"@typescript-eslint/eslint-plugin": "^6.2.0", | ||
"@typescript-eslint/eslint-plugin-tslint": "^6.2.0", | ||
"@typescript-eslint/parser": "^6.2.0", | ||
"eslint": "^8.46.0", | ||
"eslint-plugin-import": "^2.28.0", | ||
"@types/tar": "^6.1.6", | ||
"@typescript-eslint/eslint-plugin": "^6.7.0", | ||
"@typescript-eslint/eslint-plugin-tslint": "^6.7.0", | ||
"@typescript-eslint/parser": "^6.7.0", | ||
"eslint": "^8.49.0", | ||
"eslint-plugin-import": "^2.28.1", | ||
"eslint-plugin-prefer-arrow": "^1.2.3", | ||
"jest": "^29.6.2", | ||
"jest": "^29.7.0", | ||
"shelljs": "^0.8.5", | ||
"ts-jest": "^29.1.1", | ||
"tslib": "^2.6.1", | ||
"typescript": "^5.1.6" | ||
"tslib": "^2.6.2", | ||
"typescript": "^5.2.2" | ||
}, | ||
@@ -34,0 +34,0 @@ "scripts": { |
45198
Updatedaxios@^1.5.0
Updatedtar@^6.2.0