From fd601ab60a5ea148f486f6dce1eacf0607305f8b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 6 Feb 2025 03:22:48 +0000 Subject: [PATCH] fix: upgrade traverse from 0.3.9 to 0.6.11 Snyk has created this PR to upgrade traverse from 0.3.9 to 0.6.11. See this package in npm: traverse See this project in Snyk: https://app.snyk.io/org/arainstar786786/project/23094caa-8c8b-4325-9fd0-9409095599bd?utm_source=github&utm_medium=referral&page=upgrade-pr --- AhMyth-Server/app/node_modules/chainsaw/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AhMyth-Server/app/node_modules/chainsaw/package.json b/AhMyth-Server/app/node_modules/chainsaw/package.json index 26ee659a..f673bafb 100644 --- a/AhMyth-Server/app/node_modules/chainsaw/package.json +++ b/AhMyth-Server/app/node_modules/chainsaw/package.json @@ -49,7 +49,7 @@ "url": "https://github.com/substack/node-chainsaw/issues" }, "dependencies": { - "traverse": ">=0.3.0 <0.4" + "traverse": ">=0.6.11" }, "description": "Build chainable fluent interfaces the easy way... with a freakin' chainsaw!", "devDependencies": {},