diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 70eebbb4..461a6d19 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -14,7 +14,7 @@ "svelte-portal": "2.2.0" }, "devDependencies": { - "@iconify/svelte": "3.0.0", + "@iconify/svelte": "3.1.0", "@sveltejs/adapter-static": "1.0.0-next.44", "@sveltejs/kit": "1.0.0-next.507", "@types/codemirror": "5.60.5", @@ -65,9 +65,9 @@ "integrity": "sha512-CnD7zLItIzt86q4Sj3kZUiLcBk1dSk81qcqgMGaZe7SQ1P8hFNxhMl5AZthK1zrDM5m74VVhaOpuMGIL4gagaA==" }, "node_modules/@iconify/svelte": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/@iconify/svelte/-/svelte-3.0.0.tgz", - "integrity": "sha512-kmpIDyEqGBqV3uLTxEXVOPcsUg06GpwlLTTK1a8omaiBOBZCKnj+m4EETFjoy5cKsdCd5bWBYysna/uUuSTfoQ==", + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/@iconify/svelte/-/svelte-3.1.0.tgz", + "integrity": "sha512-G1w1dcO7eiD+JmQJNwNW4qnAn86oQxKLe1P/iAPjJ0qYYuF7Pb60TPrlcj4+2gu4SXe3a0Jrv++8YmceG+gX/g==", "dev": true, "dependencies": { "@iconify/types": "^2.0.0" @@ -1812,9 +1812,9 @@ "integrity": "sha512-CnD7zLItIzt86q4Sj3kZUiLcBk1dSk81qcqgMGaZe7SQ1P8hFNxhMl5AZthK1zrDM5m74VVhaOpuMGIL4gagaA==" }, "@iconify/svelte": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/@iconify/svelte/-/svelte-3.0.0.tgz", - "integrity": "sha512-kmpIDyEqGBqV3uLTxEXVOPcsUg06GpwlLTTK1a8omaiBOBZCKnj+m4EETFjoy5cKsdCd5bWBYysna/uUuSTfoQ==", + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/@iconify/svelte/-/svelte-3.1.0.tgz", + "integrity": "sha512-G1w1dcO7eiD+JmQJNwNW4qnAn86oQxKLe1P/iAPjJ0qYYuF7Pb60TPrlcj4+2gu4SXe3a0Jrv++8YmceG+gX/g==", "dev": true, "requires": { "@iconify/types": "^2.0.0" diff --git a/frontend/package.json b/frontend/package.json index 8194649b..517ed7f7 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -9,7 +9,7 @@ "check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch" }, "devDependencies": { - "@iconify/svelte": "3.0.0", + "@iconify/svelte": "3.1.0", "@sveltejs/adapter-static": "1.0.0-next.44", "@sveltejs/kit": "1.0.0-next.507", "@types/codemirror": "5.60.5",