From 3c67ae00f1e2b407f40c9f7121023618cc3cc54d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 21 Jun 2023 14:04:41 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ace3f3f..f73bdb7 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "dependencies": { "common-tags": "^1.8.0", "import-cwd": "^3.0.0", - "read-pkg-up": "^7.0.1", + "read-pkg-up": "^8.0.0", "require-relative": "^0.8.7", "tslib": "^2.0.1", "winston": "^3.3.3"