From bd97b6dc139010cbdc2bf7c7847305159b30ca4e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Apr 2021 06:25:25 +0000 Subject: [PATCH] build(deps): bump typescript from 4.2.2 to 4.2.4 in /docs Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.2.2 to 4.2.4. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/commits) Signed-off-by: dependabot[bot] --- docs/package-lock.json | 6 +++--- docs/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/package-lock.json b/docs/package-lock.json index 44e7b90c..28a824d0 100644 --- a/docs/package-lock.json +++ b/docs/package-lock.json @@ -13693,9 +13693,9 @@ } }, "typescript": { - "version": "4.2.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.2.2.tgz", - "integrity": "sha512-tbb+NVrLfnsJy3M59lsDgrzWIflR4d4TIUjz+heUnHZwdF7YsrMTKoRERiIvI2lvBG95dfpLxB21WZhys1bgaQ==", + "version": "4.2.4", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.2.4.tgz", + "integrity": "sha512-V+evlYHZnQkaz8TRBuxTA92yZBPotr5H+WhQ7bD3hZUndx5tGOa1fuCgeSjxAzM1RiN5IzvadIXTVefuuwZCRg==", "dev": true }, "ua-parser-js": { diff --git a/docs/package.json b/docs/package.json index a63389e7..c1d321ad 100644 --- a/docs/package.json +++ b/docs/package.json @@ -36,6 +36,6 @@ "@types/react": "^16.9.56", "@types/react-helmet": "^6.1.0", "@types/react-router-dom": "^5.1.6", - "typescript": "^4.2.2" + "typescript": "^4.2.4" } }