From 4202c7c95862a2668348cb5eb528c840c3e6ef0b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jul 2024 13:28:42 +1000 Subject: [PATCH] Bump System.Drawing.Common from 8.0.6 to 8.0.7 (#1867) * Bump System.Drawing.Common from 8.0.6 to 8.0.7 Bumps System.Drawing.Common from 8.0.6 to 8.0.7. --- updated-dependencies: - dependency-name: System.Drawing.Common dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * Bump change log --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Bernie White --- docs/CHANGELOG-v3.md | 4 ++-- src/PSRule.BuildTool/PSRule.BuildTool.csproj | 2 +- src/PSRule.BuildTool/packages.lock.json | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/CHANGELOG-v3.md b/docs/CHANGELOG-v3.md index 7868207edf..8e1183d1cc 100644 --- a/docs/CHANGELOG-v3.md +++ b/docs/CHANGELOG-v3.md @@ -41,8 +41,8 @@ What's changed since pre-release v3.0.0-B0203: [#1840](https://github.com/microsoft/PSRule/pull/1840) - Bump xunit.runner.visualstudio to v2.8.1. [#1841](https://github.com/microsoft/PSRule/pull/1841) - - Bump System.Drawing.Common to v8.0.6. - [#1843](https://github.com/microsoft/PSRule/pull/1843) + - Bump System.Drawing.Common to v8.0.7. + [#1867](https://github.com/microsoft/PSRule/pull/1867) - Bump YamlDotNet to v15.3.0. [#1856](https://github.com/microsoft/PSRule/pull/1856) - Bump Microsoft.CodeAnalysis.Common to v4.10.0. diff --git a/src/PSRule.BuildTool/PSRule.BuildTool.csproj b/src/PSRule.BuildTool/PSRule.BuildTool.csproj index 63b75d9479..fd4e7adec9 100644 --- a/src/PSRule.BuildTool/PSRule.BuildTool.csproj +++ b/src/PSRule.BuildTool/PSRule.BuildTool.csproj @@ -11,7 +11,7 @@ - + diff --git a/src/PSRule.BuildTool/packages.lock.json b/src/PSRule.BuildTool/packages.lock.json index 0de64816a8..d0791d91a6 100644 --- a/src/PSRule.BuildTool/packages.lock.json +++ b/src/PSRule.BuildTool/packages.lock.json @@ -30,9 +30,9 @@ }, "System.Drawing.Common": { "type": "Direct", - "requested": "[8.0.6, )", - "resolved": "8.0.6", - "contentHash": "aSwRnJzz6fZ73JvWMMG0KvBwOnXsBTFtfHLriQyAPrDIZ+NrDfl15GWbO/A35k0dtH77D7jfxzEcFF7RONtU/w==", + "requested": "[8.0.7, )", + "resolved": "8.0.7", + "contentHash": "DoeBae0gZvxs3mtfoub6F1k28fSkFPzmhFuvblplKMnLYKmTMVy0j4Yxahh96KM532JzHGDxhJn1VpMKSB1pyg==", "dependencies": { "Microsoft.Win32.SystemEvents": "8.0.0" }