From 35dcb2db0ec4b049bf98e4cf74ef98971b98e1f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 Feb 2023 01:14:44 +0000 Subject: [PATCH] chore(deps): bump typescript from 4.1.3 to 4.9.5 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.1.3 to 4.9.5. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.1.3...v4.9.5) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:production 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 4cf4d45d4efe..b37c8ff4ed60 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24435,9 +24435,9 @@ } }, "typescript": { - "version": "4.1.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.1.3.tgz", - "integrity": "sha512-B3ZIOf1IKeH2ixgHhj6la6xdwR9QrLC5d1VKeCSY4tvkqhF2eqd9O7txNlS0PO3GrBAFIdr3L1ndNwteUbZLYg==" + "version": "4.9.5", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz", + "integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==" }, "unicode-canonical-property-names-ecmascript": { "version": "1.0.4", diff --git a/package.json b/package.json index 5f193c11bc1c..67895fea3155 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "react-scripts": "4.0.1", "roughjs": "4.3.1", "socket.io-client": "2.3.1", - "typescript": "4.1.3" + "typescript": "4.9.5" }, "devDependencies": { "@types/lodash.throttle": "4.1.6",