From 176712a10a0087f18bb6a2539cb1c95428ee4783 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Jan 2022 22:05:42 +0000 Subject: [PATCH] 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: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 7a31b22..0778bbf 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.4", "web-vitals": "^1.1.2" }, "engines": { @@ -19360,8 +19360,9 @@ } }, "node_modules/typescript": { - "version": "4.4.2", - "license": "Apache-2.0", + "version": "4.5.4", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.5.4.tgz", + "integrity": "sha512-VgYs2A2QIRuGphtzFV7aQJduJ2gyfTljngLzjpfW9FoYZF6xuw1W0vW9ghCKLfcWrCFxK81CSGRAvS1pn4fIUg==", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" @@ -33679,7 +33680,9 @@ } }, "typescript": { - "version": "4.4.2" + "version": "4.5.4", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.5.4.tgz", + "integrity": "sha512-VgYs2A2QIRuGphtzFV7aQJduJ2gyfTljngLzjpfW9FoYZF6xuw1W0vW9ghCKLfcWrCFxK81CSGRAvS1pn4fIUg==" }, "unbox-primitive": { "version": "1.0.1", diff --git a/package.json b/package.json index 5fd7824..05c43d4 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.4", "web-vitals": "^1.1.2" }, "scripts": {