From 0e0c0ed90c6b7f3fea6dfb36e0dad5cc23472e71 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Nov 2024 13:11:50 +0000 Subject: [PATCH] chore(deps): bump @microsoft/kiota-serialization-json in /ui/ui-app Bumps [@microsoft/kiota-serialization-json](https://github.com/microsoft/kiota-typescript) from 1.0.0-preview.68 to 1.0.0-preview.75. - [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/commits/@microsoft/kiota-serialization-json@1.0.0-preview.75) --- updated-dependencies: - dependency-name: "@microsoft/kiota-serialization-json" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- ui/ui-app/package-lock.json | 51 +++++++++++++++++++++++++++---------- ui/ui-app/package.json | 2 +- 2 files changed, 39 insertions(+), 14 deletions(-) diff --git a/ui/ui-app/package-lock.json b/ui/ui-app/package-lock.json index 629a114353..67b0b3f1d0 100644 --- a/ui/ui-app/package-lock.json +++ b/ui/ui-app/package-lock.json @@ -19,7 +19,7 @@ "@microsoft/kiota-abstractions": "1.0.0-preview.68", "@microsoft/kiota-http-fetchlibrary": "1.0.0-preview.67", "@microsoft/kiota-serialization-form": "1.0.0-preview.56", - "@microsoft/kiota-serialization-json": "1.0.0-preview.68", + "@microsoft/kiota-serialization-json": "1.0.0-preview.75", "@microsoft/kiota-serialization-multipart": "1.0.0-preview.46", "@microsoft/kiota-serialization-text": "1.0.0-preview.65", "@patternfly/patternfly": "5.4.2", @@ -69,20 +69,22 @@ "@types/node": "22.9.0", "@types/react": "18.3.12", "@types/react-dom": "18.3.1", - "@typescript-eslint/eslint-plugin": "8.13.0", - "@typescript-eslint/parser": "8.13.0", + "@typescript-eslint/eslint-plugin": "8.14.0", + "@typescript-eslint/parser": "8.14.0", "@vitejs/plugin-react": "4.3.3", "cross-env": "7.0.3", "eslint": "8.57.1", - "eslint-plugin-react-hooks": "4.6.2", + "eslint-plugin-react-hooks": "5.0.0", "eslint-plugin-react-refresh": "0.4.14", "react": "18.3.1", "react-dom": "18.3.1", - "react-router-dom": "6.27.0", - "rimraf": "5.0.10", + "react-router-dom": "6.28.0", + "rimraf": "6.0.1", "typescript": "5.6.3", - "vite": "5.4.10", - "vite-plugin-dts": "4.3.0" + "uuid": "11.0.3", + "vite": "5.4.11", + "vite-plugin-dts": "4.3.0", + "vitest": "2.1.4" }, "peerDependencies": { "@microsoft/kiota-abstractions": "1.0.0-preview.68", @@ -886,15 +888,38 @@ } }, "node_modules/@microsoft/kiota-serialization-json": { - "version": "1.0.0-preview.68", - "resolved": "https://registry.npmjs.org/@microsoft/kiota-serialization-json/-/kiota-serialization-json-1.0.0-preview.68.tgz", - "integrity": "sha512-5mOjnrmEGMWyPrYLW6eEOXegOip8AiqlH3/zD+HGZhdNM/RrVO/xJLsSk5RaVxXK8ViJk6BG58Esx2grUF3bxQ==", + "version": "1.0.0-preview.75", + "resolved": "https://registry.npmjs.org/@microsoft/kiota-serialization-json/-/kiota-serialization-json-1.0.0-preview.75.tgz", + "integrity": "sha512-Kew92emgw6DEHnkIdxlPzwc7Tr4yyD0b4BlsjSRJ/si72Z6wLAP/WOe7SpBYuKhFpkxCbpoSG6/SAZLqaFcw3A==", "dependencies": { - "@microsoft/kiota-abstractions": "*", - "guid-typescript": "^1.0.9", + "@microsoft/kiota-abstractions": "^1.0.0-preview.75", "tslib": "^2.6.2" } }, + "node_modules/@microsoft/kiota-serialization-json/node_modules/@microsoft/kiota-abstractions": { + "version": "1.0.0-preview.75", + "resolved": "https://registry.npmjs.org/@microsoft/kiota-abstractions/-/kiota-abstractions-1.0.0-preview.75.tgz", + "integrity": "sha512-4AHGZbBK0TF3Juoqv4nm/hatY9gmxMliEI6LBnJ0NX/bnrbkXYWYFqd77UNLqunum+UO9Z5TXkZ61iH/SfnJOw==", + "dependencies": { + "@opentelemetry/api": "^1.7.0", + "@std-uritemplate/std-uritemplate": "^1.0.1", + "tinyduration": "^3.3.0", + "tslib": "^2.6.2", + "uuid": "^11.0.2" + } + }, + "node_modules/@microsoft/kiota-serialization-json/node_modules/uuid": { + "version": "11.0.3", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.3.tgz", + "integrity": "sha512-d0z310fCWv5dJwnX1Y/MncBAqGMKEzlBb1AOf7z9K8ALnd0utBX/msg/fA0+sbyN1ihbMsLhrBlnl1ak7Wa0rg==", + "funding": [ + "https://github.com/sponsors/broofa", + "https://github.com/sponsors/ctavan" + ], + "bin": { + "uuid": "dist/esm/bin/uuid" + } + }, "node_modules/@microsoft/kiota-serialization-multipart": { "version": "1.0.0-preview.46", "resolved": "https://registry.npmjs.org/@microsoft/kiota-serialization-multipart/-/kiota-serialization-multipart-1.0.0-preview.46.tgz", diff --git a/ui/ui-app/package.json b/ui/ui-app/package.json index 0dc04da8fe..86638599af 100644 --- a/ui/ui-app/package.json +++ b/ui/ui-app/package.json @@ -43,7 +43,7 @@ "@microsoft/kiota-abstractions": "1.0.0-preview.68", "@microsoft/kiota-http-fetchlibrary": "1.0.0-preview.67", "@microsoft/kiota-serialization-form": "1.0.0-preview.56", - "@microsoft/kiota-serialization-json": "1.0.0-preview.68", + "@microsoft/kiota-serialization-json": "1.0.0-preview.75", "@microsoft/kiota-serialization-multipart": "1.0.0-preview.46", "@microsoft/kiota-serialization-text": "1.0.0-preview.65", "@patternfly/patternfly": "5.4.2",