From 7308efd805190d9f133a2a35e22ab7857fd1c46e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 29 Nov 2023 22:06:35 +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-ANSIREGEX-1583908 - https://snyk.io/vuln/SNYK-JS-DOTPROP-543489 - https://snyk.io/vuln/SNYK-JS-LODASHTEMPLATE-1088054 - https://snyk.io/vuln/SNYK-JS-UNSETVALUE-2400660 --- node_modules/ansi-align/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/node_modules/ansi-align/package.json b/node_modules/ansi-align/package.json index dd0ee2023d..2261af7d59 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": "^2.0.0", "chalk": "^2.4.1", "coveralls": "^3.0.2", "nyc": "^13.1.0", - "standard": "^12.0.1", - "standard-version": "^4.4.0" + "standard": "^13.0.0", + "standard-version": "^9.1.1" } } \ No newline at end of file