From 9c2da85e0e0c2024d84da028898980682e30fabf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Aug 2023 14:27:18 +0000 Subject: [PATCH] chore(deps-dev): bump typescript from 5.1.3 to 5.2.2 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.1.3 to 5.2.2. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v5.1.3...v5.2.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 7c59870..f348901 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "tempfile": "^5.0.0", "tempy": "^3.0.0", "ts-jest": "^29.1.0", - "typescript": "^5.1.3" + "typescript": "^5.2.2" } }, "node_modules/@actions/core": { @@ -6355,9 +6355,9 @@ } }, "node_modules/typescript": { - "version": "5.1.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.1.3.tgz", - "integrity": "sha512-XH627E9vkeqhlZFQuL+UsyAXEnibT0kWR2FWONlr4sTjvxyJYnyefgrkyECLzM5NenmKzRAy2rR/OlYLA1HkZw==", + "version": "5.2.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.2.2.tgz", + "integrity": "sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w==", "dev": true, "bin": { "tsc": "bin/tsc", diff --git a/package.json b/package.json index 4b310fb..e0a8c29 100644 --- a/package.json +++ b/package.json @@ -42,6 +42,6 @@ "tempfile": "^5.0.0", "tempy": "^3.0.0", "ts-jest": "^29.1.0", - "typescript": "^5.1.3" + "typescript": "^5.2.2" } }