From 5ff48861db6b521519cf48d1a57bc620e469f000 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Mar 2021 07:47:57 +0000 Subject: [PATCH] build(deps): bump typescript from 4.2.2 to 4.2.3 in /docs Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.2.2 to 4.2.3. - [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 5c7f37c6..8fc564b5 100644 --- a/docs/package-lock.json +++ b/docs/package-lock.json @@ -13693,9 +13693,9 @@ } }, "typescript": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.1.2.tgz", - "integrity": "sha512-thGloWsGH3SOxv1SoY7QojKi0tc+8FnOmiarEGMbd/lar7QOEd3hvlx3Fp5y6FlDUGl9L+pd4n2e+oToGMmhRQ==", + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.2.3.tgz", + "integrity": "sha512-qOcYwxaByStAWrBf4x0fibwZvMRG+r4cQoTjbPtUlrWjBHbmCAww1i448U0GJ+3cNNEtebDteo/cHOR3xJ4wEw==", "dev": true }, "ua-parser-js": { diff --git a/docs/package.json b/docs/package.json index 85cf0605..6c3a34bb 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.1.2" + "typescript": "^4.2.3" } }