From adc98842257a3b635b663d7107d11b873b94d385 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jan 2024 17:04:50 +0000 Subject: [PATCH] build(deps): update dependency azure-devops-node-api to v12.2.0 (#26729) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- pnpm-lock.yaml | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 02638a2f13..3e4ed9b897 100644 --- a/package.json +++ b/package.json @@ -176,7 +176,7 @@ "aggregate-error": "3.1.0", "auth-header": "1.0.0", "aws4": "1.12.0", - "azure-devops-node-api": "12.1.0", + "azure-devops-node-api": "12.2.0", "bunyan": "1.8.15", "cacache": "18.0.2", "cacheable-lookup": "5.0.4", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 1e2280e37c..d46d7905aa 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -102,8 +102,8 @@ importers: specifier: 1.12.0 version: 1.12.0 azure-devops-node-api: - specifier: 12.1.0 - version: 12.1.0 + specifier: 12.2.0 + version: 12.2.0 bunyan: specifier: 1.8.15 version: 1.8.15 @@ -4523,8 +4523,8 @@ packages: resolution: {integrity: sha512-NmWvPnx0F1SfrQbYwOi7OeaNGokp9XhzNioJ/CSBs8Qa4vxug81mhJEAVZwxXuBmYB5KDRfMq/F3RR0BIU7sWg==} dev: false - /azure-devops-node-api@12.1.0: - resolution: {integrity: sha512-VY+G45eNKVJfMIO0uyZfbi4PzUR8JHEfsHQjEUAXUGRkYhhBbhGHjy8cpiyYFxLXc3a4PL5cqgqqV/YD1SaCXg==} + /azure-devops-node-api@12.2.0: + resolution: {integrity: sha512-htza/rAmMNdLWpoFh5kG7CQFaZ17ylDEGCcQCTIu39R33YFCB8LIJNzjIL9Uqudzc5VdU47sxcXxAJvcuwc3Tw==} dependencies: tunnel: 0.0.6 typed-rest-client: 1.8.11 @@ -10624,6 +10624,7 @@ packages: /wrappy@1.0.2: resolution: {integrity: sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==} + requiresBuild: true /write-file-atomic@3.0.3: resolution: {integrity: sha512-AvHcyZ5JnSfq3ioSyjrBkH9yW4m7Ayk8/9My/DD9onKeu/94fwrMocemO2QAJFAlnnDN+ZDS+ZjAR5ua1/PV/Q==} -- GitLab