From d6a891b999614ede677434c695a96cce32939696 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 19 Aug 2022 16:18:14 +1000 Subject: [PATCH] Bump PowerShell dependencies (#90) * Update ./modules.json * Bump change log Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Bernie White --- CHANGELOG.md | 6 ++++++ modules.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f892f81..f486fc4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ ## Unreleased +What's changed since pre-release v0.5.0-B0005: + +- Engineering: + - Bump PSRule to v2.3.2. + [#90](https://github.com/microsoft/PSRule.Monitor/pull/90) + ## v0.5.0-B0005 (pre-release) What's changed since v0.4.0: diff --git a/modules.json b/modules.json index 87e43c1..36a8aa7 100644 --- a/modules.json +++ b/modules.json @@ -1,7 +1,7 @@ { "dependencies": { "PSRule": { - "version": "1.6.0" + "version": "2.3.2" } }, "devDependencies": {