From 349558e3dd6da531638603f519f8cff89d6869f3 Mon Sep 17 00:00:00 2001 From: Orbeon Date: Sun, 5 Apr 2026 00:42:43 +0000 Subject: [PATCH] Update whatwg-fetch to 3.6.20 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 1634e23b326..05e73df7353 100644 --- a/build.sbt +++ b/build.sbt @@ -106,7 +106,7 @@ val WebJarDependencies = Seq( "org.webjars.npm" % "select2" % "4.0.13", "org.webjars.npm" % "tinymce" % "6.8.6", "org.webjars.npm" % "tinymce-i18n" % "25.6.2", - "org.webjars.npm" % "whatwg-fetch" % "3.0.0", + "org.webjars.npm" % "whatwg-fetch" % "3.6.20", ) val CoreLibraryDependencies = Seq(