From ffc7d443233dbab1ab693ffc91e110b49c7932dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Apr 2023 08:33:49 +0000 Subject: [PATCH] Bump typescript from 2.9.2 to 5.0.4 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 2.9.2 to 5.0.4. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v2.9.2...v5.0.4) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 51c7b88..68c2fad 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ }, "devDependencies": { "@types/chai": "^3.4.35", - "typescript": "^2.2.1", + "typescript": "^5.0.4", "chai": "^3.5.0", "mocha": "^10.2.0", "@microsoft/microsoft-graph-client": "^0.3.2"