From 5f21d859e66d156cf3bd05fac678f4b3eee192bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Mar 2021 13:44:37 +0000 Subject: [PATCH] Bump npm from 7.6.2 to 7.6.3 Bumps [npm](https://github.com/npm/cli) from 7.6.2 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.2...v7.6.3) Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index cbe65434..c11cea34 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12945,11 +12945,11 @@ "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==" }, "npm": { - "version": "7.6.2", - "resolved": "https://registry.npmjs.org/npm/-/npm-7.6.2.tgz", - "integrity": "sha512-XXlLw6+HNG5GXt/T+xOAK8QXQ3x3VhIOBmWtiTw6yavFeTelleN2uAf8zG7HwSv9pBxLA4FHx7vGmlMKxAkqDQ==", + "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.7", + "@npmcli/arborist": "^2.2.8", "@npmcli/ci-detect": "^1.2.0", "@npmcli/config": "^1.2.9", "@npmcli/run-script": "^1.8.3", @@ -13018,7 +13018,7 @@ }, "dependencies": { "@npmcli/arborist": { - "version": "2.2.7", + "version": "2.2.8", "bundled": true, "requires": { "@npmcli/installed-package-contents": "^1.0.7", diff --git a/package.json b/package.json index fc6a9db7..3576d0c3 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "minimist": "^1.2.5", "next": "^9.5.3", "next-pwa": "^3.1.5", - "npm": "^7.6.2", + "npm": "^7.6.3", "perfume.js": "^5.3.0", "react": "^16.14.0", "react-bootstrap": "^1.5.2",