From def8c0b9f3d450b664f9a4e6f4644fec6662a677 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jul 2024 03:21:59 +0000 Subject: [PATCH] :arrow_up: Bump typescript from 4.8.4 to 5.5.3 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.8.4 to 5.5.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.5.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 1f10095..7d017bf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6052,9 +6052,9 @@ "dev": true }, "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.5.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.3.tgz", + "integrity": "sha512-/hreyEujaB0w76zKo6717l3L0o/qEUtRgdvUBvlkhoWeOVMjMuHNHk0BRBzikzuGDqNmPQbg5ifMEqsHLiIUcQ==", "dev": true }, "uglify-js": { diff --git a/package.json b/package.json index 8f12724..16cc7f4 100644 --- a/package.json +++ b/package.json @@ -42,6 +42,6 @@ "eslint": "^7.15.0", "ts-node": "^9.1.0", "tsc-watch": "^4.2.9", - "typescript": "^4.1.3" + "typescript": "^5.5.3" } }