From 4813595e40d7935d1a33656248f2650814554348 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 16 Oct 2021 21:22:58 +0200 Subject: [PATCH] fix(deps): update dependency npm to v7.24.2 (#2502) Co-authored-by: Renovate Bot Co-authored-by: Juan Picado --- pnpm-lock.yaml | 10 ++++++---- test/e2e-cli/package.json | 2 +- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index cd06705e4..155e17bef 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1225,7 +1225,7 @@ importers: debug: 4.3.2 fs-extra: 10.0.0 get-port: 5.1.1 - npm: 7.22.0 + npm: 7.24.2 pnpm: 6.14.6 request: 2.87.0 semver: 7.3.5 @@ -1233,7 +1233,7 @@ importers: yarn: 1.22.11 dependencies: debug: 4.3.2 - npm: 7.22.0 + npm: 7.24.2 pnpm: 6.14.6 request: 2.87.0 yarn: 1.22.11 @@ -16687,12 +16687,13 @@ packages: engines: {node: '>=6.0.0'} dev: false - /npm/7.22.0: - resolution: {integrity: sha512-HJnjTCrGGnacPMCSnrxuHGf2H4VdrY7hwTAK1RwByg0K96KIuTR4QNioFW+bnc/pW0uwpk9lLsDf4BeEQhTv2Q==} + /npm/7.24.2: + resolution: {integrity: sha512-120p116CE8VMMZ+hk8IAb1inCPk4Dj3VZw29/n2g6UI77urJKVYb7FZUDW8hY+EBnfsjI/2yrobBgFyzo7YpVQ==} engines: {node: '>=10'} hasBin: true dev: false bundledDependencies: + - '@isaacs/string-locale-compare' - '@npmcli/arborist' - '@npmcli/ci-detect' - '@npmcli/config' @@ -16737,6 +16738,7 @@ packages: - node-gyp - nopt - npm-audit-report + - npm-install-checks - npm-package-arg - npm-pick-manifest - npm-profile diff --git a/test/e2e-cli/package.json b/test/e2e-cli/package.json index a5b58ce37..d8a14042a 100644 --- a/test/e2e-cli/package.json +++ b/test/e2e-cli/package.json @@ -4,7 +4,7 @@ "version": "1.0.1-alpha.0", "dependencies": { "debug": "4.3.2", - "npm": "7.22.0", + "npm": "7.24.2", "pnpm": "6.14.6", "request": "2.87.0", "yarn": "1.22.11"