Comparing version 4.0.0 to 4.0.1
{ | ||
"name": "flconf", | ||
"version": "4.0.0", | ||
"version": "4.0.1", | ||
"description": "Simple, pluggable, hierarchical configs", | ||
@@ -28,13 +28,13 @@ "main": "index.js", | ||
"devDependencies": { | ||
"eslint": "^6.8.0", | ||
"eslint-config-flickr": "^2.0.1", | ||
"mocha": "^7.1.2", | ||
"nyc": "^15.0.1" | ||
"eslint": "^8.4.1", | ||
"eslint-config-flickr": "^3.0.0", | ||
"mocha": "^9.1.3", | ||
"nyc": "^15.1.0" | ||
}, | ||
"dependencies": { | ||
"deap": "~1.0.0", | ||
"glob": "~7.0.3", | ||
"minimatch": "~3.0.0", | ||
"ms": "^2.0.0" | ||
"deap": "^1.0.1", | ||
"glob": "^7.2.0", | ||
"minimatch": "^3.0.4", | ||
"ms": "^2.1.3" | ||
} | ||
} |
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
+ Addedglob@7.2.3(transitive)
+ Addedminimatch@3.1.2(transitive)
- Removedglob@7.0.6(transitive)
- Removedminimatch@3.0.8(transitive)
Updateddeap@^1.0.1
Updatedglob@^7.2.0
Updatedminimatch@^3.0.4
Updatedms@^2.1.3