From fb18bb0df2b1a64d201c4a639b3d8a5464b9910d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 6 Sep 2024 08:39:13 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ASYNC-2441827 - https://snyk.io/vuln/SNYK-JS-HOSTEDGITINFO-1088355 - https://snyk.io/vuln/SNYK-JS-PATHPARSE-1077067 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index ace3f3f..8927865 100644 --- a/package.json +++ b/package.json @@ -48,10 +48,10 @@ "dependencies": { "common-tags": "^1.8.0", "import-cwd": "^3.0.0", - "read-pkg-up": "^7.0.1", + "read-pkg-up": "^10.0.0", "require-relative": "^0.8.7", "tslib": "^2.0.1", - "winston": "^3.3.3" + "winston": "^3.3.4" }, "optionalDependencies": {}, "peerDependencies": {},