From 93e732fd2cba42f6ae7cb9a35d1f2b99ba6b77c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Nov 2023 15:24:33 +0000 Subject: [PATCH] chore(deps-dev): bump typescript from 5.1.6 to 5.3.2 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.1.6 to 5.3.2. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v5.1.6...v5.3.2) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4f433e6..50f9104 100644 --- a/package-lock.json +++ b/package-lock.json @@ -40,7 +40,7 @@ "tap-xunit": "2.4.1", "ts-node": "10.9.1", "tsd": "0.29.0", - "typescript": "5.1.6", + "typescript": "5.3.2", "xo": "0.39.1" }, "engines": { @@ -11376,9 +11376,9 @@ } }, "node_modules/typescript": { - "version": "5.1.6", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.1.6.tgz", - "integrity": "sha512-zaWCozRZ6DLEWAWFrVDz1H6FVXzUSfTy5FUMWsQlU8Ym5JP9eO4xkTIROFCQvhQf61z6O/G6ugw3SgAnvvm+HA==", + "version": "5.3.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.3.2.tgz", + "integrity": "sha512-6l+RyNy7oAHDfxC4FzSJcz9vnjTKxrLpDG5M2Vu4SHRVNg6xzqZp6LYSR9zjqQTu8DU/f5xwxUdADOkbrIX2gQ==", "devOptional": true, "bin": { "tsc": "bin/tsc", diff --git a/package.json b/package.json index 7d01644..e8042c7 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ "tap-xunit": "2.4.1", "ts-node": "10.9.1", "tsd": "0.29.0", - "typescript": "5.1.6", + "typescript": "5.3.2", "xo": "0.39.1" }, "ava": {