From 78dcbaa57f3c568f44854c4a41d4da88e2698ae7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Mar 2021 09:21:36 +0000 Subject: [PATCH] Bump npm from 7.6.0 to 7.6.3 Bumps [npm](https://github.com/npm/cli) from 7.6.0 to 7.6.3. - [Release notes](https://github.com/npm/cli/releases) - [Changelog](https://github.com/npm/cli/blob/latest/CHANGELOG.md) - [Commits](https://github.com/npm/cli/compare/v7.6.0...v7.6.3) Signed-off-by: dependabot[bot] --- package-lock.json | 26 ++++++++++++++------------ package.json | 2 +- 2 files changed, 15 insertions(+), 13 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8e9b62e..55aebd0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -898,11 +898,11 @@ } }, "npm": { - "version": "7.6.0", - "resolved": "https://registry.npmjs.org/npm/-/npm-7.6.0.tgz", - "integrity": "sha512-1Jexc9EoGJEMEdWWLQMs2a7a5nNtD0INmBY4Gzv+RI727VZO05kruXhL8NnHtsvBfVn+eoMmBJKzy1exJRfymQ==", + "version": "7.6.3", + "resolved": "https://registry.npmjs.org/npm/-/npm-7.6.3.tgz", + "integrity": "sha512-+Cs8TEtkfdQGTIPw8AeqVtNNHyo1Zw8HATzAFFWYnK7jQYgT/CatEy85+BlEoEpqvga2uaKqVrXsTAYj28emjg==", "requires": { - "@npmcli/arborist": "^2.2.5", + "@npmcli/arborist": "^2.2.8", "@npmcli/ci-detect": "^1.2.0", "@npmcli/config": "^1.2.9", "@npmcli/run-script": "^1.8.3", @@ -910,7 +910,7 @@ "ansicolors": "~0.3.2", "ansistyles": "~0.1.3", "archy": "~1.0.0", - "byte-size": "^7.0.0", + "byte-size": "^7.0.1", "cacache": "^15.0.5", "chalk": "^4.1.0", "chownr": "^2.0.0", @@ -926,7 +926,7 @@ "json-parse-even-better-errors": "^2.3.1", "leven": "^3.1.0", "libnpmaccess": "^4.0.1", - "libnpmdiff": "^2.0.3", + "libnpmdiff": "^2.0.4", "libnpmfund": "^1.0.2", "libnpmhook": "^6.0.1", "libnpmorg": "^2.0.1", @@ -951,7 +951,7 @@ "npm-user-validate": "^1.0.1", "npmlog": "~4.1.2", "opener": "^1.5.2", - "pacote": "^11.2.7", + "pacote": "^11.3.0", "parse-conflict-json": "^1.1.1", "qrcode-terminal": "^0.12.0", "read": "~1.0.7", @@ -971,7 +971,7 @@ }, "dependencies": { "@npmcli/arborist": { - "version": "2.2.5", + "version": "2.2.8", "bundled": true, "requires": { "@npmcli/installed-package-contents": "^1.0.7", @@ -1246,7 +1246,7 @@ "bundled": true }, "byte-size": { - "version": "7.0.0", + "version": "7.0.1", "bundled": true }, "cacache": { @@ -1825,14 +1825,16 @@ } }, "libnpmdiff": { - "version": "2.0.3", + "version": "2.0.4", "bundled": true, "requires": { "@npmcli/disparity-colors": "^1.0.1", + "@npmcli/installed-package-contents": "^1.0.7", "binary-extensions": "^2.2.0", "diff": "^5.0.0", "minimatch": "^3.0.4", - "pacote": "^11.2.3", + "npm-package-arg": "^8.1.1", + "pacote": "^11.3.0", "tar": "^6.1.0" } }, @@ -2185,7 +2187,7 @@ } }, "pacote": { - "version": "11.2.7", + "version": "11.3.0", "bundled": true, "requires": { "@npmcli/git": "^2.0.1", diff --git a/package.json b/package.json index baaf75e..45ae519 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "express": "^4.17.1", "mongoose": "^5.11.18", "morgan": "^1.10.0", - "npm": "^7.6.0" + "npm": "^7.6.3" }, "devDependencies": { "codecov": "^3.8.1",