diff --git a/lib/xcode.ts b/lib/xcode.ts index 9c6a403..b724d92 100644 --- a/lib/xcode.ts +++ b/lib/xcode.ts @@ -93,9 +93,8 @@ export async function getPathFromDeveloperDir(): Promise { * @returns Full path to Xcode Developer subfolder timeout * @throws {Error} If there was an error while retrieving the path. */ -export const getPath = util.memoize( - (timeout: number = XCRUN_TIMEOUT): Promise => - process.env.DEVELOPER_DIR ? getPathFromDeveloperDir() : getPathFromXcodeSelect(timeout), +export const getPath = util.memoize((timeout: number = XCRUN_TIMEOUT): Promise => + process.env.DEVELOPER_DIR ? getPathFromDeveloperDir() : getPathFromXcodeSelect(timeout), ); /** diff --git a/package.json b/package.json index 2d2e3a0..5ef926e 100644 --- a/package.json +++ b/package.json @@ -64,9 +64,9 @@ "@types/semver": "^7.7.1", "chai": "^6.0.0", "chai-as-promised": "^8.0.0", - "conventional-changelog-conventionalcommits": "^9.0.0", + "conventional-changelog-conventionalcommits": "^10.2.0", "mocha": "^11.0.1", - "prettier": "^3.0.0", + "prettier": "^3.9.3", "semantic-release": "^25.0.2", "ts-node": "^10.9.1", "typescript": "^6.0.2"