From ce09bf87dd8c181c35026045347f002459c265aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Mar 2022 00:15:51 +0000 Subject: [PATCH] chore(deps-dev): bump typescript from 4.1.3 to 4.6.2 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.1.3 to 4.6.2. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.1.3...v4.6.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 51e9954..812ec5d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8717,9 +8717,9 @@ } }, "typescript": { - "version": "4.1.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.1.3.tgz", - "integrity": "sha512-B3ZIOf1IKeH2ixgHhj6la6xdwR9QrLC5d1VKeCSY4tvkqhF2eqd9O7txNlS0PO3GrBAFIdr3L1ndNwteUbZLYg==", + "version": "4.6.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.6.2.tgz", + "integrity": "sha512-HM/hFigTBHZhLXshn9sN37H085+hQGeJHJ/X7LpBWLID/fbc2acUMfU+lGD98X81sKP+pFa9f0DZmCwB9GnbAg==", "dev": true }, "unbox-primitive": { diff --git a/package.json b/package.json index d306832..23200b7 100644 --- a/package.json +++ b/package.json @@ -43,6 +43,6 @@ "js-yaml": "^3.14.0", "prettier": "^2.2.1", "ts-jest": "^26.4.4", - "typescript": "^4.1.3" + "typescript": "^4.6.2" } }