diff --git a/clients/node/package-lock.json b/clients/node/package-lock.json index 4fe75a2..12e00bd 100644 --- a/clients/node/package-lock.json +++ b/clients/node/package-lock.json @@ -13,7 +13,7 @@ "@microsoft/kiota-abstractions": "^1.0.0-preview.13", "@microsoft/kiota-http-fetchlibrary": "^1.0.0-preview.17", "@microsoft/kiota-serialization-form": "^1.0.0-preview.7", - "@microsoft/kiota-serialization-json": "^1.0.0-preview.16", + "@microsoft/kiota-serialization-json": "^1.0.0-preview.26", "@microsoft/kiota-serialization-text": "^1.0.0-preview.15", "node-fetch": "^3.3.1" }, @@ -287,14 +287,33 @@ } }, "node_modules/@microsoft/kiota-serialization-json": { - "version": "1.0.0-preview.16", - "resolved": "https://registry.npmjs.org/@microsoft/kiota-serialization-json/-/kiota-serialization-json-1.0.0-preview.16.tgz", - "integrity": "sha512-LDznp3a5kgxf1tgW1Zn8rPaFYZqYdWDWyipSNbaS3H9wtgRpLjpXz6dXr4mAw0Ye8w3Vxu3JJJ6BlXwEuGY+Aw==", + "version": "1.0.0-preview.26", + "resolved": "https://registry.npmjs.org/@microsoft/kiota-serialization-json/-/kiota-serialization-json-1.0.0-preview.26.tgz", + "integrity": "sha512-JSHA+jDkg2E2M6mizQnRjvuz+dTtZGU4HPSAh7koH+AxcRL5R6CrSu9AB7X9rKyNKc8JotsKy77lFc/1Rz/2tA==", "dependencies": { - "@microsoft/kiota-abstractions": "1.0.0-preview.18", + "@microsoft/kiota-abstractions": "^1.0.0-preview.26", + "guid-typescript": "^1.0.9", "tslib": "^2.3.1" } }, + "node_modules/@microsoft/kiota-serialization-json/node_modules/@microsoft/kiota-abstractions": { + "version": "1.0.0-preview.26", + "resolved": "https://registry.npmjs.org/@microsoft/kiota-abstractions/-/kiota-abstractions-1.0.0-preview.26.tgz", + "integrity": "sha512-+8s1TvvJrWLHDjtZeKw9Han3kaKKOuGQ8PSC0KRno/Uj1j1cSGrsYF8kUOsnjIFvC4u5rPRFLkt+0iUNJFRJJA==", + "dependencies": { + "@opentelemetry/api": "^1.2.0", + "guid-typescript": "^1.0.9", + "tinyduration": "^3.2.2", + "tslib": "^2.3.1", + "uri-template-lite": "^23.4.0", + "uuid": "^9.0.0" + } + }, + "node_modules/@microsoft/kiota-serialization-json/node_modules/uri-template-lite": { + "version": "23.4.0", + "resolved": "https://registry.npmjs.org/uri-template-lite/-/uri-template-lite-23.4.0.tgz", + "integrity": "sha512-JsAjquFMpSyZRWAUQguhHIRuh4jb/xDhwQyb1/7C42YLJgkc5WoBF3UkRRM1QtL6Vr9xBa9fB7q3xPzXRwvuUA==" + }, "node_modules/@microsoft/kiota-serialization-text": { "version": "1.0.0-preview.15", "resolved": "https://registry.npmjs.org/@microsoft/kiota-serialization-text/-/kiota-serialization-text-1.0.0-preview.15.tgz", @@ -527,6 +546,11 @@ "node": ">=12.20.0" } }, + "node_modules/guid-typescript": { + "version": "1.0.9", + "resolved": "https://registry.npmjs.org/guid-typescript/-/guid-typescript-1.0.9.tgz", + "integrity": "sha512-Y8T4vYhEfwJOTbouREvG+3XDsjr8E3kIr7uf+JZ0BYloFsttiHU0WfvANVsR7TxNUJa/WpCnw/Ino/p+DeBhBQ==" + }, "node_modules/http-proxy-agent": { "version": "5.0.0", "resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-5.0.0.tgz", @@ -1111,12 +1135,33 @@ } }, "@microsoft/kiota-serialization-json": { - "version": "1.0.0-preview.16", - "resolved": "https://registry.npmjs.org/@microsoft/kiota-serialization-json/-/kiota-serialization-json-1.0.0-preview.16.tgz", - "integrity": "sha512-LDznp3a5kgxf1tgW1Zn8rPaFYZqYdWDWyipSNbaS3H9wtgRpLjpXz6dXr4mAw0Ye8w3Vxu3JJJ6BlXwEuGY+Aw==", + "version": "1.0.0-preview.26", + "resolved": "https://registry.npmjs.org/@microsoft/kiota-serialization-json/-/kiota-serialization-json-1.0.0-preview.26.tgz", + "integrity": "sha512-JSHA+jDkg2E2M6mizQnRjvuz+dTtZGU4HPSAh7koH+AxcRL5R6CrSu9AB7X9rKyNKc8JotsKy77lFc/1Rz/2tA==", "requires": { - "@microsoft/kiota-abstractions": "1.0.0-preview.18", + "@microsoft/kiota-abstractions": "^1.0.0-preview.26", + "guid-typescript": "^1.0.9", "tslib": "^2.3.1" + }, + "dependencies": { + "@microsoft/kiota-abstractions": { + "version": "1.0.0-preview.26", + "resolved": "https://registry.npmjs.org/@microsoft/kiota-abstractions/-/kiota-abstractions-1.0.0-preview.26.tgz", + "integrity": "sha512-+8s1TvvJrWLHDjtZeKw9Han3kaKKOuGQ8PSC0KRno/Uj1j1cSGrsYF8kUOsnjIFvC4u5rPRFLkt+0iUNJFRJJA==", + "requires": { + "@opentelemetry/api": "^1.2.0", + "guid-typescript": "^1.0.9", + "tinyduration": "^3.2.2", + "tslib": "^2.3.1", + "uri-template-lite": "^23.4.0", + "uuid": "^9.0.0" + } + }, + "uri-template-lite": { + "version": "23.4.0", + "resolved": "https://registry.npmjs.org/uri-template-lite/-/uri-template-lite-23.4.0.tgz", + "integrity": "sha512-JsAjquFMpSyZRWAUQguhHIRuh4jb/xDhwQyb1/7C42YLJgkc5WoBF3UkRRM1QtL6Vr9xBa9fB7q3xPzXRwvuUA==" + } } }, "@microsoft/kiota-serialization-text": { @@ -1288,6 +1333,11 @@ "fetch-blob": "^3.1.2" } }, + "guid-typescript": { + "version": "1.0.9", + "resolved": "https://registry.npmjs.org/guid-typescript/-/guid-typescript-1.0.9.tgz", + "integrity": "sha512-Y8T4vYhEfwJOTbouREvG+3XDsjr8E3kIr7uf+JZ0BYloFsttiHU0WfvANVsR7TxNUJa/WpCnw/Ino/p+DeBhBQ==" + }, "http-proxy-agent": { "version": "5.0.0", "resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-5.0.0.tgz", diff --git a/clients/node/package.json b/clients/node/package.json index 5d0cb03..d6814b8 100644 --- a/clients/node/package.json +++ b/clients/node/package.json @@ -17,7 +17,7 @@ "@microsoft/kiota-abstractions": "^1.0.0-preview.13", "@microsoft/kiota-http-fetchlibrary": "^1.0.0-preview.17", "@microsoft/kiota-serialization-form": "^1.0.0-preview.7", - "@microsoft/kiota-serialization-json": "^1.0.0-preview.16", + "@microsoft/kiota-serialization-json": "^1.0.0-preview.26", "@microsoft/kiota-serialization-text": "^1.0.0-preview.15", "node-fetch": "^3.3.1" }