diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e1ed710..217ade0c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,8 +22,8 @@ What's changed since v2.9.0: [#695](https://github.com/microsoft/PSRule-pipelines/issues/695) - Bump VstsTaskSdk to v0.20.0. [#961](https://github.com/microsoft/PSRule-pipelines/pull/961) - - Bump azure-pipelines-task-lib to v4.17.0. - [#1056](https://github.com/microsoft/PSRule-pipelines/pull/1056) + - Bump azure-pipelines-task-lib to v4.17.2. + [#1068](https://github.com/microsoft/PSRule-pipelines/pull/1068) - Bump typescript to v5.5.4. [#1037](https://github.com/microsoft/PSRule-pipelines/pull/1037) - Bump Pester to v5.5.0. diff --git a/package-lock.json b/package-lock.json index 74726ec0..c9a8ba0b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7,7 +7,7 @@ "name": "psrule-pipelines", "license": "SEE LICENSE IN LICENSE", "dependencies": { - "azure-pipelines-task-lib": "^4.17.0" + "azure-pipelines-task-lib": "^4.17.2" }, "devDependencies": { "@types/mocha": "^10.0.8", @@ -1107,10 +1107,9 @@ } }, "node_modules/azure-pipelines-task-lib": { - "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==", - "license": "MIT", + "version": "4.17.2", + "resolved": "https://registry.npmjs.org/azure-pipelines-task-lib/-/azure-pipelines-task-lib-4.17.2.tgz", + "integrity": "sha512-kKG1I2cpHM0kqn/YlnZiA2J59/x4OraEZZ1/Cp6A7XOu0e+E1PfrfldVVOU/tdeW/xOFoexqA4EEV27LfH0YqQ==", "dependencies": { "adm-zip": "^0.5.10", "minimatch": "3.0.5", diff --git a/package.json b/package.json index d7e66527..e54b6c42 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "url": "https://github.com/microsoft/PSRule-pipelines/issues" }, "dependencies": { - "azure-pipelines-task-lib": "^4.17.0" + "azure-pipelines-task-lib": "^4.17.2" }, "devDependencies": { "@types/mocha": "^10.0.8",