@lesjoursfr/bin-wrapper
Advanced tools
Comparing version 12.0.2 to 12.1.0
{ | ||
"name": "@lesjoursfr/bin-wrapper", | ||
"version": "12.0.2", | ||
"version": "12.1.0", | ||
"description": "Binary wrapper that makes your programs seamlessly available as local dependencies", | ||
@@ -48,6 +48,6 @@ "license": "MIT", | ||
"dependencies": { | ||
"@lesjoursfr/bin-check": "^7.0.0", | ||
"@lesjoursfr/bin-version": "^7.0.0", | ||
"@lesjoursfr/bin-check": "^7.1.0", | ||
"@lesjoursfr/bin-version": "^7.1.0", | ||
"arch": "^2.2.0", | ||
"axios": "^1.4.0", | ||
"axios": "^1.5.0", | ||
"content-disposition": "^0.5.4", | ||
@@ -60,21 +60,21 @@ "file-type": "^18.5.0", | ||
"devDependencies": { | ||
"@tsconfig/node18": "^18.2.0", | ||
"@tsconfig/node18": "^18.2.1", | ||
"@types/content-disposition": "^0.5.5", | ||
"@types/mocha": "^10.0.1", | ||
"@types/node": "^20.4.8", | ||
"@types/semver": "^7.5.0", | ||
"@types/node": "^20.5.7", | ||
"@types/semver": "^7.5.1", | ||
"@types/tar": "^6.1.5", | ||
"@typescript-eslint/eslint-plugin": "^6.3.0", | ||
"@typescript-eslint/parser": "^6.3.0", | ||
"eslint": "^8.46.0", | ||
"@typescript-eslint/eslint-plugin": "^6.5.0", | ||
"@typescript-eslint/parser": "^6.5.0", | ||
"eslint": "^8.48.0", | ||
"eslint-config-prettier": "^9.0.0", | ||
"isexe": "^3.1.1", | ||
"mocha": "^10.2.0", | ||
"nock": "^13.3.2", | ||
"prettier": "^3.0.1", | ||
"nock": "^13.3.3", | ||
"prettier": "^3.0.3", | ||
"tempy": "^3.1.0", | ||
"ts-node": "^10.9.1", | ||
"typescript": "^5.1.6" | ||
"typescript": "^5.2.2" | ||
}, | ||
"packageManager": "yarn@3.6.1" | ||
"packageManager": "yarn@3.6.3" | ||
} |
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
Updated@lesjoursfr/bin-check@^7.1.0
Updatedaxios@^1.5.0