@lesjoursfr/bin-wrapper
Advanced tools
Comparing version 12.1.2 to 12.1.3
{ | ||
"name": "@lesjoursfr/bin-wrapper", | ||
"version": "12.1.2", | ||
"version": "12.1.3", | ||
"description": "Binary wrapper that makes your programs seamlessly available as local dependencies", | ||
@@ -31,3 +31,3 @@ "license": "MIT", | ||
"scripts": { | ||
"freshlock": "rm -rf node_modules/ && rm .yarn/install-state.gz && rm -r .yarn/cache/ && rm yarn.lock && yarn", | ||
"freshlock": "rm -rf node_modules/ && rm .yarn/install-state.gz && rm yarn.lock && yarn", | ||
"check-lint": "eslint . --ext .js,.jsx,.ts,.tsx", | ||
@@ -49,6 +49,6 @@ "check-format": "prettier --check \"**/*.{ts,js,cjs,mjs,json,yml,md}\"", | ||
"dependencies": { | ||
"@lesjoursfr/bin-check": "^7.1.3", | ||
"@lesjoursfr/bin-version": "^7.1.3", | ||
"@lesjoursfr/bin-check": "^7.1.4", | ||
"@lesjoursfr/bin-version": "^7.1.4", | ||
"arch": "^2.2.0", | ||
"axios": "^1.6.2", | ||
"axios": "^1.6.3", | ||
"content-disposition": "^0.5.4", | ||
@@ -64,18 +64,18 @@ "file-type": "^18.7.0", | ||
"@types/mocha": "^10.0.6", | ||
"@types/node": "^20.10.1", | ||
"@types/node": "^20.10.6", | ||
"@types/semver": "^7.5.6", | ||
"@types/tar": "^6.1.10", | ||
"@typescript-eslint/eslint-plugin": "^6.13.1", | ||
"@typescript-eslint/parser": "^6.13.1", | ||
"eslint": "^8.54.0", | ||
"eslint-config-prettier": "^9.0.0", | ||
"@typescript-eslint/eslint-plugin": "^6.17.0", | ||
"@typescript-eslint/parser": "^6.17.0", | ||
"eslint": "^8.56.0", | ||
"eslint-config-prettier": "^9.1.0", | ||
"isexe": "^3.1.1", | ||
"mocha": "^10.2.0", | ||
"nock": "^13.4.0", | ||
"prettier": "^3.1.0", | ||
"prettier": "^3.1.1", | ||
"tempy": "^3.1.0", | ||
"ts-node": "^10.9.1", | ||
"typescript": "^5.3.2" | ||
"ts-node": "^10.9.2", | ||
"typescript": "^5.3.3" | ||
}, | ||
"packageManager": "yarn@4.0.2" | ||
} |
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
21948
Updated@lesjoursfr/bin-check@^7.1.4
Updatedaxios@^1.6.3