Skip to content

Commit

Permalink
chore: update @npmcli/template-oss requirement from ^2.9.1 to ^2.9.2 (#…
Browse files Browse the repository at this point in the history
…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](npm/template-oss@v2.9.1...v2.9.2)

---
updated-dependencies:
- dependency-name: "@npmcli/template-oss"
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>

* 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 <ops+npm-cli@npmjs.com>
  • Loading branch information
dependabot[bot] and npm cli ops bot committed Mar 3, 2022
1 parent ce20a54 commit 60a3a97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -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",
Expand All @@ -55,6 +55,6 @@
"node": "^12.13.0 || ^14.15.0 || >=16"
},
"templateOSS": {
"version": "2.9.1"
"version": "2.9.2"
}
}

0 comments on commit 60a3a97

Please sign in to comment.