From 31d404766f17939a5e91e6d2c05aa220a318bb24 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jun 2022 09:31:23 +0000 Subject: [PATCH] Bump typescript from 4.5.5 to 4.7.3 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.5.5 to 4.7.3. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.5.5...v4.7.3) --- 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..7644f86 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.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.7.3.tgz", + "integrity": "sha512-WOkT3XYvrpXx4vMMqlD+8R8R37fZkjyLGlxavMc4iB8lrl8L0DeTcHbYgw/v0N/z9wAFsgBhcsF0ruoySS22mA==", "dev": true }, "universal-user-agent": { diff --git a/package.json b/package.json index 76e2ea0..a5f7a33 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.3" } }