diff --git a/typescript/package-lock.json b/typescript/package-lock.json index 6800d32..b04ea78 100644 --- a/typescript/package-lock.json +++ b/typescript/package-lock.json @@ -14,7 +14,7 @@ "@typescript-eslint/parser": "8.44.0", "@typescript-eslint/typescript-estree": "8.44.0", "cli-progress": "3.12.0", - "commander": "14.0.1", + "commander": "14.0.2", "eslint": "9.36.0", "json5": "2.2.3", "minimatch": "10.0.3", @@ -2697,9 +2697,9 @@ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" }, "node_modules/commander": { - "version": "14.0.1", - "resolved": "https://registry.npmjs.org/commander/-/commander-14.0.1.tgz", - "integrity": "sha512-2JkV3gUZUVrbNA+1sjBOYLsMZ5cEEl8GTFP2a4AVz5hvasAMCQ1D2l2le/cX+pV4N6ZU17zjUahLpIXRrnWL8A==", + "version": "14.0.2", + "resolved": "https://registry.npmjs.org/commander/-/commander-14.0.2.tgz", + "integrity": "sha512-TywoWNNRbhoD0BXs1P3ZEScW8W5iKrnbithIl0YH+uCmBd0QpPOA8yc82DS3BIE5Ma6FnBVUsJ7wVUDz4dvOWQ==", "license": "MIT", "engines": { "node": ">=20" diff --git a/typescript/package.json b/typescript/package.json index 0ef4341..52a5950 100644 --- a/typescript/package.json +++ b/typescript/package.json @@ -16,7 +16,7 @@ "@typescript-eslint/parser": "8.44.0", "@typescript-eslint/typescript-estree": "8.44.0", "cli-progress": "3.12.0", - "commander": "14.0.1", + "commander": "14.0.2", "eslint": "9.36.0", "json5": "2.2.3", "minimatch": "10.0.3",