From d5fdbe2173a35cc1ccbf15913f008590cbcbfa46 Mon Sep 17 00:00:00 2001 From: chii-bot <109454249+chii-bot[bot]@users.noreply.github.com> Date: Thu, 2 Feb 2023 17:18:17 +0000 Subject: [PATCH] chore(deps): update @sveltejs/adapter-static to 1.0.6 | datasource | package | from | to | | ---------- | ------------------------ | ------------- | ----- | | npm | @sveltejs/adapter-static | 1.0.0-next.44 | 1.0.6 | --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index 8194649b..f2d1351f 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -10,7 +10,7 @@ }, "devDependencies": { "@iconify/svelte": "3.0.0", - "@sveltejs/adapter-static": "1.0.0-next.44", + "@sveltejs/adapter-static": "1.0.6", "@sveltejs/kit": "1.0.0-next.507", "@types/codemirror": "5.60.5", "@types/js-yaml": "4.0.5",