chore(deps): update dependency overtype to v2.3.4
diff --git a/lib/ketchup/views/layout.rb b/lib/ketchup/views/layout.rb
index b9c521e..35238f4 100644
--- a/lib/ketchup/views/layout.rb
+++ b/lib/ketchup/views/layout.rb
@@ -33,7 +33,7 @@ module Views
link(rel: "preconnect", href: "https://fonts.gstatic.com", crossorigin: true)
link(rel: "stylesheet",
href: "https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;500;600&display=swap")
- script(src: "https://unpkg.com/overtype@2.1.1/dist/overtype.min.js",
+ script(src: "https://unpkg.com/overtype@2.3.4/dist/overtype.min.js",
integrity: "sha384-zp8RL0j4VLfaFKgqehca9l8rfcE4Jh0Nt1CFoVyUBn+qa4velUokXJXsW2h0J5xT",
crossorigin: "anonymous")
script(src: asset_path("/js/app.js"), defer: true)