From 50d4586538e2d31096f1363a8bee3008673f75e9 Mon Sep 17 00:00:00 2001 From: Raymond Zhao <7199958+rzhao271@users.noreply.github.com> Date: Wed, 21 Jan 2026 11:48:01 -0800 Subject: [PATCH] chore: bump windows-foreground-love (#289461) --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index da50a282b08..6bbc06b5856 100644 --- a/package-lock.json +++ b/package-lock.json @@ -163,7 +163,7 @@ "zx": "^8.8.5" }, "optionalDependencies": { - "windows-foreground-love": "0.5.0" + "windows-foreground-love": "0.6.1" } }, "node_modules/@ampproject/remapping": { @@ -18063,10 +18063,11 @@ "dev": true }, "node_modules/windows-foreground-love": { - "version": "0.5.0", - "resolved": "https://registry.npmjs.org/windows-foreground-love/-/windows-foreground-love-0.5.0.tgz", - "integrity": "sha512-yjBwmKEmQBDk3Z7yg/U9hizGWat8C6Pe4MQWl5bN6mvPU81Bt6HV2k/6mGlK3ETJLW1hCLhYx2wcGh+ykUUCyA==", + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/windows-foreground-love/-/windows-foreground-love-0.6.1.tgz", + "integrity": "sha512-uusaXCkDfifZkV/EJMnfJ/i9hsY1BGS9YIQs7LGGRrg1+au7er4ONADtMp6svQWlwgztTgWu31g0nT5OPyYLwg==", "hasInstallScript": true, + "license": "MIT", "optional": true }, "node_modules/word-wrap": { diff --git a/package.json b/package.json index 3704d1bd405..4b401a1b37a 100644 --- a/package.json +++ b/package.json @@ -239,6 +239,6 @@ "url": "https://github.com/microsoft/vscode/issues" }, "optionalDependencies": { - "windows-foreground-love": "0.5.0" + "windows-foreground-love": "0.6.1" } }