From 03a5e4673dca6eb5ce25a9ca38e8c6a904b689f4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 7 Jan 2026 22:23:58 +0000 Subject: [PATCH] fix: upgrade wrappy from 1.0.0 to 1.0.2 Snyk has created this PR to upgrade wrappy from 1.0.0 to 1.0.2. See this package in npm: wrappy See this project in Snyk: https://app.snyk.io/org/jason-123-cyber/project/69b4e5f1-7ead-41a6-9f01-8e9f0e2b9be4?utm_source=github&utm_medium=referral&page=upgrade-pr --- .../arborist/test/fixtures/workspaces-not-root/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workspaces/arborist/test/fixtures/workspaces-not-root/package.json b/workspaces/arborist/test/fixtures/workspaces-not-root/package.json index c725f30555e61..283b4a8281ce8 100644 --- a/workspaces/arborist/test/fixtures/workspaces-not-root/package.json +++ b/workspaces/arborist/test/fixtures/workspaces-not-root/package.json @@ -1,7 +1,7 @@ { "workspaces": ["packages/*"], "dependencies": { - "wrappy": "1.0.0", + "wrappy": "1.0.2", "abbrev": "" } }