diff --git a/package.json b/package.json index 52e1799..c936cbc 100644 --- a/package.json +++ b/package.json @@ -48,9 +48,9 @@ "svelte-i18n": "^4.0.0", "svelte-preprocess": "^5.1.3", "tailwindcss": "^3.4.1", - "typescript": "^5.3.3", + "typescript": "^5.4.2", "unplugin-icons": "^0.18.5", - "vite": "^5.1.5", + "vite": "^5.1.6", "vitest": "^1.3.1" }, "dependencies": { diff --git a/yarn.lock b/yarn.lock index b2eb024..1fe7f88 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6113,10 +6113,10 @@ typedarray-to-buffer@^3.1.5: dependencies: is-typedarray "^1.0.0" -typescript@^5.3.3: - version "5.3.3" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.3.3.tgz#b3ce6ba258e72e6305ba66f5c9b452aaee3ffe37" - integrity sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw== +typescript@^5.4.2: + version "5.4.2" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.4.2.tgz#0ae9cebcfae970718474fe0da2c090cad6577372" + integrity sha512-+2/g0Fds1ERlP6JsakQQDXjZdZMM+rqpamFZJEKh4kwTIn3iDkgKtby0CeNd5ATNZ4Ry1ax15TMx0W2V+miizQ== ufo@^1.1.2: version "1.1.2" @@ -6286,10 +6286,10 @@ vite-node@1.3.1: picocolors "^1.0.0" vite "^5.0.0" -vite@^5.0.0, vite@^5.1.5: - version "5.1.5" - resolved "https://registry.yarnpkg.com/vite/-/vite-5.1.5.tgz#bdbc2b15e8000d9cc5172f059201178f9c9de5fb" - integrity sha512-BdN1xh0Of/oQafhU+FvopafUp6WaYenLU/NFoL5WyJL++GxkNfieKzBhM24H3HVsPQrlAqB7iJYTHabzaRed5Q== +vite@^5.0.0, vite@^5.1.6: + version "5.1.6" + resolved "https://registry.yarnpkg.com/vite/-/vite-5.1.6.tgz#706dae5fab9e97f57578469eef1405fc483943e4" + integrity sha512-yYIAZs9nVfRJ/AiOLCA91zzhjsHUgMjB+EigzFb6W2XTLO8JixBCKCjvhKZaye+NKYHCrkv3Oh50dH9EdLU2RA== dependencies: esbuild "^0.19.3" postcss "^8.4.35"