Comparing version 2.4.2 to 2.4.3
@@ -15,3 +15,3 @@ "use strict"; | ||
GitlyErrorType["Unknown"] = "unknown"; | ||
})(GitlyErrorType = exports.GitlyErrorType || (exports.GitlyErrorType = {})); | ||
})(GitlyErrorType || (exports.GitlyErrorType = GitlyErrorType = {})); | ||
class GitlyAbstractError extends Error { | ||
@@ -18,0 +18,0 @@ constructor(message, code = -1) { |
{ | ||
"name": "gitly", | ||
"version": "2.4.2", | ||
"version": "2.4.3", | ||
"description": "An API to download and/or extract git repositories", | ||
@@ -13,21 +13,21 @@ "main": "lib/main.js", | ||
"dependencies": { | ||
"axios": "^1.3.4", | ||
"tar": "^6.1.13" | ||
"axios": "^1.4.0", | ||
"tar": "^6.1.15" | ||
}, | ||
"devDependencies": { | ||
"@types/jest": "^29.5.0", | ||
"@types/node": "^18.15.11", | ||
"@types/shelljs": "^0.8.11", | ||
"@types/tar": "^6.1.4", | ||
"@typescript-eslint/eslint-plugin": "^5.57.1", | ||
"@typescript-eslint/eslint-plugin-tslint": "^5.57.1", | ||
"@typescript-eslint/parser": "^5.57.1", | ||
"eslint": "^8.37.0", | ||
"@types/jest": "^29.5.2", | ||
"@types/node": "^20.3.3", | ||
"@types/shelljs": "^0.8.12", | ||
"@types/tar": "^6.1.5", | ||
"@typescript-eslint/eslint-plugin": "^5.61.0", | ||
"@typescript-eslint/eslint-plugin-tslint": "^5.61.0", | ||
"@typescript-eslint/parser": "^5.61.0", | ||
"eslint": "^8.44.0", | ||
"eslint-plugin-import": "^2.27.5", | ||
"eslint-plugin-prefer-arrow": "^1.2.3", | ||
"jest": "^29.5.0", | ||
"jest": "^29.6.0", | ||
"shelljs": "^0.8.5", | ||
"ts-jest": "^29.1.0", | ||
"tslib": "^2.5.0", | ||
"typescript": "^5.0.3" | ||
"ts-jest": "^29.1.1", | ||
"tslib": "^2.6.0", | ||
"typescript": "^5.1.6" | ||
}, | ||
@@ -34,0 +34,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
45161
Updatedaxios@^1.4.0
Updatedtar@^6.1.15