From 1656c89f9b5ae181ed5bc70ecc7ce15013c3a063 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Sep 2021 12:05:37 +0000 Subject: [PATCH] build(deps): bump typescript from 4.2.2 to 4.4.3 in /docs Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.2.2 to 4.4.3. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.2.2...v4.4.3) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor ... 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..ac13e3be 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.4.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.4.3.tgz", + "integrity": "sha512-4xfscpisVgqqDfPaJo5vkd+Qd/ItkoagnHpufr+i2QCHBsNYp+G7UAoyFl8aPtx879u38wPV65rZ8qbGZijalA==", "dev": true }, "ua-parser-js": { diff --git a/docs/package.json b/docs/package.json index a63389e7..e1318b23 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.4.3" } }