diff --git a/anything-frontend/package-lock.json b/anything-frontend/package-lock.json index 06f17e7..6cab5ec 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 bbba280..73a4a31 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",