From 0d5a4e512dfbb81c7b6b6677d47dbc70d0fb493b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 03:05:36 +0000 Subject: [PATCH] Bump typescript from 4.8.4 to 5.6.3 Bumps [typescript](https://github.com/microsoft/TypeScript) from 4.8.4 to 5.6.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.8.4...v5.6.3) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8b6c46916..f4b695758 100644 --- a/package-lock.json +++ b/package-lock.json @@ -40486,9 +40486,9 @@ } }, "typescript": { - "version": "4.8.4", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.8.4.tgz", - "integrity": "sha512-QCh+85mCy+h0IGff8r5XWzOVSbBO+KfeYrMQh7NJ58QujwcE22u+NUSmUxqF+un70P9GXKxa2HCNiTTMJknyjQ==", + "version": "5.6.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.3.tgz", + "integrity": "sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw==", "dev": true }, "unbox-primitive": { diff --git a/package.json b/package.json index 67209cd05..13837ed9a 100644 --- a/package.json +++ b/package.json @@ -105,7 +105,7 @@ "serverless-webpack": "5.15.0", "style-loader": "4.0.0", "supertest": "6.3.3", - "typescript": "4.8.4", + "typescript": "5.6.3", "use-async-effect": "2.2.7", "wait-on": "8.0.1", "webpack": "5.95.0",