diff --git a/clients/node/package-lock.json b/clients/node/package-lock.json index 4fe75a2..0402e17 100644 --- a/clients/node/package-lock.json +++ b/clients/node/package-lock.json @@ -12,7 +12,7 @@ "@azure/identity": "^3.2.3", "@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-form": "^1.0.0-preview.15", "@microsoft/kiota-serialization-json": "^1.0.0-preview.16", "@microsoft/kiota-serialization-text": "^1.0.0-preview.15", "node-fetch": "^3.3.1" @@ -278,14 +278,33 @@ } }, "node_modules/@microsoft/kiota-serialization-form": { - "version": "1.0.0-preview.7", - "resolved": "https://registry.npmjs.org/@microsoft/kiota-serialization-form/-/kiota-serialization-form-1.0.0-preview.7.tgz", - "integrity": "sha512-qwyeyLsyDghjZRjmi9NFPcUGHMTeV2lqi2MmTI71B/Hs9alZHdgz9SXYcgkAjXtYn+zaq7d/Y10Q2c9oxOnYXQ==", + "version": "1.0.0-preview.15", + "resolved": "https://registry.npmjs.org/@microsoft/kiota-serialization-form/-/kiota-serialization-form-1.0.0-preview.15.tgz", + "integrity": "sha512-mEMqcg4P4gL56FPBbaPeO0fZustiaKhkBt9siBDxmV/cqK6rxEhKMFVsHo18sIWZh3I60nG+VCObKdeXFpXAlw==", "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-form/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-form/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-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", @@ -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", @@ -1102,12 +1126,33 @@ } }, "@microsoft/kiota-serialization-form": { - "version": "1.0.0-preview.7", - "resolved": "https://registry.npmjs.org/@microsoft/kiota-serialization-form/-/kiota-serialization-form-1.0.0-preview.7.tgz", - "integrity": "sha512-qwyeyLsyDghjZRjmi9NFPcUGHMTeV2lqi2MmTI71B/Hs9alZHdgz9SXYcgkAjXtYn+zaq7d/Y10Q2c9oxOnYXQ==", + "version": "1.0.0-preview.15", + "resolved": "https://registry.npmjs.org/@microsoft/kiota-serialization-form/-/kiota-serialization-form-1.0.0-preview.15.tgz", + "integrity": "sha512-mEMqcg4P4gL56FPBbaPeO0fZustiaKhkBt9siBDxmV/cqK6rxEhKMFVsHo18sIWZh3I60nG+VCObKdeXFpXAlw==", "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-json": { @@ -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..21dddca 100644 --- a/clients/node/package.json +++ b/clients/node/package.json @@ -16,7 +16,7 @@ "@azure/identity": "^3.2.3", "@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-form": "^1.0.0-preview.15", "@microsoft/kiota-serialization-json": "^1.0.0-preview.16", "@microsoft/kiota-serialization-text": "^1.0.0-preview.15", "node-fetch": "^3.3.1"