From 98b85493bcdccf61eb57f60212900aea71d45a5f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Mar 2022 13:30:30 +0000 Subject: [PATCH 1/2] 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] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 817e0e3b..0799ee28 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", From 4b6fa368403f49f8d064b61484da97a773a728e1 Mon Sep 17 00:00:00 2001 From: npm cli ops bot Date: Thu, 3 Mar 2022 13:31:06 +0000 Subject: [PATCH 2/2] chore: postinstall for dependabot template-oss PR --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0799ee28..d5c48577 100644 --- a/package.json +++ b/package.json @@ -55,6 +55,6 @@ "node": "^12.13.0 || ^14.15.0 || >=16" }, "templateOSS": { - "version": "2.9.1" + "version": "2.9.2" } }