From 2628e752d59fa0c2fe725c158b28f5173611dab2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Jan 2023 00:03:15 +0000 Subject: [PATCH] chore(deps): bump typescript from 4.6.3 to 4.9.5 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.6.3 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 | 11 +++++++---- package.json | 2 +- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 06bea88..5005fb9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "react-scripts": "5.0.1", "styled-components": "^5.3.5", "swr": "^1.3.0", - "typescript": "^4.6.3" + "typescript": "^4.9.5" }, "devDependencies": { "@testing-library/jest-dom": "^5.16.4", @@ -12713,8 +12713,9 @@ } }, "node_modules/typescript": { - "version": "4.6.3", - "license": "Apache-2.0", + "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" @@ -21209,7 +21210,9 @@ } }, "typescript": { - "version": "4.6.3" + "version": "4.9.5", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz", + "integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==" }, "unbox-primitive": { "version": "1.0.1", diff --git a/package.json b/package.json index 8ff677c..5a5eea1 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "react-scripts": "5.0.1", "styled-components": "^5.3.5", "swr": "^1.3.0", - "typescript": "^4.6.3" + "typescript": "^4.9.5" }, "scripts": { "start": "react-scripts start",