From be57cc2a75f50cff8faeac46ada9caba1e705e6c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Dec 2022 04:04:29 +0000 Subject: [PATCH] Bump typescript from 3.8.3 to 4.9.4 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.8.3 to 4.9.4. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v3.8.3...v4.9.4) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++++++--- package.json | 2 +- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index ef5c308a26..f16493767c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1385,9 +1385,9 @@ "integrity": "sha1-WuaBd/GS1EViadEIr6k/+HQ/T2Q=" }, "typescript": { - "version": "3.8.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-3.8.3.tgz", - "integrity": "sha512-MYlEfn5VrLNsgudQTVJeNaQFUAI7DkhnOjdpAp4T+ku1TfQClewlbSuTVHiA+8skNBgaf02TL/kLOvig4y3G8w==", + "version": "4.9.4", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.4.tgz", + "integrity": "sha512-Uz+dTXYzxXXbsFpM86Wh3dKCxrQqUcVMxwU54orwlJjOpO3ao8L7j5lH+dWfTwgCwIuM9GQ2kvVotzYJMXTBZg==", "dev": true }, "typescript-json-schema": { @@ -1401,6 +1401,14 @@ "json-stable-stringify": "^1.0.1", "typescript": "^3.5.3", "yargs": "^14.0.0" + }, + "dependencies": { + "typescript": { + "version": "3.9.10", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-3.9.10.tgz", + "integrity": "sha512-w6fIxVE/H1PkLKcCPsFqKE7Kv7QUwhU8qQY2MueZXWx5cPZdwFupLgKK3vntcK98BtNHZtAF4LA/yl2a7k8R6Q==", + "dev": true + } } }, "uri-js": { diff --git a/package.json b/package.json index bc56abf772..0ea0570d76 100644 --- a/package.json +++ b/package.json @@ -195,7 +195,7 @@ "@types/request": "2.48.3", "ts-node": "8.6.2", "tslint": "^5.20.1", - "typescript": "3.8.3", + "typescript": "4.9.4", "vscode": "^1.1.36", "@types/mocha": "5.2.7", "@types/ws": "7.2.2",