From bf5f07222c46497e79093681fce8bea98bdd4d04 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 18 Apr 2025 02:08:28 +0000 Subject: [PATCH 1/2] build(client): updated npm dependencies --- client/package-lock.json | 8 ++++---- client/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/client/package-lock.json b/client/package-lock.json index 9d5fa37..fc35081 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -29,7 +29,7 @@ "prettier": "^3.5.3", "prettier-plugin-svelte": "^3.3.3", "prettier-plugin-tailwindcss": "^0.6.11", - "svelte": "^5.27.0", + "svelte": "^5.27.3", "svelte-check": "^4.1.6", "svelte-sonner": "^0.3.28", "tailwind-merge": "^3.2.0", @@ -7232,9 +7232,9 @@ } }, "node_modules/svelte": { - "version": "5.27.0", - "resolved": "https://registry.npmjs.org/svelte/-/svelte-5.27.0.tgz", - "integrity": "sha512-Uai13Ydt1ZE+bUHme6b9U38PCYVNCqBRoBMkUKbFbKiD7kHWjdUUrklYAQZJxyKK81qII4mrBwe/YmvEMSlC9w==", + "version": "5.27.3", + "resolved": "https://registry.npmjs.org/svelte/-/svelte-5.27.3.tgz", + "integrity": "sha512-MK16NUEFwAunCkdJpIIJ6hvKElx0zFlKMqQd7NAIugMfrL0YeOH8VEn5pg9g2Q6RLj2JrGJL6c0zaAwmXx/nHQ==", "dev": true, "license": "MIT", "dependencies": { diff --git a/client/package.json b/client/package.json index 088f1e6..c75e658 100644 --- a/client/package.json +++ b/client/package.json @@ -35,7 +35,7 @@ "prettier": "^3.5.3", "prettier-plugin-svelte": "^3.3.3", "prettier-plugin-tailwindcss": "^0.6.11", - "svelte": "^5.27.0", + "svelte": "^5.27.3", "svelte-check": "^4.1.6", "svelte-sonner": "^0.3.28", "tailwind-merge": "^3.2.0", From deaaec2c57395db98080c8c06c3751b23b25c1f5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 18 Apr 2025 02:09:57 +0000 Subject: [PATCH 2/2] build(nix): updated nix hashes --- flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 6f9d76b..55dca32 100644 --- a/flake.nix +++ b/flake.nix @@ -138,7 +138,7 @@ pname = "check-client"; inherit version; src = ./client; - npmDepsHash = "sha256-u7zkBgaxDEB2XFrNl0f7/HtW0Oy2B7FVPot9MLPzXGc="; + npmDepsHash = "sha256-fO35oacezrlpH2Pm1BtlumibxQscLwOeDFGHvo1mbd4="; dontNpmInstall = true; buildPhase = '' @@ -200,7 +200,7 @@ client = pkgs.buildNpmPackage { inherit pname version; src = ./client; - npmDepsHash = "sha256-u7zkBgaxDEB2XFrNl0f7/HtW0Oy2B7FVPot9MLPzXGc="; + npmDepsHash = "sha256-fO35oacezrlpH2Pm1BtlumibxQscLwOeDFGHvo1mbd4="; installPhase = '' cp -r build "$out"