From 7796e56971f193d40b2bc5e1ee414108e16c04c2 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Wed, 4 Feb 2026 22:40:59 +0900 Subject: chore(deps): update dependencies and pin JWT algorithm Update all dependencies to latest patch/minor versions. Explicitly specify HS256 algorithm in JWT verify to prevent algorithm confusion attacks. Co-Authored-By: Claude Opus 4.5 --- biome.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'biome.json') diff --git a/biome.json b/biome.json index 954ba06..cfc686d 100644 --- a/biome.json +++ b/biome.json @@ -1,5 +1,5 @@ { - "$schema": "https://biomejs.dev/schemas/2.3.10/schema.json", + "$schema": "https://biomejs.dev/schemas/2.3.14/schema.json", "vcs": { "enabled": true, "clientKind": "git", -- cgit v1.3-1-g0d28