From f1c2bc214548b83d8ce95a16a13aae5ec885ab3f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 01:26:56 +0000 Subject: [PATCH] Bump typescript from 4.9.5 to 5.3.2 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.9.5 to 5.3.2. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.9.5...v5.3.2) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 9e9f9b21ff..eee24903ef 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ "ts-jest": "^29.0.5", "ts-node-dev": "^2.0.0", "tslint": "^6.1.3", - "typescript": "^4.9.4" + "typescript": "^5.3.2" }, "dependencies": { "@aws-sdk/client-acm": "^3.309.0", diff --git a/yarn.lock b/yarn.lock index af06ba6235..3317563345 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6752,10 +6752,10 @@ typeorm@^0.3.14: uuid "^9.0.0" yargs "^17.6.2" -typescript@^4.9.4: - version "4.9.5" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.5.tgz#095979f9bcc0d09da324d58d03ce8f8374cbe65a" - integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g== +typescript@^5.3.2: + version "5.3.2" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.3.2.tgz#00d1c7c1c46928c5845c1ee8d0cc2791031d4c43" + integrity sha512-6l+RyNy7oAHDfxC4FzSJcz9vnjTKxrLpDG5M2Vu4SHRVNg6xzqZp6LYSR9zjqQTu8DU/f5xwxUdADOkbrIX2gQ== undefsafe@^2.0.5: version "2.0.5"