From a61806a9426397dbf5e3c99735933cefb8a8a9b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Feb 2023 03:29:23 +0000 Subject: [PATCH 1/2] Bump System.CommandLine.DragonFruit Bumps [System.CommandLine.DragonFruit](https://github.com/dotnet/command-line-api) from 0.3.0-alpha.20371.2 to 0.3.0-alpha.21216.1. - [Release notes](https://github.com/dotnet/command-line-api/releases) - [Changelog](https://github.com/dotnet/command-line-api/blob/main/docs/History.md) - [Commits](https://github.com/dotnet/command-line-api/commits) --- updated-dependencies: - dependency-name: System.CommandLine.DragonFruit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- src/ApiGenerator/ApiGenerator.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ApiGenerator/ApiGenerator.csproj b/src/ApiGenerator/ApiGenerator.csproj index 0c9d11077f..dccc49b90e 100644 --- a/src/ApiGenerator/ApiGenerator.csproj +++ b/src/ApiGenerator/ApiGenerator.csproj @@ -14,7 +14,7 @@ - + From 144238f30c8d015a0f52490844193830a8bb9c0e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 20 Feb 2023 03:30:28 +0000 Subject: [PATCH 2/2] Update changelog & packages.lock.json Signed-off-by: dependabot[bot] --- CHANGELOG.md | 1 + src/ApiGenerator/packages.lock.json | 20 ++++++++++---------- 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e943b0c96..442e0347e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -38,5 +38,6 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) - Bumps `ConfigureAwaitChecker.Analyzer` from 4.0.0 to 5.0.0.1 - Bumps `Bogus` from 22.1.2 to 34.0.2 - Bumps `ShellProgressBar` from 5.0.0 to 5.2.0 +- Bumps `System.CommandLine.DragonFruit` from 0.3.0-alpha.20371.2 to 0.3.0-alpha.21216.1 [Unreleased]: https://github.com/opensearch-project/opensearch-net/compare/1.2.0...HEAD \ No newline at end of file diff --git a/src/ApiGenerator/packages.lock.json b/src/ApiGenerator/packages.lock.json index fe978004c4..5c99a0e6f9 100644 --- a/src/ApiGenerator/packages.lock.json +++ b/src/ApiGenerator/packages.lock.json @@ -74,12 +74,12 @@ }, "System.CommandLine.DragonFruit": { "type": "Direct", - "requested": "[0.3.0-alpha.20371.2, )", - "resolved": "0.3.0-alpha.20371.2", - "contentHash": "qLGFosjzbv/jzc3AnN5EgI88ODGGgGzcDQ5H9mt8j+boIVk+Sd9QwkGYw017A0lVT6pEgPXq3j/sLg5HmbtdeA==", + "requested": "[0.3.0-alpha.21216.1, )", + "resolved": "0.3.0-alpha.21216.1", + "contentHash": "o6AZB0f+4f1mXhq2Ypz620leo9wwsGq9pYPFo4dMfD9H4qcdk+bEEiHkxaQ/6wtCKwdt7cd68CaNrKLDOQe/7w==", "dependencies": { - "System.CommandLine": "2.0.0-beta1.20371.2", - "System.CommandLine.Rendering": "0.3.0-alpha.20371.2" + "System.CommandLine": "2.0.0-beta1.21216.1", + "System.CommandLine.Rendering": "0.3.0-alpha.21216.1" } }, "System.Text.Encodings.Web": { @@ -266,8 +266,8 @@ }, "System.CommandLine": { "type": "Transitive", - "resolved": "2.0.0-beta1.20371.2", - "contentHash": "L6cnw4QgaLAOpUPSW1TjYGJGKsUvyDYvdQ/Gqv0/EnOSzByEf+IlAK1sRu+bcAhBrdws+eNPcOarg1Qj33oNDA==", + "resolved": "2.0.0-beta1.21216.1", + "contentHash": "Nbv/tW8sbOKN5T+4SSVBMdk4ADSIpJpY4UHMsj3VkcNtOckIT4iyzagjF+W5FEh2YBRvmvVQijOTIZbUJ1+1aA==", "dependencies": { "Microsoft.CSharp": "4.4.1", "system.memory": "4.5.4" @@ -275,10 +275,10 @@ }, "System.CommandLine.Rendering": { "type": "Transitive", - "resolved": "0.3.0-alpha.20371.2", - "contentHash": "Giz/HUeNkosCnf1vkqHSTlbKGXIpthihn1ZDh2ZbwM3AOYGwv+ZOrgy/z9y3NNh3TCNyutHRf+c2Awg5TO27pA==", + "resolved": "0.3.0-alpha.21216.1", + "contentHash": "KZFPrPV4/+yRvtZZyDjcdW9oMOpX7+gHO9kNmHmNFgoXIyedc/PNN1fKa3UD1OX61sibMslyBIsV9QUFpcELiA==", "dependencies": { - "System.CommandLine": "2.0.0-beta1.20371.2" + "System.CommandLine": "2.0.0-beta1.21216.1" } }, "System.Globalization": {