From 4be818a2eac1417d176a5987c76a238f6c5cdee2 Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Fri, 22 Apr 2022 13:50:59 -0500 Subject: [PATCH] Update vulnerable dependencies - diff (via vows): https://github.com/advisories/GHSA-h6ch-v84p-w6p9 - async (via winston): https://github.com/advisories/GHSA-fwr7-v2mv-hh25 Related https://github.com/db-migrate/node-db-migrate/issues/779 Related 4736c828879af1b35acb83928e12db3d02754a59 Closes #195 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index f101c6b..cc17c25 100644 --- a/package.json +++ b/package.json @@ -22,11 +22,11 @@ "async": "3.2.3", "read": "1.0.x", "revalidator": "0.1.x", - "winston": "2.x" + "winston": "^3.7.2" }, "devDependencies": { "eslint": "^7.32.0", - "vows": "^0.7.0" + "vows": "^0.8.3" }, "main": "./lib/prompt", "scripts": {