From 0b9f98c2327d20504180b3344a4290ca285ed660 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 21:58:15 +0000 Subject: [PATCH] build(deps): update dependency cacache to v18.0.1 (#26120) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- pnpm-lock.yaml | 20 ++++++++++---------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/package.json b/package.json index b19559c52d0e00..39b8d73d9f41bd 100644 --- a/package.json +++ b/package.json @@ -177,7 +177,7 @@ "aws4": "1.12.0", "azure-devops-node-api": "12.1.0", "bunyan": "1.8.15", - "cacache": "18.0.0", + "cacache": "18.0.1", "cacheable-lookup": "5.0.4", "chalk": "4.1.2", "changelog-filename-regex": "2.0.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index dfd940ea47404d..d5adc7042906e0 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -108,8 +108,8 @@ importers: specifier: 1.8.15 version: 1.8.15 cacache: - specifier: 18.0.0 - version: 18.0.0 + specifier: 18.0.1 + version: 18.0.1 cacheable-lookup: specifier: 5.0.4 version: 5.0.4 @@ -4714,8 +4714,8 @@ packages: safe-json-stringify: 1.2.0 dev: false - /cacache@18.0.0: - resolution: {integrity: sha512-I7mVOPl3PUCeRub1U8YoGz2Lqv9WOBpobZ8RyWFXmReuILz+3OAyTa5oH3QPdtKZD7N0Yk00aLfzn0qvp8dZ1w==} + /cacache@18.0.1: + resolution: {integrity: sha512-g4Uf2CFZPaxtJKre6qr4zqLDOOPU7bNVhWjlNhvzc51xaTOx2noMOLhfFkTAqwtrAZAKQUuDfyjitzilpA8WsQ==} engines: {node: ^16.14.0 || >=18.0.0} dependencies: '@npmcli/fs': 3.1.0 @@ -4723,7 +4723,7 @@ packages: glob: 10.3.10 lru-cache: 10.1.0 minipass: 7.0.4 - minipass-collect: 1.0.2 + minipass-collect: 2.0.1 minipass-flush: 1.0.5 minipass-pipeline: 1.2.4 p-map: 4.0.0 @@ -7853,7 +7853,7 @@ packages: requiresBuild: true dependencies: '@npmcli/agent': 2.2.0 - cacache: 18.0.0 + cacache: 18.0.1 http-cache-semantics: 4.1.1 is-lambda: 1.0.1 minipass: 7.0.4 @@ -8151,11 +8151,11 @@ packages: /minimist@1.2.8: resolution: {integrity: sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==} - /minipass-collect@1.0.2: - resolution: {integrity: sha512-6T6lH0H8OG9kITm/Jm6tdooIbogG9e0tLgpY6mphXSm/A9u8Nq1ryBG+Qspiub9LjWlBPsPS3tWQ/Botq4FdxA==} - engines: {node: '>= 8'} + /minipass-collect@2.0.1: + resolution: {integrity: sha512-D7V8PO9oaz7PWGLbCACuI1qEOsq7UKfLotx/C0Aet43fCUB/wfQ7DYeq2oR/svFJGYDHPr38SHATeaj/ZoKHKw==} + engines: {node: '>=16 || 14 >=14.17'} dependencies: - minipass: 3.3.6 + minipass: 7.0.4 dev: false /minipass-fetch@3.0.4: