From 81a4e7738f85af4dc5e30b04ac51dd02380cd30b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jun 2022 06:11:20 +0000 Subject: [PATCH] chore(deps-dev): Bump typescript from 4.4.2 to 4.7.4 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.4.2 to 4.7.4. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.4.2...v4.7.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 8020314..a06ec06 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18399,9 +18399,9 @@ } }, "typescript": { - "version": "4.4.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.4.2.tgz", - "integrity": "sha512-gzP+t5W4hdy4c+68bfcv0t400HVJMMd2+H9B7gae1nQlBzCqvrXX+6GL/b3GAgyTH966pzrZ70/fRjwAtZksSQ==", + "version": "4.7.4", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.7.4.tgz", + "integrity": "sha512-C0WQT0gezHuw6AdY1M2jxUO83Rjf0HP7Sk1DtXj6j1EwkQNZrHAg2XPWlq62oqEhYvONq5pkC2Y9oPljWToLmQ==", "dev": true }, "unicode-canonical-property-names-ecmascript": { diff --git a/package.json b/package.json index 5d54751..3eb266d 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "prettier": "2.3.2", "react-scripts": "4.0.3", "shelljs": "^0.8.4", - "typescript": "~4.4.2" + "typescript": "~4.7.4" }, "scripts": { "start": "react-scripts start",