hmpo-config
Advanced tools
Comparing version 2.1.0 to 2.1.1
{ | ||
"name": "hmpo-config", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"description": "Config loader", | ||
@@ -9,3 +9,3 @@ "main": "./lib/config.js", | ||
"pretest": "npm run test:lint", | ||
"posttest": "npm run test:coverage && npm audit", | ||
"posttest": "npm run test:coverage && npm audit --production", | ||
"test:unit": "nyc --reporter=lcov --reporter=text-summary mocha ./test/unit --recursive --require ./test/unit/helper", | ||
@@ -20,5 +20,5 @@ "test:coverage": "nyc check-coverage", | ||
"debug": "^4.1.1", | ||
"deep-clone-merge": "^1.5.0", | ||
"deep-clone-merge": "^1.5.1", | ||
"js-yaml": "^3.10.0", | ||
"json5": "^2.1.1" | ||
"json5": "^2.1.2" | ||
}, | ||
@@ -28,7 +28,7 @@ "devDependencies": { | ||
"eslint": "^6.8.0", | ||
"husky": "^4.2.1", | ||
"mocha": "^7.0.1", | ||
"husky": "^4.2.3", | ||
"mocha": "^7.1.1", | ||
"nyc": "^15.0.0", | ||
"sinon": "^8.1.1", | ||
"sinon-chai": "^3.4.0" | ||
"sinon": "^9.0.1", | ||
"sinon-chai": "^3.5.0" | ||
}, | ||
@@ -35,0 +35,0 @@ "repository": { |
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
15151
Updateddeep-clone-merge@^1.5.1
Updatedjson5@^2.1.2