Comparing version 2.4.7 to 2.4.8
{ | ||
"name": "gitly", | ||
"version": "2.4.7", | ||
"version": "2.4.8", | ||
"description": "An API to download and/or extract git repositories", | ||
@@ -13,15 +13,15 @@ "main": "lib/main.js", | ||
"dependencies": { | ||
"axios": "^1.6.2", | ||
"axios": "^1.6.3", | ||
"tar": "^6.2.0" | ||
}, | ||
"devDependencies": { | ||
"@types/jest": "^29.5.10", | ||
"@types/node": "^20.10.1", | ||
"@types/jest": "^29.5.11", | ||
"@types/node": "^20.10.6", | ||
"@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", | ||
"@typescript-eslint/eslint-plugin": "^6.16.0", | ||
"@typescript-eslint/eslint-plugin-tslint": "^6.16.0", | ||
"@typescript-eslint/parser": "^6.16.0", | ||
"eslint": "^8.56.0", | ||
"eslint-plugin-import": "^2.29.1", | ||
"eslint-plugin-prefer-arrow": "^1.2.3", | ||
@@ -32,3 +32,3 @@ "jest": "^29.7.0", | ||
"tslib": "^2.6.2", | ||
"typescript": "^5.3.2" | ||
"typescript": "^5.3.3" | ||
}, | ||
@@ -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
Updatedaxios@^1.6.3