From b06e8ee0ed129f8619c234a382a2527722135046 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jul 2024 10:55:19 +0000 Subject: [PATCH] Upgrade: Bump typescript from 5.5.2 to 5.5.3 in /document-conversion Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.5.2 to 5.5.3. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](https://github.com/Microsoft/TypeScript/compare/v5.5.2...v5.5.3) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- document-conversion/package-lock.json | 14 +++++++------- document-conversion/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/document-conversion/package-lock.json b/document-conversion/package-lock.json index b42f1db..5c71c40 100644 --- a/document-conversion/package-lock.json +++ b/document-conversion/package-lock.json @@ -35,7 +35,7 @@ "eslint": "^9.6.0", "markdown-it": "^14.1.0", "ts-loader": "^9.5.1", - "typescript": "^5.5.2" + "typescript": "^5.5.3" } }, "node_modules/@aashutoshrathi/word-wrap": { @@ -7178,9 +7178,9 @@ } }, "node_modules/typescript": { - "version": "5.5.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.2.tgz", - "integrity": "sha512-NcRtPEOsPFFWjobJEtfihkLCZCXZt/os3zf8nTxjVH3RvTSxjrCamJpbExGvYOF+tFHc3pA65qpdwPbzjohhew==", + "version": "5.5.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.3.tgz", + "integrity": "sha512-/hreyEujaB0w76zKo6717l3L0o/qEUtRgdvUBvlkhoWeOVMjMuHNHk0BRBzikzuGDqNmPQbg5ifMEqsHLiIUcQ==", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" @@ -12878,9 +12878,9 @@ } }, "typescript": { - "version": "5.5.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.2.tgz", - "integrity": "sha512-NcRtPEOsPFFWjobJEtfihkLCZCXZt/os3zf8nTxjVH3RvTSxjrCamJpbExGvYOF+tFHc3pA65qpdwPbzjohhew==" + "version": "5.5.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.3.tgz", + "integrity": "sha512-/hreyEujaB0w76zKo6717l3L0o/qEUtRgdvUBvlkhoWeOVMjMuHNHk0BRBzikzuGDqNmPQbg5ifMEqsHLiIUcQ==" }, "uc.micro": { "version": "2.1.0", diff --git a/document-conversion/package.json b/document-conversion/package.json index 7515b1c..24dbefd 100644 --- a/document-conversion/package.json +++ b/document-conversion/package.json @@ -36,6 +36,6 @@ "eslint": "^9.6.0", "markdown-it": "^14.1.0", "ts-loader": "^9.5.1", - "typescript": "^5.5.2" + "typescript": "^5.5.3" } }