diff --git a/frontend/bun.lock b/frontend/bun.lock index 9066c95..afe614c 100644 --- a/frontend/bun.lock +++ b/frontend/bun.lock @@ -36,7 +36,7 @@ "devDependencies": { "@eslint/js": "^10.0.1", "@tanstack/eslint-plugin-query": "^5.91.4", - "@types/node": "^25.3.0", + "@types/node": "^25.3.1", "@types/react": "^19.2.14", "@types/react-dom": "^19.2.3", "@vitejs/plugin-react": "^5.1.4", @@ -360,7 +360,7 @@ "@types/ms": ["@types/ms@2.1.0", "", {}, "sha512-GsCCIZDE/p3i96vtEqx+7dBUGXrc7zeSK3wwPHIaRThS+9OhWIXRqzs4d6k1SVU8g91DrNRWxWUGhp5KXQb2VA=="], - "@types/node": ["@types/node@25.3.0", "", { "dependencies": { "undici-types": "~7.18.0" } }, "sha512-4K3bqJpXpqfg2XKGK9bpDTc6xO/xoUP/RBWS7AtRMug6zZFaRekiLzjVtAoZMquxoAbzBvy5nxQ7veS5eYzf8A=="], + "@types/node": ["@types/node@25.3.1", "", { "dependencies": { "undici-types": "~7.18.0" } }, "sha512-hj9YIJimBCipHVfHKRMnvmHg+wfhKc0o4mTtXh9pKBjC8TLJzz0nzGmLi5UJsYAUgSvXFHgb0V2oY10DUFtImw=="], "@types/react": ["@types/react@19.2.14", "", { "dependencies": { "csstype": "^3.2.2" } }, "sha512-ilcTH/UniCkMdtexkoCN0bI7pMcJDvmQFPvuPvmEaYA/NSfFTAgdUSLAoVjaRJm7+6PvcM+q1zYOwS4wTYMF9w=="], diff --git a/frontend/package.json b/frontend/package.json index 744392b..56884a8 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -42,7 +42,7 @@ "devDependencies": { "@eslint/js": "^10.0.1", "@tanstack/eslint-plugin-query": "^5.91.4", - "@types/node": "^25.3.0", + "@types/node": "^25.3.1", "@types/react": "^19.2.14", "@types/react-dom": "^19.2.3", "@vitejs/plugin-react": "^5.1.4",