From 627d924505f44c6a45469850abed4f7372d39aab Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 19 Oct 2023 05:43:34 +0000 Subject: [PATCH] feat: upgrade walk-up-path from 1.0.0 to 3.0.1 Snyk has created this PR to upgrade walk-up-path from 1.0.0 to 3.0.1. See this package in npm: https://www.npmjs.com/package/walk-up-path See this project in Snyk: https://app.snyk.io/org/chadbaker47/project/b104cf02-6e41-447f-b424-db6d8303438a?utm_source=github&utm_medium=referral&page=upgrade-pr --- workspaces/config/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workspaces/config/package.json b/workspaces/config/package.json index 3d70a1565e741..a1a526e9e9f78 100644 --- a/workspaces/config/package.json +++ b/workspaces/config/package.json @@ -43,7 +43,7 @@ "proc-log": "^3.0.0", "read-package-json-fast": "^3.0.0", "semver": "^7.3.5", - "walk-up-path": "^1.0.0" + "walk-up-path": "^3.0.1" }, "engines": { "node": "^14.17.0 || ^16.13.0 || >=18.0.0"