From 3c6ffae64ba03cd4495a6ed0ba656dbc06b0ec07 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Dec 2021 14:06:35 +0000 Subject: [PATCH] Bump typescript from 4.3.5 to 4.5.2 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.3.5 to 4.5.2. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.3.5...v4.5.2) --- 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 15676f1..ce512c2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7487,9 +7487,9 @@ } }, "typescript": { - "version": "4.3.5", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.3.5.tgz", - "integrity": "sha512-DqQgihaQ9cUrskJo9kIyW/+g0Vxsk8cDtZ52a3NGh0YNTfpUSArXSohyUGnvbPazEPLu398C0UxmKSOrPumUzA==", + "version": "4.5.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.5.2.tgz", + "integrity": "sha512-5BlMof9H1yGt0P8/WF+wPNw6GfctgGjXp5hkblpyT+8rkASSmkUKMXrxR0Xg8ThVCi/JnHQiKXeBaEwCeQwMFw==", "dev": true }, "unbox-primitive": { diff --git a/package.json b/package.json index 22f3a58..3dbe6de 100644 --- a/package.json +++ b/package.json @@ -45,6 +45,6 @@ "js-yaml": "^4.1.0", "prettier": "^2.4.1", "ts-jest": "^27.0.5", - "typescript": "^4.3.5" + "typescript": "^4.5.2" } }