From 3dd9990d6f11f926ea618e9511fc57c8f692d604 Mon Sep 17 00:00:00 2001 From: chii-bot <109454249+chii-bot[bot]@users.noreply.github.com> Date: Fri, 25 Oct 2024 12:44:09 +0000 Subject: [PATCH] chore(deps): update @sveltejs/adapter-static to 3.0.6 | datasource | package | from | to | | ---------- | ------------------------ | ------------- | ----- | | npm | @sveltejs/adapter-static | 1.0.0-next.44 | 3.0.6 | --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index 06fa1d6e..dcff1ac7 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -10,7 +10,7 @@ }, "devDependencies": { "@iconify/svelte": "3.1.0", - "@sveltejs/adapter-static": "1.0.0-next.44", + "@sveltejs/adapter-static": "3.0.6", "@sveltejs/kit": "1.0.0-next.507", "@types/codemirror": "5.60.5", "@types/js-yaml": "4.0.5",