diff --git a/servers/execution/runner/package.json b/servers/execution/runner/package.json index d051a9c3f..89addd531 100644 --- a/servers/execution/runner/package.json +++ b/servers/execution/runner/package.json @@ -74,7 +74,7 @@ "@nestjs/core": "^10.4.6", "@nestjs/platform-express": "^10.4.6", "chalk": "^5.3.0", - "commander": "^12.1.0", + "commander": "^14.0.1", "cross-env": "^7.0.3", "execa": "^9.5.0", "express": "^4.21.1", diff --git a/servers/execution/runner/yarn.lock b/servers/execution/runner/yarn.lock index 6ed138888..6c411da15 100644 --- a/servers/execution/runner/yarn.lock +++ b/servers/execution/runner/yarn.lock @@ -2157,10 +2157,10 @@ commander@4.1.1: resolved "https://registry.yarnpkg.com/commander/-/commander-4.1.1.tgz#9fd602bd936294e9e9ef46a3f4d6964044b18068" integrity sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA== -commander@^12.1.0: - version "12.1.0" - resolved "https://registry.yarnpkg.com/commander/-/commander-12.1.0.tgz#01423b36f501259fdaac4d0e4d60c96c991585d3" - integrity sha512-Vw8qHK3bZM9y/P10u3Vib8o/DdkvA2OtPtZvD871QKjy74Wj1WSKFILMPRPSdUSx5RFK1arlJzEtA4PkFgnbuA== +commander@^14.0.1: + version "14.0.1" + resolved "https://registry.yarnpkg.com/commander/-/commander-14.0.1.tgz#2f9225c19e6ebd0dc4404dd45821b2caa17ea09b" + integrity sha512-2JkV3gUZUVrbNA+1sjBOYLsMZ5cEEl8GTFP2a4AVz5hvasAMCQ1D2l2le/cX+pV4N6ZU17zjUahLpIXRrnWL8A== commander@^2.20.0: version "2.20.3"