From 6de5bd1cc0c7ee055a450eab2503ec505f7583da Mon Sep 17 00:00:00 2001 From: commandlinetips <213223684+commandlinetips@users.noreply.github.com> Date: Sun, 3 May 2026 04:40:15 +0000 Subject: [PATCH] deps: update lolhtml to v2.8.1 (278a336cea145d5544446db2eddd4d2f4f665335) --- scripts/build/deps/lolhtml.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build/deps/lolhtml.ts b/scripts/build/deps/lolhtml.ts index 7dbdbf25636..abb83f0eb29 100644 --- a/scripts/build/deps/lolhtml.ts +++ b/scripts/build/deps/lolhtml.ts @@ -8,7 +8,7 @@ import type { CargoBuild, Dependency } from "../source.ts"; -const LOLHTML_COMMIT = "77127cd2b8545998756e8d64e36ee2313c4bb312"; +const LOLHTML_COMMIT = "278a336cea145d5544446db2eddd4d2f4f665335"; export const lolhtml: Dependency = { name: "lolhtml",