From 666ac238681aea52875f56814a168873407000c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Mar 2022 07:12:04 -0800 Subject: [PATCH] deps: update @npmcli/map-workspaces requirement from ^2.0.1 to ^2.0.2 (#82) Updates the requirements on [@npmcli/map-workspaces](https://github.com/npm/map-workspaces) to permit the latest version. - [Release notes](https://github.com/npm/map-workspaces/releases) - [Changelog](https://github.com/npm/map-workspaces/blob/main/CHANGELOG.md) - [Commits](https://github.com/npm/map-workspaces/compare/v2.0.1...v2.0.2) --- updated-dependencies: - dependency-name: "@npmcli/map-workspaces" dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a8075b2a..ef10c33e 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "license": "ISC", "dependencies": { "@npmcli/fs": "^2.0.1", - "@npmcli/map-workspaces": "^2.0.1", + "@npmcli/map-workspaces": "^2.0.2", "@npmcli/package-json": "^1.0.1", "json-parse-even-better-errors": "^2.3.1", "which": "^2.0.2"