diff --git a/build.sbt b/build.sbt
index 280b55c..92aa8fd 100644
--- a/build.sbt
+++ b/build.sbt
@@ -34,17 +34,17 @@ libraryDependencies += "com.lihaoyi" %%% "scalatags" % "0.12.0"
// js/ts dependencies
webpack / version := "5.76.2"
-Compile / npmDependencies += "@zip.js/zip.js" -> "^2.6.62"
+Compile / npmDependencies += "@zip.js/zip.js" -> "^2.7.29"
Compile / npmDependencies += "idb-keyval" -> "^6.2.1"
Compile / npmDevDependencies += "compression-webpack-plugin" -> "10.0.0"
// dependabot alerts
-Compile / additionalNpmConfig ++= Map(
- "resolutions" -> obj(
- "ansi-html" -> str("^0.0.8"),
- "glob-parent" -> str("^5.1.2"),
- "node-forge" -> str("^1.3.0")
- )
-)
+// Compile / additionalNpmConfig ++= Map(
+// "resolutions" -> obj(
+// "ansi-html" -> str("^0.0.8"),
+// "glob-parent" -> str("^5.1.2"),
+// "node-forge" -> str("^1.3.0")
+// )
+// )
// disable sourcemaps
Compile / fastOptJS / scalaJSLinkerConfig ~= { _.withSourceMap(false) }
Compile / fullOptJS / scalaJSLinkerConfig ~= { _.withSourceMap(false) }
diff --git a/index.html b/index.html
index 5eaea60..7fc986f 100644
--- a/index.html
+++ b/index.html
@@ -17,7 +17,7 @@
-->
-
+