From 86e8d488fc992814e1fffc0ec6fcd1eba72185b9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 27 Nov 2023 14:13:28 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4e00b04..57735fc 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "dependencies": { "json-stringify-safe": "5.0.x", "lodash": "^3.10.1", - "request": "2.68.0" + "request": "2.80.0" }, "devDependencies": { "assert": "^1.3.0",