From b2ac6eef194e8e840f616fca21282e0d2c72752d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 23 Apr 2022 00:32:51 +0000 Subject: [PATCH] pester: Update to version 5.3.2 --- bucket/pester.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/pester.json b/bucket/pester.json index ee73b87347..c4d567c69d 100644 --- a/bucket/pester.json +++ b/bucket/pester.json @@ -1,19 +1,19 @@ { - "version": "5.3.1", + "version": "5.3.2", "description": "Pester is a test and mock framework for PowerShell.", "homepage": "https://pester.dev", "license": "Apache-2.0", - "notes":[ + "notes": [ "'Pester' is currently installed as a PS module", "For more information, visit: 'https://pester.dev/docs/quick-start'" ], - "url": "https://globalcdn.nuget.org/packages/pester.5.3.1.nupkg", - "hash": "ea4ed471b21a614bd3f4a157623941e372deea60c0e224e1e0f7ef5527a8b30c", + "url": "https://globalcdn.nuget.org/packages/pester.5.3.2.nupkg", + "hash": "b527ceb5b3cb82e0fc9b1b528180ef3266e666962d78a76c06117ee779d40c5c", "extract_dir": "tools", "psmodule": { "name": "Pester" }, - "checkver":{ + "checkver": { "github": "https://github.com/pester/Pester" }, "autoupdate": {