@commitlint/config-patternplate
Advanced tools
Comparing version 17.2.0 to 17.3.0
const path = require('path'); | ||
const globby = require('globby'); | ||
const merge = require('lodash/merge'); | ||
const merge = require('lodash.merge'); | ||
@@ -5,0 +5,0 @@ function pathToId(root, filePath) { |
{ | ||
"name": "@commitlint/config-patternplate", | ||
"version": "17.2.0", | ||
"version": "17.3.0", | ||
"description": "Lint your commits, patternplate-style", | ||
@@ -33,10 +33,11 @@ "files": [ | ||
"dependencies": { | ||
"@commitlint/config-angular": "^17.2.0", | ||
"@commitlint/config-angular": "^17.3.0", | ||
"globby": "^11.0.0", | ||
"lodash": "^4.17.19" | ||
"lodash.merge": "^4.6.2" | ||
}, | ||
"devDependencies": { | ||
"@commitlint/utils": "^17.0.0" | ||
"@commitlint/utils": "^17.0.0", | ||
"@types/lodash.merge": "^4.6.7" | ||
}, | ||
"gitHead": "a2fab85ec0668b112f43073c766a2a8545a55497" | ||
"gitHead": "618aee50a953ab06e736d985009f7182bd1a8ae1" | ||
} |
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
3838
2
+ Addedlodash.merge@^4.6.2
+ Addedlodash.merge@4.6.2(transitive)
- Removedlodash@^4.17.19
- Removedlodash@4.17.21(transitive)