diff --git a/package-lock.json b/package-lock.json index 2fcd51d..83b6355 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3653,10 +3653,10 @@ "dev": true }, "sst": { - "version": "git+ssh://git@github.com/wh-iterabb-it/sst.git#04849db307b901bc7343dee07338aec8f47a567c", - "from": "sst@git+https://github.com/wh-iterabb-it/sst.git", + "version": "git+https://github.com/wh-iterabb-it/sst.git#00bddc40c8885151671b9b310768ce68ee60ddf4", + "from": "git+https://github.com/wh-iterabb-it/sst.git", "requires": { - "winston": "3.3.3" + "winston": "3.7.2" } }, "stack-trace": { @@ -4049,19 +4049,20 @@ "dev": true }, "winston": { - "version": "3.3.3", - "resolved": "https://registry.npmjs.org/winston/-/winston-3.3.3.tgz", - "integrity": "sha512-oEXTISQnC8VlSAKf1KYSSd7J6IWuRPQqDdo8eoRNaYKLvwSb5+79Z3Yi1lrl6KDpU6/VWaxpakDAtb1oQ4n9aw==", + "version": "3.7.2", + "resolved": "https://registry.npmjs.org/winston/-/winston-3.7.2.tgz", + "integrity": "sha512-QziIqtojHBoyzUOdQvQiar1DH0Xp9nF1A1y7NVy2DGEsz82SBDtOalS0ulTRGVT14xPX3WRWkCsdcJKqNflKng==", "requires": { "@dabh/diagnostics": "^2.0.2", - "async": "^3.1.0", + "async": "^3.2.3", "is-stream": "^2.0.0", - "logform": "^2.2.0", + "logform": "^2.4.0", "one-time": "^1.0.0", "readable-stream": "^3.4.0", + "safe-stable-stringify": "^2.3.1", "stack-trace": "0.0.x", "triple-beam": "^1.3.0", - "winston-transport": "^4.4.0" + "winston-transport": "^4.5.0" } }, "winston-transport": {