Comparing version 2.4.6 to 2.4.7
{ | ||
"name": "gitly", | ||
"version": "2.4.6", | ||
"version": "2.4.7", | ||
"description": "An API to download and/or extract git repositories", | ||
@@ -13,14 +13,14 @@ "main": "lib/main.js", | ||
"dependencies": { | ||
"axios": "^1.6.0", | ||
"axios": "^1.6.2", | ||
"tar": "^6.2.0" | ||
}, | ||
"devDependencies": { | ||
"@types/jest": "^29.5.6", | ||
"@types/node": "^20.8.9", | ||
"@types/shelljs": "^0.8.14", | ||
"@types/tar": "^6.1.7", | ||
"@typescript-eslint/eslint-plugin": "^6.9.0", | ||
"@typescript-eslint/eslint-plugin-tslint": "^6.9.0", | ||
"@typescript-eslint/parser": "^6.9.0", | ||
"eslint": "^8.52.0", | ||
"@types/jest": "^29.5.10", | ||
"@types/node": "^20.10.1", | ||
"@types/shelljs": "^0.8.15", | ||
"@types/tar": "^6.1.10", | ||
"@typescript-eslint/eslint-plugin": "^6.13.1", | ||
"@typescript-eslint/eslint-plugin-tslint": "^6.13.1", | ||
"@typescript-eslint/parser": "^6.13.1", | ||
"eslint": "^8.54.0", | ||
"eslint-plugin-import": "^2.29.0", | ||
@@ -32,3 +32,3 @@ "eslint-plugin-prefer-arrow": "^1.2.3", | ||
"tslib": "^2.6.2", | ||
"typescript": "^5.2.2" | ||
"typescript": "^5.3.2" | ||
}, | ||
@@ -35,0 +35,0 @@ "scripts": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
45204
Updatedaxios@^1.6.2