From 183d67c6d6575f4485272c5bd157d74e54b0b58c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 1 Dec 2023 02:10:15 +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-INFLIGHT-6095116 --- .../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 23636975107..54a4f95f492 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": "^1.2.13" } }