From b47ed4fca7f0a970f111927c5b3df10431bd1454 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Jan 2023 06:13:14 +0000 Subject: [PATCH] Bump typescript from 4.5.4 to 4.9.5 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.5.4 to 4.9.5. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/commits) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1c11d65e35..9409705a80 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "react-countdown": "^2.3.2", "react-dom": "^17.0.2", "react-scripts": "5.0.0", - "typescript": "^4.5.4", + "typescript": "^4.9.5", "ua-parser-js": "^1.0.2", "web-vitals": "^2.1.3" }, @@ -15234,9 +15234,9 @@ } }, "node_modules/typescript": { - "version": "4.5.4", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.5.4.tgz", - "integrity": "sha512-VgYs2A2QIRuGphtzFV7aQJduJ2gyfTljngLzjpfW9FoYZF6xuw1W0vW9ghCKLfcWrCFxK81CSGRAvS1pn4fIUg==", + "version": "4.9.5", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz", + "integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" @@ -27233,9 +27233,9 @@ } }, "typescript": { - "version": "4.5.4", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.5.4.tgz", - "integrity": "sha512-VgYs2A2QIRuGphtzFV7aQJduJ2gyfTljngLzjpfW9FoYZF6xuw1W0vW9ghCKLfcWrCFxK81CSGRAvS1pn4fIUg==" + "version": "4.9.5", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz", + "integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==" }, "ua-parser-js": { "version": "1.0.2", diff --git a/package.json b/package.json index c0a0f7d0be..a49af88f1f 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "react-countdown": "^2.3.2", "react-dom": "^17.0.2", "react-scripts": "5.0.0", - "typescript": "^4.5.4", + "typescript": "^4.9.5", "ua-parser-js": "^1.0.2", "web-vitals": "^2.1.3" },