From 5c42b2a720fbf994b45142483d04438fa1072bd2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Aug 2023 04:26:12 +0000 Subject: [PATCH] Bump typescript in /typescript_with_addon/node-addon-api Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.9.5 to 5.2.2. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/commits) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- typescript_with_addon/node-addon-api/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typescript_with_addon/node-addon-api/package.json b/typescript_with_addon/node-addon-api/package.json index f42673a7..5749a23e 100644 --- a/typescript_with_addon/node-addon-api/package.json +++ b/typescript_with_addon/node-addon-api/package.json @@ -12,6 +12,6 @@ }, "devDependencies": { "ts-node": "^9.0.0", - "typescript": "^4.0.3" + "typescript": "^5.2.2" } }