From f70c446a665169ab2dca9e9b33464ebb26cec7d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 May 2022 09:32:47 +0000 Subject: [PATCH] Bump typescript from 4.5.5 to 4.7.2 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.5.5 to 4.7.2. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.5.5...v4.7.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 64ab525..05150d5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3259,9 +3259,9 @@ } }, "typescript": { - "version": "4.5.5", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.5.5.tgz", - "integrity": "sha512-TCTIul70LyWe6IJWT8QSYeA54WQe8EjQFU4wY52Fasj5UKx88LNYKCgBEHcOMOrFF1rKGbD8v/xcNWVUq9SymA==", + "version": "4.7.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.7.2.tgz", + "integrity": "sha512-Mamb1iX2FDUpcTRzltPxgWMKy3fhg0TN378ylbktPGPK/99KbDtMQ4W1hwgsbPAsG3a0xKa1vmw4VKZQbkvz5A==", "dev": true }, "universal-user-agent": { diff --git a/package.json b/package.json index 76e2ea0..f253018 100644 --- a/package.json +++ b/package.json @@ -30,6 +30,6 @@ "jest": "27.4.7", "jest-circus": "27.4.6", "ts-jest": "27.1.2", - "typescript": "4.5.5" + "typescript": "4.7.2" } }