From edca2cfc3fa3f76cda8aac540cc574791eaf92f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Dec 2021 00:15:29 +0000 Subject: [PATCH] chore(deps-dev): bump typescript from 4.3.5 to 4.5.4 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.3.5 to 4.5.4. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.3.5...v4.5.4) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 20 +++++++++++++++++--- package.json | 2 +- 2 files changed, 18 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5bf6530..c21d7a9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -129,6 +129,13 @@ "resolve": "^1.15.1", "source-map": "^0.7.3", "typescript": "~4.3.2" + }, + "dependencies": { + "typescript": { + "version": "4.3.5", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.3.5.tgz", + "integrity": "sha512-DqQgihaQ9cUrskJo9kIyW/+g0Vxsk8cDtZ52a3NGh0YNTfpUSArXSohyUGnvbPazEPLu398C0UxmKSOrPumUzA==" + } } } } @@ -244,9 +251,9 @@ } }, "typescript": { - "version": "4.3.5", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.3.5.tgz", - "integrity": "sha512-DqQgihaQ9cUrskJo9kIyW/+g0Vxsk8cDtZ52a3NGh0YNTfpUSArXSohyUGnvbPazEPLu398C0UxmKSOrPumUzA==" + "version": "4.5.4", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.5.4.tgz", + "integrity": "sha512-VgYs2A2QIRuGphtzFV7aQJduJ2gyfTljngLzjpfW9FoYZF6xuw1W0vW9ghCKLfcWrCFxK81CSGRAvS1pn4fIUg==" }, "typescript-to-lua": { "version": "0.42.0", @@ -257,6 +264,13 @@ "resolve": "^1.15.1", "source-map": "^0.7.3", "typescript": "~4.3.2" + }, + "dependencies": { + "typescript": { + "version": "4.3.5", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.3.5.tgz", + "integrity": "sha512-DqQgihaQ9cUrskJo9kIyW/+g0Vxsk8cDtZ52a3NGh0YNTfpUSArXSohyUGnvbPazEPLu398C0UxmKSOrPumUzA==" + } } }, "wrappy": { diff --git a/package.json b/package.json index 6a20a83..45b1703 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "devDependencies": { "ts-node": "^9.1.1", "ttypescript": "^1.5.12", - "typescript": "^4.2.4", + "typescript": "^4.5.4", "typescript-to-lua": "^0.42.0" } }