From 7ef8ac4c7fc6222937e2d11b85d3841cddc7b4fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Mar 2022 12:01:13 +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 75d6c5f..21accad 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "validate-npm-package-name": "^3.0.0" }, "devDependencies": { - "@npmcli/template-oss": "^2.9.1", + "@npmcli/template-oss": "^2.9.2", "tap": "^15.1.6" }, "scripts": { From 07de110302469ae6e3b8e38da5a87900d4eb8555 Mon Sep 17 00:00:00 2001 From: npm cli ops bot Date: Thu, 3 Mar 2022 12:01:49 +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 21accad..81f860c 100644 --- a/package.json +++ b/package.json @@ -50,6 +50,6 @@ "branches": 97 }, "templateOSS": { - "version": "2.9.1" + "version": "2.9.2" } }