From e74c2432ee89ab0a645c68145854878a80652352 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jan 2022 06:03:49 +0000 Subject: [PATCH] chore(deps-dev): Bump typescript from 4.4.2 to 4.5.5 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.4.2 to 4.5.5. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.4.2...v4.5.5) --- 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..16d80dd 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.5", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.5.5.tgz", + "integrity": "sha512-TCTIul70LyWe6IJWT8QSYeA54WQe8EjQFU4wY52Fasj5UKx88LNYKCgBEHcOMOrFF1rKGbD8v/xcNWVUq9SymA==", "dev": true }, "unicode-canonical-property-names-ecmascript": { diff --git a/package.json b/package.json index 5d54751..730b153 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.5" }, "scripts": { "start": "react-scripts start",