Comparing version 3.3.4 to 3.3.5
{ | ||
"extends": ["config:base"], | ||
"packageRules": [ | ||
{ | ||
"groupName": "meta", | ||
"packagePatterns": ["^meta-", "find-file-recursively-up", "get-meta-file", "loop", "symlink-meta-dependencies"], | ||
"automerge": true | ||
}, | ||
{ | ||
"depTypeList": ["devDependencies"], | ||
"enabled": false | ||
} | ||
], | ||
"automerge": true, | ||
@@ -15,0 +4,0 @@ "major": { |
{ | ||
"name": "loop", | ||
"version": "3.3.4", | ||
"version": "3.3.5", | ||
"description": "loop through commands in fun and amazing ways!", | ||
@@ -36,25 +36,25 @@ "main": "./index.js", | ||
"dependencies": { | ||
"async": "^3.0.0", | ||
"async": "^3.2.0", | ||
"chalk": "^3.0.0", | ||
"debug": "^4.1.0", | ||
"lodash": "^4.17.2", | ||
"meta-exec": "^1.4.1", | ||
"debug": "^4.3.2", | ||
"lodash": "^4.17.21", | ||
"meta-exec": "^1.4.2", | ||
"should": "^13.2.3", | ||
"yargs": "^14.0.0" | ||
"yargs": "^14.2.3" | ||
}, | ||
"devDependencies": { | ||
"@commitlint/cli": "8.0.0", | ||
"@commitlint/config-conventional": "8.0.0", | ||
"chai": "4.2.0", | ||
"commitizen": "3.1.1", | ||
"@commitlint/cli": "8.3.5", | ||
"@commitlint/config-conventional": "8.3.4", | ||
"chai": "4.3.4", | ||
"commitizen": "3.1.2", | ||
"cz-conventional-changelog": "2.1.0", | ||
"husky": "2.4.1", | ||
"jest": "24.8.0", | ||
"mkdirp": "0.5.1", | ||
"mocha": "6.1.4", | ||
"prettier": "1.18.2", | ||
"husky": "2.7.0", | ||
"jest": "24.9.0", | ||
"mkdirp": "0.5.5", | ||
"mocha": "6.2.3", | ||
"prettier": "1.19.1", | ||
"pretty-quick": "1.11.1", | ||
"tmp": "0.1.0", | ||
"tmp": "0.2.1", | ||
"which": "1.3.1" | ||
} | ||
} |
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
25446
322
Updatedasync@^3.2.0
Updateddebug@^4.3.2
Updatedlodash@^4.17.21
Updatedmeta-exec@^1.4.2
Updatedyargs@^14.2.3