From 792e799366cee9f2cf09b1df27057ece3ad792d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Dec 2021 03:22:15 +0000 Subject: [PATCH] Bump typescript from 4.2.3 to 4.5.4 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.2.3 to 4.5.4. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.2.3...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 | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0eb6fdf..5399082 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8385,9 +8385,9 @@ } }, "typescript": { - "version": "4.2.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.2.3.tgz", - "integrity": "sha512-qOcYwxaByStAWrBf4x0fibwZvMRG+r4cQoTjbPtUlrWjBHbmCAww1i448U0GJ+3cNNEtebDteo/cHOR3xJ4wEw==", + "version": "4.5.4", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.5.4.tgz", + "integrity": "sha512-VgYs2A2QIRuGphtzFV7aQJduJ2gyfTljngLzjpfW9FoYZF6xuw1W0vW9ghCKLfcWrCFxK81CSGRAvS1pn4fIUg==", "dev": true }, "undefsafe": { diff --git a/package.json b/package.json index 297c033..b2a70ec 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "nodemon": "^2.0.7", "ts-jest": "^25.2.1", "ts-node": "^8.6.2", - "typescript": "^4.2.3" + "typescript": "^4.5.4" }, "jest": { "moduleFileExtensions": [