From d39696e09f9afff4a232ed75eeba3c5d5e8bdbc7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Nov 2023 11:23:39 +0000 Subject: [PATCH] Bump @microsoft/kiota-serialization-json Bumps [@microsoft/kiota-serialization-json](https://github.com/microsoft/kiota-typescript) from 1.0.0-preview.29 to 1.0.0-preview.31. - [Release notes](https://github.com/microsoft/kiota-typescript/releases) - [Commits](https://github.com/microsoft/kiota-typescript/compare/@microsoft/kiota-serialization-json@1.0.0-preview.29...@microsoft/kiota-serialization-json@1.0.0-preview.31) --- updated-dependencies: - dependency-name: "@microsoft/kiota-serialization-json" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2eeae45e4c7..e65447f4d9e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -194,9 +194,9 @@ } }, "node_modules/@microsoft/kiota-abstractions": { - "version": "1.0.0-preview.29", - "resolved": "https://registry.npmjs.org/@microsoft/kiota-abstractions/-/kiota-abstractions-1.0.0-preview.29.tgz", - "integrity": "sha512-R9/Yh+mD6EFD+46iIpQjMiA7BgfrQF7AI4kuZYQteiPWFwQY30dW92BGWFHv0ODYyrJeMDjdXt5VxVaE83diEw==", + "version": "1.0.0-preview.31", + "resolved": "https://registry.npmjs.org/@microsoft/kiota-abstractions/-/kiota-abstractions-1.0.0-preview.31.tgz", + "integrity": "sha512-1ojxJMzC+D3x4MU66OrTxxdu3P1KqveqHf5xgs3N8Ndy01kSFnyZEcsdAeeTJIJat/0o7k9DdxXQGKNXT+7ugw==", "dependencies": { "@opentelemetry/api": "^1.2.0", "@std-uritemplate/std-uritemplate": "^0.0.46", @@ -249,11 +249,11 @@ } }, "node_modules/@microsoft/kiota-serialization-json": { - "version": "1.0.0-preview.29", - "resolved": "https://registry.npmjs.org/@microsoft/kiota-serialization-json/-/kiota-serialization-json-1.0.0-preview.29.tgz", - "integrity": "sha512-ipV9Lgf/RIKEOTOGBgxR36/L92GNVj55HFiWmO6ZabjUXGay+0iqFWeMLGHbvgGnbU8BNa8ZE4Fs/XMR/4g/hg==", + "version": "1.0.0-preview.31", + "resolved": "https://registry.npmjs.org/@microsoft/kiota-serialization-json/-/kiota-serialization-json-1.0.0-preview.31.tgz", + "integrity": "sha512-hr7jsmOPd3uLJXaQ4DVLe8CnuggIQRf8vKLQzjOWk1hRSgBKP3krh6BXM7pLeknZO9ob/IUtIDTIaGlosdfxRA==", "dependencies": { - "@microsoft/kiota-abstractions": "^1.0.0-preview.29", + "@microsoft/kiota-abstractions": "^1.0.0-preview.31", "guid-typescript": "^1.0.9", "tslib": "^2.3.1" }