From 94c49f9c8c5f21f13c594ee4222a95aa7e4ba24a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Dec 2023 15:41:49 +0000 Subject: [PATCH] Bump typescript from 5.2.2 to 5.3.3 in /documentation Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.2.2 to 5.3.3. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v5.2.2...v5.3.3) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- documentation/package-lock.json | 14 +++++++------- documentation/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/documentation/package-lock.json b/documentation/package-lock.json index afc22a7..722f354 100644 --- a/documentation/package-lock.json +++ b/documentation/package-lock.json @@ -45,7 +45,7 @@ "fs-extra": "^11.1.1", "react-docgen-typescript": "^2.2.2", "sucrase": "^3.34.0", - "typescript": "^5.2.2" + "typescript": "^5.3.3" } }, "node_modules/@algolia/autocomplete-core": { @@ -14424,9 +14424,9 @@ } }, "node_modules/typescript": { - "version": "5.2.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.2.2.tgz", - "integrity": "sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w==", + "version": "5.3.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.3.3.tgz", + "integrity": "sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" @@ -26131,9 +26131,9 @@ } }, "typescript": { - "version": "5.2.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.2.2.tgz", - "integrity": "sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w==" + "version": "5.3.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.3.3.tgz", + "integrity": "sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==" }, "ua-parser-js": { "version": "1.0.36", diff --git a/documentation/package.json b/documentation/package.json index 4bc5b8b..0051410 100644 --- a/documentation/package.json +++ b/documentation/package.json @@ -62,6 +62,6 @@ "fs-extra": "^11.1.1", "react-docgen-typescript": "^2.2.2", "sucrase": "^3.34.0", - "typescript": "^5.2.2" + "typescript": "^5.3.3" } }