From e83b0cb56140cbf53586300e73891358d3f6796f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 May 2021 05:14:31 +0000 Subject: [PATCH] chore(deps-dev): bump typescript from 3.9.5 to 4.3.2 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.9.5 to 4.3.2. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v3.9.5...v4.3.2) 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..0c612a1 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.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.3.2.tgz", + "integrity": "sha512-zZ4hShnmnoVnAHpVHWpTcxdv7dWP60S2FsydQLV8V5PbS3FifjWFFRiHSWpDJahly88PRyV5teTSLoq4eG7mKw==", "dev": true }, "uc.micro": { diff --git a/package.json b/package.json index cf03188..e967e93 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.2" }, "scripts": { "lint": "npm run check-node-version && npm run lint:es && npm run lint:md && npm run lint:sh",