From b921e431f2e56fafdee551baf77076ea9848c497 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 22 Mar 2024 18:51:21 +0000 Subject: [PATCH] fix: npm_and_yarn/spec/fixtures/projects/npm6/os_mismatch/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TAR-6476909 --- .../spec/fixtures/projects/npm6/os_mismatch/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/npm_and_yarn/spec/fixtures/projects/npm6/os_mismatch/package.json b/npm_and_yarn/spec/fixtures/projects/npm6/os_mismatch/package.json index 2363697510..d831a15a1c 100644 --- a/npm_and_yarn/spec/fixtures/projects/npm6/os_mismatch/package.json +++ b/npm_and_yarn/spec/fixtures/projects/npm6/os_mismatch/package.json @@ -17,6 +17,6 @@ }, "homepage": "https://github.com/waltfy/PROTO_TEST#readme", "dependencies": { - "fsevents": "^1.2.2" + "fsevents": "^2.2.1" } }