From 89d91d27381e1f44d01ae46195dcaf8bcfb0a1c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 21 Feb 2026 14:47:56 +0000 Subject: [PATCH] Bump System.CommandLine from 2.0.0-beta1.21308.1 to 2.0.3 --- updated-dependencies: - dependency-name: System.CommandLine dependency-version: 2.0.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .../PSRule.Rules.Azure.BuildTool.csproj | 2 +- .../packages.lock.json | 20 +++---------------- 2 files changed, 4 insertions(+), 18 deletions(-) diff --git a/src/PSRule.Rules.Azure.BuildTool/PSRule.Rules.Azure.BuildTool.csproj b/src/PSRule.Rules.Azure.BuildTool/PSRule.Rules.Azure.BuildTool.csproj index 4d8e6261867..91ce081c22a 100644 --- a/src/PSRule.Rules.Azure.BuildTool/PSRule.Rules.Azure.BuildTool.csproj +++ b/src/PSRule.Rules.Azure.BuildTool/PSRule.Rules.Azure.BuildTool.csproj @@ -10,7 +10,7 @@ - + diff --git a/src/PSRule.Rules.Azure.BuildTool/packages.lock.json b/src/PSRule.Rules.Azure.BuildTool/packages.lock.json index 0c28b753ad8..bf480406ae8 100644 --- a/src/PSRule.Rules.Azure.BuildTool/packages.lock.json +++ b/src/PSRule.Rules.Azure.BuildTool/packages.lock.json @@ -20,33 +20,19 @@ }, "System.CommandLine": { "type": "Direct", - "requested": "[2.0.0-beta1.21308.1, )", - "resolved": "2.0.0-beta1.21308.1", - "contentHash": "X8qLygjyktfmcNMNFekMkumyaTblJmkH3BBbKiQlk4FvJfp613gkMKrA0CNqLUT9tEfLcm3XMzAbsiYFwM8zbQ==", - "dependencies": { - "Microsoft.CSharp": "4.4.1", - "system.memory": "4.5.4" - } + "requested": "[2.0.3, )", + "resolved": "2.0.3", + "contentHash": "5nY9hlrGGFEmyecNUux58sohD2Q16U6jlFBYwH57b2IVUs+u7LfMFaHwOtw2tuIi8CUl6jKXw5s4FuIt9aLtug==" }, "Microsoft.Build.Tasks.Git": { "type": "Transitive", "resolved": "8.0.0", "contentHash": "bZKfSIKJRXLTuSzLudMFte/8CempWjVamNUR5eHJizsy+iuOuO/k2gnh7W0dHJmYY0tBf+gUErfluCv5mySAOQ==" }, - "Microsoft.CSharp": { - "type": "Transitive", - "resolved": "4.4.1", - "contentHash": "A5hI3gk6WpcBI0QGZY6/d5CCaYUxJgi7iENn1uYEng+Olo8RfI5ReGVkjXjeu3VR3srLvVYREATXa2M0X7FYJA==" - }, "Microsoft.SourceLink.Common": { "type": "Transitive", "resolved": "8.0.0", "contentHash": "dk9JPxTCIevS75HyEQ0E4OVAFhB2N+V9ShCXf8Q6FkUQZDkgLI12y679Nym1YqsiSysuQskT7Z+6nUf3yab6Vw==" - }, - "System.Memory": { - "type": "Transitive", - "resolved": "4.5.4", - "contentHash": "1MbJTHS1lZ4bS4FmsJjnuGJOu88ZzTT2rLvrhW7Ygic+pC0NWA+3hgAen0HRdsocuQXCkUTdFn9yHJJhsijDXw==" } } }