From 6d789263547ec569895c152c39211ba8483d3531 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 May 2024 08:42:21 +0000 Subject: [PATCH 1/4] --- updated-dependencies: - dependency-name: requests dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- it/python/requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/it/python/requirements-dev.txt b/it/python/requirements-dev.txt index 70f0744b5a..6a2b6d9d10 100644 --- a/it/python/requirements-dev.txt +++ b/it/python/requirements-dev.txt @@ -46,7 +46,7 @@ pytest==8.2.1 pytest-asyncio==0.23.7 -requests==2.32.1 ; python_version >= '3.7' +requests==2.32.2 ; python_version >= '3.7' toml==0.10.2 From 7855f799683bf0e5732fb8ddb444d5890fd5af6c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 May 2024 09:00:27 +0000 Subject: [PATCH 2/4] --- updated-dependencies: - dependency-name: glob dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- vscode/microsoft-kiota/package-lock.json | 16 ++++++++-------- vscode/microsoft-kiota/package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/vscode/microsoft-kiota/package-lock.json b/vscode/microsoft-kiota/package-lock.json index d702ab60d4..aa53c8b970 100644 --- a/vscode/microsoft-kiota/package-lock.json +++ b/vscode/microsoft-kiota/package-lock.json @@ -24,7 +24,7 @@ "@typescript-eslint/parser": "^7.5.0", "@vscode/test-electron": "^2.3.10", "eslint": "^8.57.0", - "glob": "^10.3.15", + "glob": "^10.3.16", "mocha": "^10.4.0", "ts-loader": "^9.5.1", "typescript": "^5.4.5", @@ -2059,13 +2059,13 @@ } }, "node_modules/glob": { - "version": "10.3.15", - "resolved": "https://registry.npmjs.org/glob/-/glob-10.3.15.tgz", - "integrity": "sha512-0c6RlJt1TICLyvJYIApxb8GsXoai0KUP7AxKKAtsYXdgJR1mGEUa7DgwShbdk1nly0PYoZj01xd4hzbq3fsjpw==", + "version": "10.3.16", + "resolved": "https://registry.npmjs.org/glob/-/glob-10.3.16.tgz", + "integrity": "sha512-JDKXl1DiuuHJ6fVS2FXjownaavciiHNUU4mOvV/B793RLh05vZL1rcPnCSaOgv1hDT6RDlY7AB7ZUvFYAtPgAw==", "dev": true, "dependencies": { "foreground-child": "^3.1.0", - "jackspeak": "^2.3.6", + "jackspeak": "^3.1.2", "minimatch": "^9.0.1", "minipass": "^7.0.4", "path-scurry": "^1.11.0" @@ -2525,9 +2525,9 @@ } }, "node_modules/jackspeak": { - "version": "2.3.6", - "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-2.3.6.tgz", - "integrity": "sha512-N3yCS/NegsOBokc8GAdM8UcmfsKiSS8cipheD/nivzr700H+nsMOxJjQnvwOcRYVuFkdH0wGUvW2WbXGmrZGbQ==", + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-3.1.2.tgz", + "integrity": "sha512-kWmLKn2tRtfYMF/BakihVVRzBKOxz4gJMiL2Rj91WnAB5TPZumSH99R/Yf1qE1u4uRimvCSJfm6hnxohXeEXjQ==", "dev": true, "dependencies": { "@isaacs/cliui": "^8.0.2" diff --git a/vscode/microsoft-kiota/package.json b/vscode/microsoft-kiota/package.json index d7bf7ebe06..6d72ea736d 100644 --- a/vscode/microsoft-kiota/package.json +++ b/vscode/microsoft-kiota/package.json @@ -431,7 +431,7 @@ "@typescript-eslint/parser": "^7.5.0", "@vscode/test-electron": "^2.3.10", "eslint": "^8.57.0", - "glob": "^10.3.15", + "glob": "^10.3.16", "mocha": "^10.4.0", "ts-loader": "^9.5.1", "typescript": "^5.4.5", From b7f8cf40e185579319c02ba1944d6469f690eb16 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 May 2024 09:00:34 +0000 Subject: [PATCH 3/4] --- updated-dependencies: - dependency-name: "@microsoft/kiota-abstractions" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: kiota-dependencies - dependency-name: "@microsoft/kiota-authentication-azure" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: kiota-dependencies - dependency-name: "@microsoft/kiota-http-fetchlibrary" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: kiota-dependencies - dependency-name: "@microsoft/kiota-serialization-form" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: kiota-dependencies - dependency-name: "@microsoft/kiota-serialization-json" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: kiota-dependencies - dependency-name: "@microsoft/kiota-serialization-multipart" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: kiota-dependencies - dependency-name: "@microsoft/kiota-serialization-text" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: kiota-dependencies ... Signed-off-by: dependabot[bot] --- it/typescript/package-lock.json | 56 ++++++++++++++++----------------- it/typescript/package.json | 14 ++++----- 2 files changed, 35 insertions(+), 35 deletions(-) diff --git a/it/typescript/package-lock.json b/it/typescript/package-lock.json index 5ec63e4a4a..3c940410fa 100644 --- a/it/typescript/package-lock.json +++ b/it/typescript/package-lock.json @@ -10,13 +10,13 @@ "license": "MIT", "dependencies": { "@azure/identity": "^4.2.0", - "@microsoft/kiota-abstractions": "^1.0.0-preview.52", - "@microsoft/kiota-authentication-azure": "^1.0.0-preview.47", - "@microsoft/kiota-http-fetchlibrary": "^1.0.0-preview.51", - "@microsoft/kiota-serialization-form": "^1.0.0-preview.41", - "@microsoft/kiota-serialization-json": "^1.0.0-preview.52", - "@microsoft/kiota-serialization-multipart": "^1.0.0-preview.30", - "@microsoft/kiota-serialization-text": "^1.0.0-preview.49", + "@microsoft/kiota-abstractions": "^1.0.0-preview.53", + "@microsoft/kiota-authentication-azure": "^1.0.0-preview.48", + "@microsoft/kiota-http-fetchlibrary": "^1.0.0-preview.52", + "@microsoft/kiota-serialization-form": "^1.0.0-preview.42", + "@microsoft/kiota-serialization-json": "^1.0.0-preview.53", + "@microsoft/kiota-serialization-multipart": "^1.0.0-preview.31", + "@microsoft/kiota-serialization-text": "^1.0.0-preview.50", "express": "^4.19.2", "node-fetch": "^2.7.0" }, @@ -678,9 +678,9 @@ "dev": true }, "node_modules/@microsoft/kiota-abstractions": { - "version": "1.0.0-preview.52", - "resolved": "https://registry.npmjs.org/@microsoft/kiota-abstractions/-/kiota-abstractions-1.0.0-preview.52.tgz", - "integrity": "sha512-paz3PZWxtmG6g9i32EFF5hMTEmZay8JA7ciNZIN/Ilc1LSZypyTNRh43d2RfetlqSDj9KA23q9pBD9mBZHEvAQ==", + "version": "1.0.0-preview.53", + "resolved": "https://registry.npmjs.org/@microsoft/kiota-abstractions/-/kiota-abstractions-1.0.0-preview.53.tgz", + "integrity": "sha512-IoeitYuGFwJsrZF4PEKmC+4JgerDVR5NbAFfWGIOTtkl6KsIERlcUxVafeJmj0mQzIKlLXfgjqkgjuqKnb0OqQ==", "dependencies": { "@opentelemetry/api": "^1.7.0", "@std-uritemplate/std-uritemplate": "^0.0.57", @@ -703,9 +703,9 @@ } }, "node_modules/@microsoft/kiota-authentication-azure": { - "version": "1.0.0-preview.47", - "resolved": "https://registry.npmjs.org/@microsoft/kiota-authentication-azure/-/kiota-authentication-azure-1.0.0-preview.47.tgz", - "integrity": "sha512-ilkj9uLQCyWIhmt5q2V9zIfittwUbq4iNNfq8RkGHfdNIuduAU80uewWbsQVw77O9JDutHgQGNsf/GfbwGKDcA==", + "version": "1.0.0-preview.48", + "resolved": "https://registry.npmjs.org/@microsoft/kiota-authentication-azure/-/kiota-authentication-azure-1.0.0-preview.48.tgz", + "integrity": "sha512-zlVSrXuI2TvryvxeCyftYp78fRsxGMY16N6Tx2alkxP+LyxoPay/SqneFAavc10Ot0YIewYqAsGaxHqvsnTe5w==", "dependencies": { "@azure/core-auth": "^1.5.0", "@microsoft/kiota-abstractions": "*", @@ -714,9 +714,9 @@ } }, "node_modules/@microsoft/kiota-http-fetchlibrary": { - "version": "1.0.0-preview.51", - "resolved": "https://registry.npmjs.org/@microsoft/kiota-http-fetchlibrary/-/kiota-http-fetchlibrary-1.0.0-preview.51.tgz", - "integrity": "sha512-BDJDjanOME/D0DCgWlLDDMc9lSra8tPz895aaTYjqoSE3aFNuz8Xs9IP0NgWKiq74TMvwLt6NcBP/dxEexroJw==", + "version": "1.0.0-preview.52", + "resolved": "https://registry.npmjs.org/@microsoft/kiota-http-fetchlibrary/-/kiota-http-fetchlibrary-1.0.0-preview.52.tgz", + "integrity": "sha512-WakWioua/sYgcj1Crw+QnuKKhS2fELXNy9QRa1lZwbWXjIyimINzq/dyPi4qW3aMd2+ps2UFh6SjxC315hvPkg==", "dependencies": { "@microsoft/kiota-abstractions": "*", "@opentelemetry/api": "^1.7.0", @@ -725,9 +725,9 @@ } }, "node_modules/@microsoft/kiota-serialization-form": { - "version": "1.0.0-preview.41", - "resolved": "https://registry.npmjs.org/@microsoft/kiota-serialization-form/-/kiota-serialization-form-1.0.0-preview.41.tgz", - "integrity": "sha512-MysutbmoYC7v64zLNAvn8j/IZ9otLk8/mTN0af4E15cja27rGG9z9fZhz7ms+3dyZaZw/CFUWuc4uH38orPvIw==", + "version": "1.0.0-preview.42", + "resolved": "https://registry.npmjs.org/@microsoft/kiota-serialization-form/-/kiota-serialization-form-1.0.0-preview.42.tgz", + "integrity": "sha512-kAvsO9f4QLg1XR+6MiHM96J/rRWfOuo/6a+zcQHkJsAQ1ZKl+McmmSO+uDWruIzEv+ejWG2LjqvDcMT/185w4A==", "dependencies": { "@microsoft/kiota-abstractions": "*", "guid-typescript": "^1.0.9", @@ -735,9 +735,9 @@ } }, "node_modules/@microsoft/kiota-serialization-json": { - "version": "1.0.0-preview.52", - "resolved": "https://registry.npmjs.org/@microsoft/kiota-serialization-json/-/kiota-serialization-json-1.0.0-preview.52.tgz", - "integrity": "sha512-IBD7ZUTf/aHuxd4yof1ldCbj7EfRcIGanTeGI8dX7eEyVVTDNd0CQX7Ace/q48vmBZV0Dw3gLLStuHgTnJwQTQ==", + "version": "1.0.0-preview.53", + "resolved": "https://registry.npmjs.org/@microsoft/kiota-serialization-json/-/kiota-serialization-json-1.0.0-preview.53.tgz", + "integrity": "sha512-mFwZw4lIT/gLgbIPUoNDymm+KqOLdnGr/cYNJszRHrKeEOZMOJ+GLodXj7ArizXheBsTpLY+Xm0h5OBflyRnfA==", "dependencies": { "@microsoft/kiota-abstractions": "*", "guid-typescript": "^1.0.9", @@ -745,9 +745,9 @@ } }, "node_modules/@microsoft/kiota-serialization-multipart": { - "version": "1.0.0-preview.30", - "resolved": "https://registry.npmjs.org/@microsoft/kiota-serialization-multipart/-/kiota-serialization-multipart-1.0.0-preview.30.tgz", - "integrity": "sha512-J0saizrhWLGNtvFXsPt3yPevM+cNDHbJdN0YFiymkumkEKEnDJ9VUR23TWLe73AYwMuJMf0ZfFox3hA5rxWokw==", + "version": "1.0.0-preview.31", + "resolved": "https://registry.npmjs.org/@microsoft/kiota-serialization-multipart/-/kiota-serialization-multipart-1.0.0-preview.31.tgz", + "integrity": "sha512-B4xDq2dl++WExggPe0qDVpG3K+IXqvUDggz78xiZClFE6BjjfCsmyGH0TvdrW7cnKUvTHqRye1CbnCSJTvg8Lw==", "dependencies": { "@microsoft/kiota-abstractions": "*", "guid-typescript": "^1.0.9", @@ -755,9 +755,9 @@ } }, "node_modules/@microsoft/kiota-serialization-text": { - "version": "1.0.0-preview.49", - "resolved": "https://registry.npmjs.org/@microsoft/kiota-serialization-text/-/kiota-serialization-text-1.0.0-preview.49.tgz", - "integrity": "sha512-MY72/E4k7Ni9R4AaTToQ5Dnjl+1b8Eg4/9buVxpeXrxH4MtSTVspawKAVDWW5/VKg9PDmyWSmH18SJ5N+8bhhA==", + "version": "1.0.0-preview.50", + "resolved": "https://registry.npmjs.org/@microsoft/kiota-serialization-text/-/kiota-serialization-text-1.0.0-preview.50.tgz", + "integrity": "sha512-XXpvSIcR/44poyR3uk3YPIuvouWEfAMPVZGzt8m/2Dhspf/FjT+eXeKW/RInYXRwv9rFY8HbVV5q9H8GEBHjCg==", "dependencies": { "@microsoft/kiota-abstractions": "*", "guid-typescript": "^1.0.9", diff --git a/it/typescript/package.json b/it/typescript/package.json index 3b56db4132..5186673005 100644 --- a/it/typescript/package.json +++ b/it/typescript/package.json @@ -31,13 +31,13 @@ }, "dependencies": { "@azure/identity": "^4.2.0", - "@microsoft/kiota-abstractions": "^1.0.0-preview.52", - "@microsoft/kiota-authentication-azure": "^1.0.0-preview.47", - "@microsoft/kiota-http-fetchlibrary": "^1.0.0-preview.51", - "@microsoft/kiota-serialization-form": "^1.0.0-preview.41", - "@microsoft/kiota-serialization-json": "^1.0.0-preview.52", - "@microsoft/kiota-serialization-multipart": "^1.0.0-preview.30", - "@microsoft/kiota-serialization-text": "^1.0.0-preview.49", + "@microsoft/kiota-abstractions": "^1.0.0-preview.53", + "@microsoft/kiota-authentication-azure": "^1.0.0-preview.48", + "@microsoft/kiota-http-fetchlibrary": "^1.0.0-preview.52", + "@microsoft/kiota-serialization-form": "^1.0.0-preview.42", + "@microsoft/kiota-serialization-json": "^1.0.0-preview.53", + "@microsoft/kiota-serialization-multipart": "^1.0.0-preview.31", + "@microsoft/kiota-serialization-text": "^1.0.0-preview.50", "express": "^4.19.2", "node-fetch": "^2.7.0" } From 680ac7c3e01356ef323c427e8a66317dbd42b7f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 May 2024 09:00:39 +0000 Subject: [PATCH 4/4] --- updated-dependencies: - dependency-name: vscode-jsonrpc dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- vscode/microsoft-kiota/package-lock.json | 8 ++++---- vscode/microsoft-kiota/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/vscode/microsoft-kiota/package-lock.json b/vscode/microsoft-kiota/package-lock.json index d702ab60d4..0646280f00 100644 --- a/vscode/microsoft-kiota/package-lock.json +++ b/vscode/microsoft-kiota/package-lock.json @@ -13,7 +13,7 @@ "adm-zip": "^0.5.12", "is-online": "^10.0.0", "original-fs": "^1.2.0", - "vscode-jsonrpc": "^8.2.0" + "vscode-jsonrpc": "^8.2.1" }, "devDependencies": { "@types/adm-zip": "^0.5.5", @@ -3981,9 +3981,9 @@ "dev": true }, "node_modules/vscode-jsonrpc": { - "version": "8.2.0", - "resolved": "https://registry.npmjs.org/vscode-jsonrpc/-/vscode-jsonrpc-8.2.0.tgz", - "integrity": "sha512-C+r0eKJUIfiDIfwJhria30+TYWPtuHJXHtI7J0YlOmKAo7ogxP20T0zxB7HZQIFhIyvoBPwWskjxrvAtfjyZfA==", + "version": "8.2.1", + "resolved": "https://registry.npmjs.org/vscode-jsonrpc/-/vscode-jsonrpc-8.2.1.tgz", + "integrity": "sha512-kdjOSJ2lLIn7r1rtrMbbNCHjyMPfRnowdKjBQ+mGq6NAW5QY2bEZC/khaC5OR8svbbjvLEaIXkOq45e2X9BIbQ==", "engines": { "node": ">=14.0.0" } diff --git a/vscode/microsoft-kiota/package.json b/vscode/microsoft-kiota/package.json index d7bf7ebe06..23fde2fe34 100644 --- a/vscode/microsoft-kiota/package.json +++ b/vscode/microsoft-kiota/package.json @@ -444,7 +444,7 @@ "adm-zip": "^0.5.12", "is-online": "^10.0.0", "original-fs": "^1.2.0", - "vscode-jsonrpc": "^8.2.0" + "vscode-jsonrpc": "^8.2.1" }, "preview": true, "runtimeDependencies": [