From 05788b9808e0544c09ca0b489f343f66171fd70f Mon Sep 17 00:00:00 2001 From: David Hyde Date: Tue, 2 Jan 2024 21:00:59 -0600 Subject: [PATCH] Bump winston-transport; fix test issue (#2386) --- 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 63c410dc6..689294c66 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 2eecd2eeb..8734b3126 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",