From e606a8c7e95f0126ccac40ed710cce3ee323a206 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Feb 2023 06:18:46 +0000 Subject: [PATCH] chore(deps-dev): Bump typescript from 4.4.2 to 4.9.5 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.4.2 to 4.9.5. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.4.2...v4.9.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..aa0faa2 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.9.5", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz", + "integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==", "dev": true }, "unicode-canonical-property-names-ecmascript": { diff --git a/package.json b/package.json index 5d54751..c306316 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.9.5" }, "scripts": { "start": "react-scripts start",