Comparing version 2.4.5 to 2.4.6
{ | ||
"name": "gitly", | ||
"version": "2.4.5", | ||
"version": "2.4.6", | ||
"description": "An API to download and/or extract git repositories", | ||
@@ -13,15 +13,15 @@ "main": "lib/main.js", | ||
"dependencies": { | ||
"axios": "^1.5.0", | ||
"axios": "^1.6.0", | ||
"tar": "^6.2.0" | ||
}, | ||
"devDependencies": { | ||
"@types/jest": "^29.5.5", | ||
"@types/node": "^20.6.2", | ||
"@types/shelljs": "^0.8.12", | ||
"@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", | ||
"@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", | ||
"eslint-plugin-import": "^2.29.0", | ||
"eslint-plugin-prefer-arrow": "^1.2.3", | ||
@@ -28,0 +28,0 @@ "jest": "^29.7.0", |
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
Updatedaxios@^1.6.0