diff --git a/bun.lock b/bun.lock index cf5b5efd7d..7bc78b21d0 100644 --- a/bun.lock +++ b/bun.lock @@ -225,6 +225,7 @@ }, }, "overrides": { + "lodash": "^4.18.0", "test-exclude": "^7.0.1", }, "packages": { @@ -1674,7 +1675,7 @@ "locate-path": ["locate-path@6.0.0", "", { "dependencies": { "p-locate": "^5.0.0" } }, "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw=="], - "lodash": ["lodash@4.17.23", "", {}, "sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w=="], + "lodash": ["lodash@4.18.1", "", {}, "sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q=="], "lodash.includes": ["lodash.includes@4.3.0", "", {}, "sha512-W3Bx6mdkRTGtlJISOvVD/lbqjTlPPUDTMnlXZFnVwi9NKJ6tiAk6LVdlhZMm17VZisqhKcgzpO5Wz91PCt5b0w=="], diff --git a/package.json b/package.json index b296d638ca..b455b34a16 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,8 @@ "bun": "^1.3.0" }, "overrides": { - "test-exclude": "^7.0.1" + "test-exclude": "^7.0.1", + "lodash": "^4.18.0" }, "dependencies": { "@anthropic-ai/claude-agent-sdk": "^0.2.74"