From a947b72f8bbf29f60cc9d77d43f3915fc88d092c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 20 Jun 2023 18:00:33 +0000 Subject: [PATCH] fix: packages/san-cli-utils/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795 --- packages/san-cli-utils/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/san-cli-utils/package.json b/packages/san-cli-utils/package.json index 06c0c351..b1a4acbb 100644 --- a/packages/san-cli-utils/package.json +++ b/packages/san-cli-utils/package.json @@ -33,7 +33,7 @@ "import-lazy": "^4.0.0", "node-ipc": "9.1.1", "ora": "^4.0.2", - "read-pkg": "^5.2.0", + "read-pkg": "^6.0.0", "readline": "^1.3.0", "string-width": "^4.2.0", "strip-ansi": "^6.0.0",