From b41c3d11bfcd6c11086daf6d5239411ab3c1ae08 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Mar 2022 15:02:45 +0000 Subject: [PATCH] chore: update @npmcli/template-oss requirement from ^2.8.1 to ^2.9.0 Updates the requirements on [@npmcli/template-oss](https://github.com/npm/template-oss) to permit the latest version. - [Release notes](https://github.com/npm/template-oss/releases) - [Changelog](https://github.com/npm/template-oss/blob/main/CHANGELOG.md) - [Commits](https://github.com/npm/template-oss/compare/v2.8.1...v2.9.0) --- updated-dependencies: - dependency-name: "@npmcli/template-oss" dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3e8eaad..d69143a 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "coverage-map": "map.js" }, "devDependencies": { - "@npmcli/template-oss": "^2.8.1", + "@npmcli/template-oss": "^2.9.0", "minipass": "^3.1.6", "require-inject": "^1.4.4", "tap": "^15.1.6"