Comparing version 4.5.1 to 4.5.2
## [4.5.2](https://github.com/euberdeveloper/dree/compare/4.5.1...4.5.2) (2023-03-27) | ||
## [4.5.1](https://github.com/euberdeveloper/dree/compare/4.5.0...4.5.1) (2023-03-08) | ||
@@ -4,0 +6,0 @@ |
{ | ||
"name": "dree", | ||
"version": "4.5.1", | ||
"version": "4.5.2", | ||
"description": "A nodejs module wich helps you handle a directory tree providing you its abstraction through tested functions and a custom configuration.", | ||
@@ -34,4 +34,2 @@ "main": "bundled/lib/index.js", | ||
"docs": "npm run docs:html && npm run docs:html-dev", | ||
"commit": "git-cz", | ||
"commit:sign": "git-cz -S", | ||
"prepublishOnly": "npm run bundle", | ||
@@ -63,4 +61,4 @@ "release": "release-it" | ||
"@release-it/conventional-changelog": "^5.1.1", | ||
"@types/node": "^18.14.0", | ||
"@types/yargs": "^17.0.20", | ||
"@types/node": "^18.15.10", | ||
"@types/yargs": "^17.0.24", | ||
"bundle-declarations-webpack-plugin": "^4.0.1", | ||
@@ -73,9 +71,9 @@ "chai": "^4.3.7", | ||
"nyc": "^15.1.0", | ||
"release-it": "^15.6.0", | ||
"release-it": "^15.9.3", | ||
"shebang-loader": "^0.0.1", | ||
"shx": "^0.3.4", | ||
"ts-loader": "^9.4.2", | ||
"typedoc": "^0.23.24", | ||
"typescript": "^4.9.4", | ||
"webpack": "^5.75.0", | ||
"typedoc": "^0.23.28", | ||
"typescript": "^5.0.2", | ||
"webpack": "^5.76.3", | ||
"webpack-cli": "^5.0.1", | ||
@@ -85,5 +83,5 @@ "webpack-node-externals": "^3.0.0" | ||
"dependencies": { | ||
"minimatch": "^6.2.0", | ||
"yargs": "^17.6.2" | ||
"minimatch": "^7.4.3", | ||
"yargs": "^17.7.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
71918
+ Addedminimatch@7.4.6(transitive)
- Removedminimatch@6.2.0(transitive)
Updatedminimatch@^7.4.3
Updatedyargs@^17.7.1