From 7c1910240e1b0ee437382124b97a0111dd1c3c74 Mon Sep 17 00:00:00 2001 From: "mend-for-github-com[bot]" <50673670+mend-for-github-com[bot]@users.noreply.github.com> Date: Thu, 17 Oct 2024 07:25:37 +0000 Subject: [PATCH] [NEUTRAL] Update dependency fsevents to ^1.2.3 --- .../spec/fixtures/projects/npm7/os_mismatch/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/npm_and_yarn/spec/fixtures/projects/npm7/os_mismatch/package.json b/npm_and_yarn/spec/fixtures/projects/npm7/os_mismatch/package.json index 2363697510..cf8eb8fb99 100644 --- a/npm_and_yarn/spec/fixtures/projects/npm7/os_mismatch/package.json +++ b/npm_and_yarn/spec/fixtures/projects/npm7/os_mismatch/package.json @@ -17,6 +17,6 @@ }, "homepage": "https://github.com/waltfy/PROTO_TEST#readme", "dependencies": { - "fsevents": "^1.2.2" + "fsevents": "^1.2.3" } }