From a46280fe80d2e1eb9122412b8159e556f7af3d30 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 03:40:29 +0000 Subject: [PATCH] chore(deps): Bump @microsoft/kiota-http-fetchlibrary Bumps [@microsoft/kiota-http-fetchlibrary](https://github.com/microsoft/kiota-typescript) from 1.0.0-preview.100 to 1.0.0-preview.102. - [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-http-fetchlibrary@1.0.0-preview.100...@microsoft/kiota-http-fetchlibrary@1.0.0-preview.102) --- updated-dependencies: - dependency-name: "@microsoft/kiota-http-fetchlibrary" dependency-version: 1.0.0-preview.102 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- anything-frontend/package-lock.json | 16 ++++++++-------- anything-frontend/package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/anything-frontend/package-lock.json b/anything-frontend/package-lock.json index 06f17e72..6cab5ec8 100644 --- a/anything-frontend/package-lock.json +++ b/anything-frontend/package-lock.json @@ -12,7 +12,7 @@ "@dnd-kit/sortable": "^10.0.0", "@dnd-kit/utilities": "^3.2.2", "@microsoft/kiota-bundle": "1.0.0-preview.100", - "@microsoft/kiota-http-fetchlibrary": "^1.0.0-preview.99", + "@microsoft/kiota-http-fetchlibrary": "^1.0.0-preview.102", "@radix-ui/react-dialog": "^1.1.15", "@radix-ui/react-dropdown-menu": "^2.1.16", "@radix-ui/react-slot": "^1.2.4", @@ -2135,9 +2135,9 @@ } }, "node_modules/@microsoft/kiota-abstractions": { - "version": "1.0.0-preview.100", - "resolved": "https://registry.npmjs.org/@microsoft/kiota-abstractions/-/kiota-abstractions-1.0.0-preview.100.tgz", - "integrity": "sha512-3s2WYKQ6WLB/0pyDmmv9bigH/3LZ0Mm4ldHskNLBj0U8DYjFzfG729snnEij+hZN0l2XHr37pGBr1MZK8vM7zQ==", + "version": "1.0.0-preview.102", + "resolved": "https://registry.npmjs.org/@microsoft/kiota-abstractions/-/kiota-abstractions-1.0.0-preview.102.tgz", + "integrity": "sha512-WL+S7X+W6zpDO6vFk+FClb5hoUJMV1ZcMHo1H52r2Q49xTuYx9esJqmwh/0EXsftmxKwOOIOoPfO7+Tp5QAddw==", "license": "MIT", "dependencies": { "@opentelemetry/api": "^1.7.0", @@ -2161,12 +2161,12 @@ } }, "node_modules/@microsoft/kiota-http-fetchlibrary": { - "version": "1.0.0-preview.100", - "resolved": "https://registry.npmjs.org/@microsoft/kiota-http-fetchlibrary/-/kiota-http-fetchlibrary-1.0.0-preview.100.tgz", - "integrity": "sha512-uS2rhKKjbYiT8JWG8GGVOALB+s4HdDc9hg5tTZMVf3qY5b/us1OKLQ6WgW6USq/kZAuKKWkIq/BQgPCWbHtFTQ==", + "version": "1.0.0-preview.102", + "resolved": "https://registry.npmjs.org/@microsoft/kiota-http-fetchlibrary/-/kiota-http-fetchlibrary-1.0.0-preview.102.tgz", + "integrity": "sha512-oXfrPOWkIR2/Gs700n00EY3VDc+Qgz6y7ZiA/f8FHJsnwSjZ017xcWFw2PLzJItczVsad0pq/N5DYnoF6Co11Q==", "license": "MIT", "dependencies": { - "@microsoft/kiota-abstractions": "^1.0.0-preview.100", + "@microsoft/kiota-abstractions": "^1.0.0-preview.102", "@opentelemetry/api": "^1.7.0", "tslib": "^2.6.2" } diff --git a/anything-frontend/package.json b/anything-frontend/package.json index bbba2807..73a4a31c 100644 --- a/anything-frontend/package.json +++ b/anything-frontend/package.json @@ -23,7 +23,7 @@ "@dnd-kit/sortable": "^10.0.0", "@dnd-kit/utilities": "^3.2.2", "@microsoft/kiota-bundle": "1.0.0-preview.100", - "@microsoft/kiota-http-fetchlibrary": "^1.0.0-preview.99", + "@microsoft/kiota-http-fetchlibrary": "^1.0.0-preview.102", "@radix-ui/react-dialog": "^1.1.15", "@radix-ui/react-dropdown-menu": "^2.1.16", "@radix-ui/react-slot": "^1.2.4",