diff --git a/backend/data_tools/Pipfile b/backend/data_tools/Pipfile index ea3b4c738e..946e2d7959 100644 --- a/backend/data_tools/Pipfile +++ b/backend/data_tools/Pipfile @@ -6,7 +6,7 @@ name = "pypi" [packages] SQLAlchemy = "==2.0.36" pandas = "==2.2.3" -json5 = "==0.9.27" +json5 = "==0.9.28" psycopg2-binary = "==2.9.10" cfenv = "==0.5.3" typing-extensions = "==4.12.2" diff --git a/backend/data_tools/Pipfile.lock b/backend/data_tools/Pipfile.lock index a0676e5867..0827cbb6f3 100644 --- a/backend/data_tools/Pipfile.lock +++ b/backend/data_tools/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "8d8d639adc8d727b629f1f43ba5b4de2e6ff350bfde1c4444236fb7faf385b4d" + "sha256": "8676e9b10cc75886b16dad0f4386a2a7d30500337b5ab1839b77278af3c78463" }, "pipfile-spec": 6, "requires": { @@ -644,12 +644,12 @@ }, "json5": { "hashes": [ - "sha256:17b43d78d3a6daeca4d7030e9bf22092dba29b1282cc2d0cfa56f6febee8dc93", - "sha256:5a19de4a6ca24ba664dc7d50307eb73ba9a16dea5d6bde85677ae85d3ed2d8e0" + "sha256:1f82f36e615bc5b42f1bbd49dbc94b12563c56408c6ffa06414ea310890e9a6e", + "sha256:29c56f1accdd8bc2e037321237662034a7e07921e2b7223281a5ce2c46f0c4df" ], "index": "pypi", "markers": "python_full_version >= '3.8.0'", - "version": "==0.9.27" + "version": "==0.9.28" }, "loguru": { "hashes": [ diff --git a/frontend/bun.lockb b/frontend/bun.lockb index 0d2ced7db9..36842fb696 100755 Binary files a/frontend/bun.lockb and b/frontend/bun.lockb differ diff --git a/frontend/package.json b/frontend/package.json index a20f5aab52..7a5478a5d6 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -49,7 +49,7 @@ "sass": "1.80.6", "sass-loader": "16.0.3", "styled-components": "6.1.13", - "vest": "5.4.3", + "vest": "5.4.4", "vite": "5.4.11", "vite-jsconfig-paths": "2.0.1", "vite-plugin-babel-macros": "1.0.6",