From 49858bba838164d0883e3004aec0eefb9ab1c75d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Oct 2021 02:07:55 +0000 Subject: [PATCH] Bump typescript from 3.5.3 to 4.4.4 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.5.3 to 4.4.4. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v3.5.3...v4.4.4) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-major ... 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 3ad299d0910d..cdbe196f8e5c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1943,9 +1943,9 @@ } }, "typescript": { - "version": "3.5.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-3.5.3.tgz", - "integrity": "sha512-ACzBtm/PhXBDId6a6sDJfroT2pOWt/oOnk4/dElG5G33ZL776N3Y6/6bKZJBFpd+b05F3Ct9qDjMeJmRWtE2/g==", + "version": "4.4.4", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.4.4.tgz", + "integrity": "sha512-DqGhF5IKoBl8WNf8C1gu8q0xZSInh9j1kJJMqT3a94w1JzVaBU4EXOSMrz9yDqMT0xt3selp83fuFMQ0uzv6qA==", "dev": true }, "unique-string": { diff --git a/package.json b/package.json index d10d45faace8..7a2c075f6835 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "prettier": "^2.1.2", "ts-node": "^10.1.0", "tslib": "^1.10.0", - "typescript": "^3.5.3" + "typescript": "^4.4.4" }, "homepage": "https://github.com/azure/azure-rest-api-specs", "repository": {