Comparing version 2.2.1 to 2.2.2
{ | ||
"name": "gitly", | ||
"version": "2.2.1", | ||
"version": "2.2.2", | ||
"description": "An API to download and/or extract git repositories", | ||
@@ -17,17 +17,17 @@ "main": "lib/main.js", | ||
"devDependencies": { | ||
"@types/jest": "^28.1.4", | ||
"@types/node": "^18.0.3", | ||
"@types/jest": "^29.0.0", | ||
"@types/node": "^18.7.14", | ||
"@types/shelljs": "^0.8.11", | ||
"@types/tar": "^6.1.1", | ||
"@typescript-eslint/eslint-plugin": "^5.30.5", | ||
"@typescript-eslint/eslint-plugin-tslint": "^5.30.5", | ||
"@typescript-eslint/parser": "^5.30.5", | ||
"eslint": "^8.19.0", | ||
"@types/tar": "^6.1.2", | ||
"@typescript-eslint/eslint-plugin": "^5.36.1", | ||
"@typescript-eslint/eslint-plugin-tslint": "^5.36.1", | ||
"@typescript-eslint/parser": "^5.36.1", | ||
"eslint": "^8.23.0", | ||
"eslint-plugin-import": "^2.26.0", | ||
"eslint-plugin-prefer-arrow": "^1.2.3", | ||
"jest": "^28.1.2", | ||
"jest": "^29.0.1", | ||
"shelljs": "^0.8.5", | ||
"ts-jest": "^28.0.5", | ||
"ts-jest": "^28.0.8", | ||
"tslib": "^2.4.0", | ||
"typescript": "^4.7.4" | ||
"typescript": "^4.8.2" | ||
}, | ||
@@ -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
44433