@hmcts/nodejs-healthcheck
Advanced tools
Comparing version 1.8.4 to 1.8.5
@@ -16,3 +16,3 @@ const fs = require('fs').promises | ||
return fs.readFile(versionFilePath) | ||
.then(yaml.safeLoad) | ||
.then(yaml.load) | ||
.catch((err) => defaultObj) | ||
@@ -19,0 +19,0 @@ } |
{ | ||
"name": "@hmcts/nodejs-healthcheck", | ||
"version": "1.8.4", | ||
"version": "1.8.5", | ||
"description": "Healthcheck endpoint for Reform nodejs applications", | ||
@@ -21,4 +21,4 @@ "main": "index.js", | ||
"@hmcts/nodejs-logging": "^4.0.4", | ||
"js-yaml": "^3.8.4", | ||
"superagent": "8" | ||
"js-yaml": "^4.0.0", | ||
"superagent": "9" | ||
}, | ||
@@ -40,4 +40,4 @@ "devDependencies": { | ||
"sinon-chai": "3", | ||
"supertest": "6" | ||
"supertest": "7" | ||
} | ||
} |
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
32408
+ Addedargparse@2.0.1(transitive)
+ Addedformidable@3.5.2(transitive)
+ Addedhexoid@2.0.0(transitive)
+ Addedjs-yaml@4.1.0(transitive)
+ Addedsuperagent@9.0.2(transitive)
- Removedargparse@1.0.10(transitive)
- Removedesprima@4.0.1(transitive)
- Removedformidable@2.1.2(transitive)
- Removedhexoid@1.0.0(transitive)
- Removedjs-yaml@3.14.1(transitive)
- Removedsemver@7.6.3(transitive)
- Removedsprintf-js@1.0.3(transitive)
- Removedsuperagent@8.1.2(transitive)
Updatedjs-yaml@^4.0.0
Updatedsuperagent@9