From d1a8c7615a2fb2ffe0c29959711bb8823b0d8fd6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 11 Dec 2022 01:21:42 +0000 Subject: [PATCH] chore(deps): bump typescript from 4.1.3 to 4.9.4 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.1.3 to 4.9.4. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.1.3...v4.9.4) --- 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..4b889d257016 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.4", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.4.tgz", + "integrity": "sha512-Uz+dTXYzxXXbsFpM86Wh3dKCxrQqUcVMxwU54orwlJjOpO3ao8L7j5lH+dWfTwgCwIuM9GQ2kvVotzYJMXTBZg==" }, "unicode-canonical-property-names-ecmascript": { "version": "1.0.4", diff --git a/package.json b/package.json index 0bc35697d21e..62daa9a11719 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.4" }, "devDependencies": { "@types/lodash.throttle": "4.1.6",