Bump azure-pipelines-task-lib from 4.16.0 to 4.17.0 (#1056)

* Bump azure-pipelines-task-lib from 4.16.0 to 4.17.0

Bumps [azure-pipelines-task-lib](https://github.com/Microsoft/azure-pipelines-task-lib) from 4.16.0 to 4.17.0.
- [Commits](https://github.com/Microsoft/azure-pipelines-task-lib/commits)

---
updated-dependencies:
- dependency-name: azure-pipelines-task-lib
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump change log

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Bernie White <bewhite@microsoft.com>
This commit is contained in:
dependabot[bot] 2024-09-04 11:24:16 +10:00 коммит произвёл GitHub
Родитель 342ecefd6f
Коммит 15b6ad77f1
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
3 изменённых файлов: 7 добавлений и 7 удалений

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

@ -20,8 +20,8 @@ What's changed since v2.9.0:
- Engineering:
- Bump VstsTaskSdk to v0.20.0.
[#961](https://github.com/microsoft/PSRule-pipelines/pull/961)
- Bump azure-pipelines-task-lib to v4.16.0.
[#1049](https://github.com/microsoft/PSRule-pipelines/pull/1049)
- Bump azure-pipelines-task-lib to v4.17.0.
[#1056](https://github.com/microsoft/PSRule-pipelines/pull/1056)
- Bump typescript to v5.5.4.
[#1037](https://github.com/microsoft/PSRule-pipelines/pull/1037)
- Bump Pester to v5.5.0.

8
package-lock.json сгенерированный
Просмотреть файл

@ -7,7 +7,7 @@
"name": "psrule-pipelines",
"license": "SEE LICENSE IN LICENSE",
"dependencies": {
"azure-pipelines-task-lib": "^4.16.0"
"azure-pipelines-task-lib": "^4.17.0"
},
"devDependencies": {
"@types/mocha": "^10.0.6",
@ -1072,9 +1072,9 @@
}
},
"node_modules/azure-pipelines-task-lib": {
"version": "4.16.0",
"resolved": "https://registry.npmjs.org/azure-pipelines-task-lib/-/azure-pipelines-task-lib-4.16.0.tgz",
"integrity": "sha512-hjyDi5GI1cFmS2o6GzTFPqloeTZBeaTLOjPn/H3CVr0vV/MV+eYoWszVe9kn7XnRSiv22j3p4Rhw/Sy4v1okxA==",
"version": "4.17.0",
"resolved": "https://registry.npmjs.org/azure-pipelines-task-lib/-/azure-pipelines-task-lib-4.17.0.tgz",
"integrity": "sha512-WSopDnRAQAnxqKf7SEVHQS88NjCUNDQAc3qE6xqQWEwo8UeaK3UISxHXrVlaW0frjrgMhs3m+RhZPDlyIGYmhA==",
"dependencies": {
"adm-zip": "^0.5.10",
"minimatch": "3.0.5",

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

@ -15,7 +15,7 @@
"url": "https://github.com/microsoft/PSRule-pipelines/issues"
},
"dependencies": {
"azure-pipelines-task-lib": "^4.16.0"
"azure-pipelines-task-lib": "^4.17.0"
},
"devDependencies": {
"@types/mocha": "^10.0.6",