diff --git a/ui/ui-app/package-lock.json b/ui/ui-app/package-lock.json index 75a19bd89d..1cce3d6488 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.79", "@microsoft/kiota-serialization-json": "1.0.0-preview.79", "@microsoft/kiota-serialization-multipart": "1.0.0-preview.79", - "@microsoft/kiota-serialization-text": "1.0.0-preview.79", + "@microsoft/kiota-serialization-text": "1.0.0-preview.80", "@patternfly/patternfly": "5.4.2", "@patternfly/react-code-editor": "5.4.15", "@patternfly/react-core": "5.4.12", @@ -69,8 +69,8 @@ "@types/node": "22.10.7", "@types/react": "18.3.18", "@types/react-dom": "18.3.5", - "@typescript-eslint/eslint-plugin": "8.20.0", - "@typescript-eslint/parser": "8.20.0", + "@typescript-eslint/eslint-plugin": "8.21.0", + "@typescript-eslint/parser": "8.21.0", "@vitejs/plugin-react": "4.3.4", "cross-env": "7.0.3", "eslint": "8.57.1", @@ -78,13 +78,13 @@ "eslint-plugin-react-refresh": "0.4.18", "react": "18.3.1", "react-dom": "18.3.1", - "react-router-dom": "7.1.2", + "react-router-dom": "7.1.3", "rimraf": "6.0.1", "typescript": "5.7.3", "uuid": "11.0.5", - "vite": "6.0.9", + "vite": "6.0.11", "vite-plugin-dts": "4.5.0", - "vitest": "2.1.8" + "vitest": "3.0.2" }, "peerDependencies": { "@microsoft/kiota-abstractions": "1.0.0-preview.79", @@ -940,15 +940,28 @@ } }, "node_modules/@microsoft/kiota-serialization-text": { - "version": "1.0.0-preview.79", - "resolved": "https://registry.npmjs.org/@microsoft/kiota-serialization-text/-/kiota-serialization-text-1.0.0-preview.79.tgz", - "integrity": "sha512-dDodJTQwmIvyczZHfRPHSNorvQcKCAMu4fSETkApAWdIEIo3sDWI3+NRQnNlwNJ1dxmOV75Ks5/xPMCpsizucg==", + "version": "1.0.0-preview.80", + "resolved": "https://registry.npmjs.org/@microsoft/kiota-serialization-text/-/kiota-serialization-text-1.0.0-preview.80.tgz", + "integrity": "sha512-x++ZAUwoF52pSXD6pLbVrKpFvWhhEuJwUzwTKD5yiVJGnQduybIV1jCeW3vMFeOjaqz22q6CwpuMUUnDgQpOjg==", "license": "MIT", "dependencies": { - "@microsoft/kiota-abstractions": "^1.0.0-preview.79", + "@microsoft/kiota-abstractions": "^1.0.0-preview.80", "tslib": "^2.6.2" } }, + "node_modules/@microsoft/kiota-serialization-text/node_modules/@microsoft/kiota-abstractions": { + "version": "1.0.0-preview.80", + "resolved": "https://registry.npmjs.org/@microsoft/kiota-abstractions/-/kiota-abstractions-1.0.0-preview.80.tgz", + "integrity": "sha512-5P1iUTGUK5w/LnWyh494c49cVlXGy24EuQC8nLLete8OZ7Qgu7DEqx109JTQNWCIZZtSNpQ/wPk1XYi0OpCShQ==", + "license": "MIT", + "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/@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 1779dff36b..71a99b1be9 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.79", "@microsoft/kiota-serialization-json": "1.0.0-preview.79", "@microsoft/kiota-serialization-multipart": "1.0.0-preview.79", - "@microsoft/kiota-serialization-text": "1.0.0-preview.79", + "@microsoft/kiota-serialization-text": "1.0.0-preview.80", "@patternfly/patternfly": "5.4.2", "@patternfly/react-code-editor": "5.4.15", "@patternfly/react-core": "5.4.12",