From 3a5c7d352b9f7089cd6d82c928ea4b84d1764152 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Oct 2023 09:18:02 +0000 Subject: [PATCH] Bump @microsoft/kiota-serialization-text in /it/typescript Bumps [@microsoft/kiota-serialization-text](https://github.com/microsoft-typescript/kiota) from 1.0.0-preview.25 to 1.0.0-preview.26. - [Commits](https://github.com/microsoft-typescript/kiota/commits) --- updated-dependencies: - dependency-name: "@microsoft/kiota-serialization-text" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- it/typescript/package-lock.json | 10 +++++----- it/typescript/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/it/typescript/package-lock.json b/it/typescript/package-lock.json index 4f3ed9a33c..89a0fd469d 100644 --- a/it/typescript/package-lock.json +++ b/it/typescript/package-lock.json @@ -16,7 +16,7 @@ "@microsoft/kiota-serialization-form": "^1.0.0-preview.18", "@microsoft/kiota-serialization-json": "^1.0.0-preview.28", "@microsoft/kiota-serialization-multipart": "^1.0.0-preview.7", - "@microsoft/kiota-serialization-text": "^1.0.0-preview.25", + "@microsoft/kiota-serialization-text": "^1.0.0-preview.26", "express": "^4.18.2", "node-fetch": "^2.7.0" }, @@ -738,11 +738,11 @@ } }, "node_modules/@microsoft/kiota-serialization-text": { - "version": "1.0.0-preview.25", - "resolved": "https://registry.npmjs.org/@microsoft/kiota-serialization-text/-/kiota-serialization-text-1.0.0-preview.25.tgz", - "integrity": "sha512-KmEJhSgJKIqRi8GXpx7ciSLhnjvqCHKVsQhAmXMcYfOJrRuzpHtuV2XtnHAbfZojt5bCdjTGwTr50uN8gMkkwA==", + "version": "1.0.0-preview.26", + "resolved": "https://registry.npmjs.org/@microsoft/kiota-serialization-text/-/kiota-serialization-text-1.0.0-preview.26.tgz", + "integrity": "sha512-XUBCHXfaEoiROKF8PiT/XSd2vGlIwLOpjUgyUiDKI61eUnE4Vx+/cf6TlA3bzM4wXJXmBO7TrV0fY1WlObuEGw==", "dependencies": { - "@microsoft/kiota-abstractions": "^1.0.0-preview.28", + "@microsoft/kiota-abstractions": "^1.0.0-preview.29", "guid-typescript": "^1.0.9", "tslib": "^2.3.1" } diff --git a/it/typescript/package.json b/it/typescript/package.json index 789a6766eb..2cb53f98db 100644 --- a/it/typescript/package.json +++ b/it/typescript/package.json @@ -37,7 +37,7 @@ "@microsoft/kiota-serialization-form": "^1.0.0-preview.18", "@microsoft/kiota-serialization-json": "^1.0.0-preview.28", "@microsoft/kiota-serialization-multipart": "^1.0.0-preview.7", - "@microsoft/kiota-serialization-text": "^1.0.0-preview.25", + "@microsoft/kiota-serialization-text": "^1.0.0-preview.26", "express": "^4.18.2", "node-fetch": "^2.7.0" }