From fa449794ce3b6679e5a16c68a5356e9f0a511fb7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Oct 2023 09:42:04 +0000 Subject: [PATCH] Bump typescript from 4.9.4 to 5.2.2 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.9.4 to 5.2.2. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.9.4...v5.2.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 c4cea3bd..8dc68c32 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "mocha": "^10.2.0", "prebuild": "^12.0.0", "typedoc": "^0.25.1", - "typescript": "^4.9.4" + "typescript": "^5.2.2" }, "binary": { "napi_versions": [ diff --git a/yarn.lock b/yarn.lock index 9f5fa35b..81f98dc5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2898,10 +2898,10 @@ typedoc@^0.25.1: minimatch "^9.0.3" shiki "^0.14.1" -typescript@^4.9.4: - version "4.9.4" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.4.tgz#a2a3d2756c079abda241d75f149df9d561091e78" - integrity sha512-Uz+dTXYzxXXbsFpM86Wh3dKCxrQqUcVMxwU54orwlJjOpO3ao8L7j5lH+dWfTwgCwIuM9GQ2kvVotzYJMXTBZg== +typescript@^5.2.2: + version "5.2.2" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.2.2.tgz#5ebb5e5a5b75f085f22bc3f8460fba308310fa78" + integrity sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w== undici-types@~5.25.1: version "5.25.3"