Skip to content

Commit

Permalink
Bump PowerShell dependencies (#1858)
Browse files Browse the repository at this point in the history
* Update ./modules.json

* Bump change log

---------

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
BernieWhite and github-actions[bot] authored Jun 19, 2024
1 parent 364cfd3 commit cf84f5b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions docs/CHANGELOG-v3.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ What's changed since pre-release v3.0.0-B0203:
[#1843](https://github.com/microsoft/PSRule/pull/1843)
- Bump YamlDotNet to v15.1.6.
[#1846](https://github.com/microsoft/PSRule/pull/1846)
- Bump Pester to v5.6.0.
[#1858](https://github.com/microsoft/PSRule/pull/1858)
- Bump PSScriptAnalyzer to v1.22.0.
[#1858](https://github.com/microsoft/PSRule/pull/1858)

## v3.0.0-B0203 (pre-release)

Expand Down
4 changes: 2 additions & 2 deletions modules.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
"dependencies": {},
"devDependencies": {
"Pester": {
"version": "5.5.0"
"version": "5.6.0"
},
"platyPS": {
"version": "0.14.2"
},
"PSScriptAnalyzer": {
"version": "1.21.0"
"version": "1.22.0"
}
}
}

0 comments on commit cf84f5b

Please sign in to comment.