From 13f571c2fa487810fbc007bad028de6a418e5cb0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Dec 2022 11:07:18 +0000 Subject: [PATCH] build(deps): bump typescript from 4.2.2 to 4.9.4 in /docs Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.2.2 to 4.9.4. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.2.2...v4.9.4) --- 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..9b3068ee 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.9.4", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.4.tgz", + "integrity": "sha512-Uz+dTXYzxXXbsFpM86Wh3dKCxrQqUcVMxwU54orwlJjOpO3ao8L7j5lH+dWfTwgCwIuM9GQ2kvVotzYJMXTBZg==", "dev": true }, "ua-parser-js": { diff --git a/docs/package.json b/docs/package.json index a63389e7..ca1a6e24 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.9.4" } }