From a481f698a9b2682422c06e392044514e069fab70 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Apr 2021 05:20:21 +0000 Subject: [PATCH] chore(deps-dev): bump typescript from 3.9.5 to 4.2.4 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.9.5 to 4.2.4. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/commits) 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..44dcd41 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.2.4", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.2.4.tgz", + "integrity": "sha512-V+evlYHZnQkaz8TRBuxTA92yZBPotr5H+WhQ7bD3hZUndx5tGOa1fuCgeSjxAzM1RiN5IzvadIXTVefuuwZCRg==", "dev": true }, "uc.micro": { diff --git a/package.json b/package.json index cf03188..86bb0f1 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.2.4" }, "scripts": { "lint": "npm run check-node-version && npm run lint:es && npm run lint:md && npm run lint:sh",