From 4604d7d867cdf148c1c39f814e4ca24a5ee6a138 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2025 14:34:05 +0000 Subject: [PATCH] chore(deps): bump @microsoft/kiota-serialization-multipart in /ui/ui-app Bumps [@microsoft/kiota-serialization-multipart](https://github.com/microsoft/kiota-typescript) from 1.0.0-preview.78 to 1.0.0-preview.79. - [Release notes](https://github.com/microsoft/kiota-typescript/releases) - [Changelog](https://github.com/microsoft/kiota-typescript/blob/main/CHANGELOG.md) - [Commits](https://github.com/microsoft/kiota-typescript/compare/@microsoft/kiota-serialization-multipart@1.0.0-preview.78...@microsoft/kiota-serialization-multipart@1.0.0-preview.79) --- updated-dependencies: - dependency-name: "@microsoft/kiota-serialization-multipart" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- ui/ui-app/package-lock.json | 22 +++++++++++++++++----- ui/ui-app/package.json | 2 +- 2 files changed, 18 insertions(+), 6 deletions(-) diff --git a/ui/ui-app/package-lock.json b/ui/ui-app/package-lock.json index 35fb6751ea..c20f6ec68a 100644 --- a/ui/ui-app/package-lock.json +++ b/ui/ui-app/package-lock.json @@ -20,7 +20,7 @@ "@microsoft/kiota-http-fetchlibrary": "1.0.0-preview.78", "@microsoft/kiota-serialization-form": "1.0.0-preview.78", "@microsoft/kiota-serialization-json": "1.0.0-preview.78", - "@microsoft/kiota-serialization-multipart": "1.0.0-preview.78", + "@microsoft/kiota-serialization-multipart": "1.0.0-preview.79", "@microsoft/kiota-serialization-text": "1.0.0-preview.78", "@patternfly/patternfly": "5.4.2", "@patternfly/react-code-editor": "5.4.15", @@ -926,14 +926,26 @@ } }, "node_modules/@microsoft/kiota-serialization-multipart": { - "version": "1.0.0-preview.78", - "resolved": "https://registry.npmjs.org/@microsoft/kiota-serialization-multipart/-/kiota-serialization-multipart-1.0.0-preview.78.tgz", - "integrity": "sha512-CpVKtPesh2wgMSF1cJoBus+AZuaOoofaIb9YkkdPfm+L+PH/3cFCposQ+a/jgF9f4FCTe2SxxCgiP/gzh/aRdQ==", + "version": "1.0.0-preview.79", + "resolved": "https://registry.npmjs.org/@microsoft/kiota-serialization-multipart/-/kiota-serialization-multipart-1.0.0-preview.79.tgz", + "integrity": "sha512-B5lpF2iUrG5u0bwt/JyvXmIi6XWBqD9eFurFdfVt1tRlIPzoRCbkJnQOm76+tjhW5lLtbxuGbSHVCNgAn5Q3xQ==", "dependencies": { - "@microsoft/kiota-abstractions": "^1.0.0-preview.78", + "@microsoft/kiota-abstractions": "^1.0.0-preview.79", "tslib": "^2.6.2" } }, + "node_modules/@microsoft/kiota-serialization-multipart/node_modules/@microsoft/kiota-abstractions": { + "version": "1.0.0-preview.79", + "resolved": "https://registry.npmjs.org/@microsoft/kiota-abstractions/-/kiota-abstractions-1.0.0-preview.79.tgz", + "integrity": "sha512-gHLJmYwoacLlROWm8jliY5y8GZjHOSUULTFmS7iiegXFB6vJU2Hk258LSACTm/CeE6YbJZFRiH2fXgOF5ygGHw==", + "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": { "version": "1.0.0-preview.78", "resolved": "https://registry.npmjs.org/@microsoft/kiota-serialization-text/-/kiota-serialization-text-1.0.0-preview.78.tgz", diff --git a/ui/ui-app/package.json b/ui/ui-app/package.json index e5c0ab71c3..49bf0db0f1 100644 --- a/ui/ui-app/package.json +++ b/ui/ui-app/package.json @@ -44,7 +44,7 @@ "@microsoft/kiota-http-fetchlibrary": "1.0.0-preview.78", "@microsoft/kiota-serialization-form": "1.0.0-preview.78", "@microsoft/kiota-serialization-json": "1.0.0-preview.78", - "@microsoft/kiota-serialization-multipart": "1.0.0-preview.78", + "@microsoft/kiota-serialization-multipart": "1.0.0-preview.79", "@microsoft/kiota-serialization-text": "1.0.0-preview.78", "@patternfly/patternfly": "5.4.2", "@patternfly/react-code-editor": "5.4.15",