From 60a3a9701519585cd5cb62fff6cd1ad01695f5ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Mar 2022 06:40:10 -0800 Subject: [PATCH] chore: update @npmcli/template-oss requirement from ^2.9.1 to ^2.9.2 (#94) * chore: update @npmcli/template-oss requirement from ^2.9.1 to ^2.9.2 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.9.1...v2.9.2) --- updated-dependencies: - dependency-name: "@npmcli/template-oss" dependency-type: direct:development ... Signed-off-by: dependabot[bot] * chore: postinstall for dependabot template-oss PR Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: npm cli ops bot --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 817e0e3..d5c4857 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "proc-log": "^2.0.0" }, "devDependencies": { - "@npmcli/template-oss": "^2.9.1", + "@npmcli/template-oss": "^2.9.2", "cacache": "^15.3.0", "nock": "^13.2.4", "require-inject": "^1.4.4", @@ -55,6 +55,6 @@ "node": "^12.13.0 || ^14.15.0 || >=16" }, "templateOSS": { - "version": "2.9.1" + "version": "2.9.2" } }