From 36cf894633898124d43c8a17c99ced1b4ec35225 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Dec 2021 06:05:54 +0000 Subject: [PATCH] chore(deps-dev): Bump typescript from 4.4.2 to 4.5.4 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.4.2 to 4.5.4. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.4.2...v4.5.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..50ce452 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.5.4", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.5.4.tgz", + "integrity": "sha512-VgYs2A2QIRuGphtzFV7aQJduJ2gyfTljngLzjpfW9FoYZF6xuw1W0vW9ghCKLfcWrCFxK81CSGRAvS1pn4fIUg==", "dev": true }, "unicode-canonical-property-names-ecmascript": { diff --git a/package.json b/package.json index 5d54751..5f94445 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.5.4" }, "scripts": { "start": "react-scripts start",