From 1a1abd0b9c5db7c36438ce0e95cd6a5f5eb02a86 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jan 2025 12:41:38 +0000 Subject: [PATCH] build(deps-dev): bump typescript from 4.9.5 to 5.7.3 Bumps [typescript](https://github.com/microsoft/TypeScript) from 4.9.5 to 5.7.3. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](https://github.com/microsoft/TypeScript/compare/v4.9.5...v5.7.3) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 25 ++++++------------------- package.json | 2 +- 2 files changed, 7 insertions(+), 20 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1fec3ac32..6ad467fe3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -92,7 +92,7 @@ "ts-loader": "^9.2.3", "ts-node": "^10.9.1", "tsconfig-paths": "^4.1.0", - "typescript": "^4.8.3", + "typescript": "^5.7.3", "wait-on": "^8.0.0" } }, @@ -2886,20 +2886,6 @@ "url": "https://paulmillr.com/funding/" } }, - "node_modules/@nestjs/cli/node_modules/typescript": { - "version": "5.7.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.3.tgz", - "integrity": "sha512-84MVSjMEHP+FQRPy3pX9sTVV/INIex71s9TL2Gm5FG/WG1SqXeKyZ0k7/blY/4FdOzI12CBy1vGc4og/eus0fw==", - "dev": true, - "license": "Apache-2.0", - "bin": { - "tsc": "bin/tsc", - "tsserver": "bin/tsserver" - }, - "engines": { - "node": ">=14.17" - } - }, "node_modules/@nestjs/common": { "version": "10.4.15", "resolved": "https://registry.npmjs.org/@nestjs/common/-/common-10.4.15.tgz", @@ -14280,16 +14266,17 @@ } }, "node_modules/typescript": { - "version": "4.9.5", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz", - "integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==", + "version": "5.7.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.3.tgz", + "integrity": "sha512-84MVSjMEHP+FQRPy3pX9sTVV/INIex71s9TL2Gm5FG/WG1SqXeKyZ0k7/blY/4FdOzI12CBy1vGc4og/eus0fw==", "dev": true, + "license": "Apache-2.0", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" }, "engines": { - "node": ">=4.2.0" + "node": ">=14.17" } }, "node_modules/typical": { diff --git a/package.json b/package.json index c5bf51e07..e1a3d8486 100644 --- a/package.json +++ b/package.json @@ -121,7 +121,7 @@ "ts-loader": "^9.2.3", "ts-node": "^10.9.1", "tsconfig-paths": "^4.1.0", - "typescript": "^4.8.3", + "typescript": "^5.7.3", "wait-on": "^8.0.0" }, "jest": {