Comparing version 4.5.2 to 4.5.3
## [4.5.3](https://github.com/euberdeveloper/dree/compare/4.5.2...4.5.3) (2023-04-21) | ||
## [4.5.2](https://github.com/euberdeveloper/dree/compare/4.5.1...4.5.2) (2023-03-27) | ||
@@ -4,0 +6,0 @@ |
{ | ||
"name": "dree", | ||
"version": "4.5.2", | ||
"version": "4.5.3", | ||
"description": "A nodejs module wich helps you handle a directory tree providing you its abstraction through tested functions and a custom configuration.", | ||
@@ -60,3 +60,3 @@ "main": "bundled/lib/index.js", | ||
"@release-it/conventional-changelog": "^5.1.1", | ||
"@types/node": "^18.15.10", | ||
"@types/node": "^18.15.13", | ||
"@types/yargs": "^17.0.24", | ||
@@ -70,16 +70,16 @@ "bundle-declarations-webpack-plugin": "^4.0.1", | ||
"nyc": "^15.1.0", | ||
"release-it": "^15.9.3", | ||
"release-it": "^15.10.1", | ||
"shebang-loader": "^0.0.1", | ||
"shx": "^0.3.4", | ||
"ts-loader": "^9.4.2", | ||
"typedoc": "^0.23.28", | ||
"typescript": "^5.0.2", | ||
"webpack": "^5.76.3", | ||
"webpack-cli": "^5.0.1", | ||
"typedoc": "^0.24.4", | ||
"typescript": "^5.0.4", | ||
"webpack": "^5.80.0", | ||
"webpack-cli": "^5.0.2", | ||
"webpack-node-externals": "^3.0.0" | ||
}, | ||
"dependencies": { | ||
"minimatch": "^7.4.3", | ||
"minimatch": "^9.0.0", | ||
"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
72005
+ Addedminimatch@9.0.5(transitive)
- Removedminimatch@7.4.6(transitive)
Updatedminimatch@^9.0.0