From 4c16d71314bfe3605d7241c74359f00dc9767142 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jul 2021 01:03:13 +0000 Subject: [PATCH] chore(deps-dev): bump typescript from 3.9.5 to 4.3.5 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.9.5 to 4.3.5. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v3.9.5...v4.3.5) --- 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..ac30520 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.3.5", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.3.5.tgz", + "integrity": "sha512-DqQgihaQ9cUrskJo9kIyW/+g0Vxsk8cDtZ52a3NGh0YNTfpUSArXSohyUGnvbPazEPLu398C0UxmKSOrPumUzA==", "dev": true }, "uc.micro": { diff --git a/package.json b/package.json index cf03188..d618086 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.3.5" }, "scripts": { "lint": "npm run check-node-version && npm run lint:es && npm run lint:md && npm run lint:sh",