From 2a884dc3900ef1feea7e5eb4eed0f6b69974f543 Mon Sep 17 00:00:00 2001 From: caroldelwing Date: Thu, 2 Jan 2025 18:16:39 -0300 Subject: [PATCH] chore: bump typescript from 5.3.3 to 5.7.2 (#5194) (#5211) Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.3.3 to 5.7.2. - [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/v5.3.3...v5.7.2) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 7 ++++--- package.json | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 356caa4672..24b0bd1aaf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -78,7 +78,7 @@ "semantic-release": "^24.1.0", "test-links": "^0.0.1", "ts-jest": "^29.1.4", - "typescript": "^5.1.6", + "typescript": "^5.7.2", "typescript-plugin-css-modules": "^5.1.0", "webpconvert": "^3.0.1", "xml2js": "^0.6.2" @@ -66316,8 +66316,9 @@ } }, "node_modules/typescript": { - "version": "5.3.3", - "license": "Apache-2.0", + "version": "5.7.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.2.tgz", + "integrity": "sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg==", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" diff --git a/package.json b/package.json index 0959cb3334..952b32778a 100644 --- a/package.json +++ b/package.json @@ -105,7 +105,7 @@ "semantic-release": "^24.1.0", "test-links": "^0.0.1", "ts-jest": "^29.1.4", - "typescript": "^5.1.6", + "typescript": "^5.7.2", "typescript-plugin-css-modules": "^5.1.0", "webpconvert": "^3.0.1", "xml2js": "^0.6.2"