From 64ed8468b01f3226118ad90fb02a5e5ecbeace59 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 20 Jun 2023 19:50:08 +0000 Subject: [PATCH] fix: node_modules/ansi-align/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795 --- node_modules/ansi-align/package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/node_modules/ansi-align/package.json b/node_modules/ansi-align/package.json index dd0ee2023d..5bbd9a1c2a 100644 --- a/node_modules/ansi-align/package.json +++ b/node_modules/ansi-align/package.json @@ -33,11 +33,11 @@ "string-width": "^3.0.0" }, "devDependencies": { - "ava": "^1.0.1", + "ava": "^4.0.0", "chalk": "^2.4.1", "coveralls": "^3.0.2", - "nyc": "^13.1.0", - "standard": "^12.0.1", - "standard-version": "^4.4.0" + "nyc": "^15.0.0", + "standard": "^15.0.0", + "standard-version": "^9.1.1" } } \ No newline at end of file