diff --git a/package-lock.json b/package-lock.json index 66f0ebd..b0ba3b7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21248,7 +21248,7 @@ "ts-node": "10.9.2", "ts-patch": "3.3.0", "tsc-watch": "6.2.1", - "typescript": "5.7.2", + "typescript": "5.5.4", "typescript-transform-paths": "3.5.2" }, "engines": { @@ -21373,6 +21373,20 @@ "funding": { "url": "https://github.com/sponsors/isaacs" } + }, + "semantic-release/node_modules/typescript": { + "version": "5.5.4", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.4.tgz", + "integrity": "sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==", + "dev": true, + "license": "Apache-2.0", + "bin": { + "tsc": "bin/tsc", + "tsserver": "bin/tsserver" + }, + "engines": { + "node": ">=14.17" + } } } } diff --git a/semantic-release/package.json b/semantic-release/package.json index 22edbd2..6cf05a3 100644 --- a/semantic-release/package.json +++ b/semantic-release/package.json @@ -23,7 +23,7 @@ "ts-node": "10.9.2", "ts-patch": "3.3.0", "tsc-watch": "6.2.1", - "typescript": "5.7.2", + "typescript": "5.5.4", "typescript-transform-paths": "3.5.2" }, "engines": {