From 60cc20904e5527a8a4643956a697ba4adeb0f7f0 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Thu, 19 Feb 2026 11:57:40 -0800 Subject: [PATCH] 4643 Not sure about this one, new machine, no idea why it added those lines or if it's valid, couldn't be arsed to check at this point will deal with it later --- e2e/package-lock.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/e2e/package-lock.json b/e2e/package-lock.json index 25d464d..24d0850 100644 --- a/e2e/package-lock.json +++ b/e2e/package-lock.json @@ -649,6 +649,11 @@ } } }, + "fs.promises": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/fs.promises/-/fs.promises-0.1.2.tgz", + "integrity": "sha512-LNfkXdN6EToumV455EbdJaNxqLmEFqKqNZVIEyI2whtdpIppTsne2fHWgx05s+B2Aif29Lhzdz0AaOXKLvMGsA==" + }, "function-bind": { "version": "1.1.2", "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz",