Comparing version 2.3.3 to 2.3.4
{ | ||
"name": "barrelsby", | ||
"version": "2.3.3", | ||
"version": "2.3.4", | ||
"description": "Automatic TypeScript barrels for your entire code base", | ||
@@ -12,3 +12,4 @@ "main": "index.js", | ||
"integration-test": "ts-node test/src.ts", | ||
"test": "jest" | ||
"test": "jest", | ||
"synk": "SNYK_CONFIG_ORG='barrelsby'; snyk test" | ||
}, | ||
@@ -36,5 +37,5 @@ "repository": { | ||
"dependencies": { | ||
"@types/yargs": "^17.0.3", | ||
"yargs": "^17.3.0", | ||
"signale": "^1.4.0" | ||
"@types/yargs": "^17.0.10", | ||
"signale": "^1.4.0", | ||
"yargs": "^17.4.1" | ||
}, | ||
@@ -47,4 +48,4 @@ "devDependencies": { | ||
"@types/rimraf": "^3.0.2", | ||
"@types/signale": "^1.4.2", | ||
"@types/sinon": "^10.0.6", | ||
"@types/signale": "^1.4.2", | ||
"better-console": "^1.0.1", | ||
@@ -54,11 +55,12 @@ "dir-compare": "^4.0.0", | ||
"jest": "^27.4.4", | ||
"ts-jest": "^27.0.7", | ||
"mock-fs": "^5.1.2", | ||
"prettier": "^2.5.0", | ||
"prettier": "^2.6.2", | ||
"rimraf": "^3.0.2", | ||
"sinon": "^13.0.1", | ||
"snyk": "^1.858.0", | ||
"ts-jest": "^27.1.4", | ||
"ts-node": "^10.7.0", | ||
"tslint": "^6.1.3", | ||
"tslint-config-prettier": "^1.18.0", | ||
"typescript": "^4.5.3", | ||
"ts-node": "^10.4.0" | ||
"typescript": "^4.5.3" | ||
}, | ||
@@ -65,0 +67,0 @@ "bin": { |
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
164160
118
21
Updated@types/yargs@^17.0.10
Updatedyargs@^17.4.1