From bdceb5378a101e4f6d50dab254baeb05a39257e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Feb 2021 05:05:45 +0000 Subject: [PATCH] Bump @npmcli/arborist from 2.2.1 to 2.2.2 in /npm_and_yarn/helpers Bumps [@npmcli/arborist](https://github.com/npm/arborist) from 2.2.1 to 2.2.2. - [Release notes](https://github.com/npm/arborist/releases) - [Changelog](https://github.com/npm/arborist/blob/main/CHANGELOG.md) - [Commits](https://github.com/npm/arborist/compare/v2.2.1...v2.2.2) Signed-off-by: dependabot[bot] --- npm_and_yarn/helpers/package.json | 2 +- npm_and_yarn/helpers/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/npm_and_yarn/helpers/package.json b/npm_and_yarn/helpers/package.json index 7cf662385c..d8e274b8a1 100644 --- a/npm_and_yarn/helpers/package.json +++ b/npm_and_yarn/helpers/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@dependabot/yarn-lib": "^1.21.1", - "@npmcli/arborist": "^2.2.1", + "@npmcli/arborist": "^2.2.2", "detect-indent": "^6.0.0", "npm6": "npm:npm@6.14.11", "npm7": "npm:npm@7.4.0", diff --git a/npm_and_yarn/helpers/yarn.lock b/npm_and_yarn/helpers/yarn.lock index 22d00aa9e0..3473994b15 100644 --- a/npm_and_yarn/helpers/yarn.lock +++ b/npm_and_yarn/helpers/yarn.lock @@ -543,10 +543,10 @@ "@types/yargs" "^15.0.0" chalk "^4.0.0" -"@npmcli/arborist@^2.0.0", "@npmcli/arborist@^2.0.3", "@npmcli/arborist@^2.2.1": - version "2.2.1" - resolved "https://registry.yarnpkg.com/@npmcli/arborist/-/arborist-2.2.1.tgz#5fbf3b697f3315be124e3477c17793ad9a68828a" - integrity sha512-J76nY+TYhxNLFAnWy1HqfjszC6dHy5zxHHFt1LJ2pgBDcb00ipNAbTX0qtyv6FPTF67hPErmPKePaKtFr5KvEA== +"@npmcli/arborist@^2.0.0", "@npmcli/arborist@^2.0.3", "@npmcli/arborist@^2.2.2": + version "2.2.2" + resolved "https://registry.yarnpkg.com/@npmcli/arborist/-/arborist-2.2.2.tgz#e059847cf0d65579a5b3fdf0eae9d39d458e2593" + integrity sha512-X6sl303t4UQUD42JKqgicOG1kEUoncu1x8IH4s3YUq/m3ALIMFAsorJ8DNa8RDVbjOvJ+aB9X9Aif/pB1xQLog== dependencies: "@npmcli/installed-package-contents" "^1.0.6" "@npmcli/map-workspaces" "^1.0.2"