From 250ff95f8b3922d26aacaadb71f4f1cb79a17b13 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 14:28:05 +0000 Subject: [PATCH] chore(deps): bump @microsoft/kiota-serialization-text in /ui/ui-app Bumps [@microsoft/kiota-serialization-text](https://github.com/microsoft-typescript/kiota) from 1.0.0-preview.77 to 1.0.0-preview.78. - [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] --- ui/ui-app/package-lock.json | 27 ++++++++++++++++++++++----- ui/ui-app/package.json | 2 +- 2 files changed, 23 insertions(+), 6 deletions(-) diff --git a/ui/ui-app/package-lock.json b/ui/ui-app/package-lock.json index 748a26fee7..130638df79 100644 --- a/ui/ui-app/package-lock.json +++ b/ui/ui-app/package-lock.json @@ -21,7 +21,7 @@ "@microsoft/kiota-serialization-form": "1.0.0-preview.77", "@microsoft/kiota-serialization-json": "1.0.0-preview.77", "@microsoft/kiota-serialization-multipart": "1.0.0-preview.77", - "@microsoft/kiota-serialization-text": "1.0.0-preview.77", + "@microsoft/kiota-serialization-text": "1.0.0-preview.78", "@patternfly/patternfly": "5.4.2", "@patternfly/react-code-editor": "5.4.14", "@patternfly/react-core": "5.4.12", @@ -919,14 +919,31 @@ } }, "node_modules/@microsoft/kiota-serialization-text": { - "version": "1.0.0-preview.77", - "resolved": "https://registry.npmjs.org/@microsoft/kiota-serialization-text/-/kiota-serialization-text-1.0.0-preview.77.tgz", - "integrity": "sha512-kemhCVV3muzKJ54FyfM6a4Rp1JA5q0GfPISmxXj9cyCtjYcguAD8q98+1owSeKFwjk2BGVRBZFixoZwcrmGf5g==", + "version": "1.0.0-preview.78", + "resolved": "https://registry.npmjs.org/@microsoft/kiota-serialization-text/-/kiota-serialization-text-1.0.0-preview.78.tgz", + "integrity": "sha512-TlAF4YHwyn0CeGh1snLlB/9PeGl5+K/9OLko9S99QWIbeIlGJnU4hrJFfIBK7JIqLFZw1pPuYMVe3vh5xDlxCQ==", "dependencies": { - "@microsoft/kiota-abstractions": "^1.0.0-preview.77", + "@microsoft/kiota-abstractions": "^1.0.0-preview.78", "tslib": "^2.6.2" } }, + "node_modules/@microsoft/kiota-serialization-text/node_modules/@microsoft/kiota-abstractions": { + "version": "1.0.0-preview.78", + "resolved": "https://registry.npmjs.org/@microsoft/kiota-abstractions/-/kiota-abstractions-1.0.0-preview.78.tgz", + "integrity": "sha512-xQDr3zG/i7rpwoqHLOD4zYfq4Aw39LcZoqOBN0B7m7L35v5dEPR6f7a6d0MJ4AehBqQokrIOpU/atFcG0waZTA==", + "dependencies": { + "@opentelemetry/api": "^1.7.0", + "@std-uritemplate/std-uritemplate": "^2.0.0", + "tinyduration": "^3.3.0", + "tslib": "^2.6.2", + "uuid": "^11.0.2" + } + }, + "node_modules/@microsoft/kiota-serialization-text/node_modules/@std-uritemplate/std-uritemplate": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/@std-uritemplate/std-uritemplate/-/std-uritemplate-2.0.1.tgz", + "integrity": "sha512-HC5kiXCa7Mxrv7SI7qH4ECfC1H+vFG15COBtX8aUur8EGEWK17RH3QVyBxtyjUXE448O4fGhQHh3kirEvPGWjw==" + }, "node_modules/@monaco-editor/loader": { "version": "1.4.0", "resolved": "https://registry.npmjs.org/@monaco-editor/loader/-/loader-1.4.0.tgz", diff --git a/ui/ui-app/package.json b/ui/ui-app/package.json index 1d78b63236..b723494586 100644 --- a/ui/ui-app/package.json +++ b/ui/ui-app/package.json @@ -45,7 +45,7 @@ "@microsoft/kiota-serialization-form": "1.0.0-preview.77", "@microsoft/kiota-serialization-json": "1.0.0-preview.77", "@microsoft/kiota-serialization-multipart": "1.0.0-preview.77", - "@microsoft/kiota-serialization-text": "1.0.0-preview.77", + "@microsoft/kiota-serialization-text": "1.0.0-preview.78", "@patternfly/patternfly": "5.4.2", "@patternfly/react-code-editor": "5.4.14", "@patternfly/react-core": "5.4.12",