Skip to content

Commit

Permalink
Upgrade deps (#263)
Browse files Browse the repository at this point in the history
* upgrade logging

* 1.7.2

* removed npm lock
  • Loading branch information
linusnorton authored Jul 7, 2022
1 parent 3824bd8 commit 15fd336
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hmcts/nodejs-healthcheck",
"version": "1.7.1",
"version": "1.7.2",
"description": "Healthcheck endpoint for Reform nodejs applications",
"main": "index.js",
"engines": {
Expand All @@ -17,7 +17,7 @@
"author": "HMCTS Reform",
"license": "MIT",
"dependencies": {
"@hmcts/nodejs-logging": "^4.0.1",
"@hmcts/nodejs-logging": "^4.0.3",
"js-yaml": "^3.8.4",
"superagent": "7"
},
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@
minimatch "^3.0.4"
strip-json-comments "^3.1.1"

"@hmcts/nodejs-logging@^4.0.1":
version "4.0.2"
resolved "https://registry.yarnpkg.com/@hmcts/nodejs-logging/-/nodejs-logging-4.0.2.tgz#15a7a558c78471ce60360a82b5e2f30001b4ce6f"
integrity sha512-wEQ7cjfQcZ4CL55zlPrFhJkg/hC+2US++ZiR35wfLfMBJEtLCEYbiRu1YzLVjQXMgGn8oaH2woYIIvpLdpt4Yg==
"@hmcts/nodejs-logging@^4.0.3":
version "4.0.3"
resolved "https://registry.yarnpkg.com/@hmcts/nodejs-logging/-/nodejs-logging-4.0.3.tgz#b58632f1d663f567fb04846f38344a1ea70d768c"
integrity sha512-8oe+ekQLcPz0gZy9m+N698KYsxUhMiRF5vLSAR0SCbO4Dp9VCSt15kWv6gRLtldwCNMbnHazL9qd0Zyg6OrMAw==
dependencies:
moment "^2.19.3"
on-finished "^2.3.0"
Expand Down

0 comments on commit 15fd336

Please sign in to comment.