From b197e98250fd9c342a91d103f2495c6a99af5965 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Sep 2021 01:16:44 +0000 Subject: [PATCH] chore(deps-dev): bump typescript from 3.9.5 to 4.4.3 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.9.5 to 4.4.3. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v3.9.5...v4.4.3) --- 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 00d4ddd..ce88994 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7363,9 +7363,9 @@ "integrity": "sha512-Ka0DBegjuV9IPYFT1h0Qqk5U4pccebNIJCGl8C5uU7xtOs+jpJvKGAY4fHGK25hTmXZOEUl9Cnsg5cS6K/b5DA==" }, "typescript": { - "version": "3.9.5", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-3.9.5.tgz", - "integrity": "sha512-hSAifV3k+i6lEoCJ2k6R2Z/rp/H3+8sdmcn5NrS3/3kE7+RyZXm9aqvxWqjEXHAd8b0pShatpcdMTvEdvAJltQ==", + "version": "4.4.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.4.3.tgz", + "integrity": "sha512-4xfscpisVgqqDfPaJo5vkd+Qd/ItkoagnHpufr+i2QCHBsNYp+G7UAoyFl8aPtx879u38wPV65rZ8qbGZijalA==", "dev": true }, "uc.micro": { diff --git a/package.json b/package.json index cf03188..979b3c4 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "prettier": "^2.0.5", "shellcheck": "^0.4.2", "ts-node": "^8.10.2", - "typescript": "^3.9.5" + "typescript": "^4.4.3" }, "scripts": { "lint": "npm run check-node-version && npm run lint:es && npm run lint:md && npm run lint:sh",