From e631c6c5848bc9f70885187f81d1c87a6a9833c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Jan 2022 14:11:11 +0000 Subject: [PATCH] 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:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 11 +++++++---- package.json | 2 +- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index cc90e21..78f0a88 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,7 +32,7 @@ "react-router": "^6.0.2", "react-router-dom": "^6.1.1", "react-scripts": "4.0.3", - "typescript": "^4.4.2", + "typescript": "^4.5.5", "web-vitals": "^1.1.2" }, "engines": { @@ -19360,8 +19360,9 @@ } }, "node_modules/typescript": { - "version": "4.4.2", - "license": "Apache-2.0", + "version": "4.5.5", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.5.5.tgz", + "integrity": "sha512-TCTIul70LyWe6IJWT8QSYeA54WQe8EjQFU4wY52Fasj5UKx88LNYKCgBEHcOMOrFF1rKGbD8v/xcNWVUq9SymA==", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" @@ -33679,7 +33680,9 @@ } }, "typescript": { - "version": "4.4.2" + "version": "4.5.5", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.5.5.tgz", + "integrity": "sha512-TCTIul70LyWe6IJWT8QSYeA54WQe8EjQFU4wY52Fasj5UKx88LNYKCgBEHcOMOrFF1rKGbD8v/xcNWVUq9SymA==" }, "unbox-primitive": { "version": "1.0.1", diff --git a/package.json b/package.json index e647f37..071a3e6 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "react-router": "^6.0.2", "react-router-dom": "^6.1.1", "react-scripts": "4.0.3", - "typescript": "^4.4.2", + "typescript": "^4.5.5", "web-vitals": "^1.1.2" }, "scripts": {