* Update ./modules.json

* Bump change log

---------

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Bernie White <bewhite@microsoft.com>
This commit is contained in:
github-actions[bot] 2023-02-20 15:11:21 +10:00 коммит произвёл GitHub
Родитель 619dcc131a
Коммит 1af69aa142
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 9 добавлений и 7 удалений

Просмотреть файл

@ -5,10 +5,12 @@
What's changed since pre-release v0.4.0-B2208003:
- Engineering:
- Bump PSRule to v2.6.0.
[#116](https://github.com/microsoft/PSRule.Rules.CAF/pull/116)
- Bump PSRule.Rules.Azure to v1.22.1.
[#116](https://github.com/microsoft/PSRule.Rules.CAF/pull/116)
- Bump PSRule to v2.7.0.
[#127](https://github.com/microsoft/PSRule.Rules.CAF/pull/127)
- Bump PSRule.Rules.Azure to v1.24.2.
[#127](https://github.com/microsoft/PSRule.Rules.CAF/pull/127)
- Bump Pester to v5.4.0.
[#127](https://github.com/microsoft/PSRule.Rules.CAF/pull/127)
- Bump PSScriptAnalyzer to v1.21.0.
[#116](https://github.com/microsoft/PSRule.Rules.CAF/pull/116)

Просмотреть файл

@ -1,15 +1,15 @@
{
"dependencies": {
"PSRule": {
"version": "2.6.0"
"version": "2.7.0"
},
"PSRule.Rules.Azure": {
"version": "1.22.1"
"version": "1.24.2"
}
},
"devDependencies": {
"Pester": {
"version": "5.3.3"
"version": "5.4.0"
},
"platyPS": {
"version": "0.14.2"