From 2d4b7db207ea77475d804159d3823cf74e1cb555 Mon Sep 17 00:00:00 2001 From: DABH Date: Tue, 2 Jan 2024 20:45:35 -0600 Subject: [PATCH] Bump winston-transport; fix test issue --- package-lock.json | 2 +- package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 89c194fd6..5121fcd85 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "safe-stable-stringify": "^2.3.1", "stack-trace": "0.0.x", "triple-beam": "^1.3.0", - "winston-transport": "^4.5.0" + "winston-transport": "^4.6.0" }, "devDependencies": { "@babel/cli": "^7.17.0", diff --git a/package.json b/package.json index e585b255c..b5fb5eb7e 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "safe-stable-stringify": "^2.3.1", "stack-trace": "0.0.x", "triple-beam": "^1.3.0", - "winston-transport": "^4.5.0" + "winston-transport": "^4.6.0" }, "devDependencies": { "@babel/cli": "^7.17.0", @@ -60,7 +60,7 @@ "types": "./index.d.ts", "scripts": { "lint": "eslint lib/*.js lib/winston/*.js lib/winston/**/*.js --resolve-plugins-relative-to ./node_modules/@dabh/eslint-config-populist", - "test": "mocha", + "test": "rimraf test/fixtures/logs/* && mocha", "test:coverage": "nyc npm run test:unit", "test:unit": "mocha test/unit", "test:integration": "mocha test/integration",