deps(dev-npm): bump release-please in /dev-dependencies (#5754)

Bumps [release-please](https://github.com/googleapis/release-please) from 16.10.2 to 16.12.0.
- [Release notes](https://github.com/googleapis/release-please/releases)
- [Changelog](https://github.com/googleapis/release-please/blob/main/CHANGELOG.md)
- [Commits](https://github.com/googleapis/release-please/compare/v16.10.2...v16.12.0)

---
updated-dependencies:
- dependency-name: release-please
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-07-17 10:40:01 +02:00 committed by GitHub
parent 81ab76d001
commit 6bb3f789bb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

View file

@ -11,7 +11,7 @@
"dependencies": {
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"release-please": "^16.10.2"
"release-please": "^16.12.0"
}
},
"node_modules/@babel/code-frame": {
@ -2393,9 +2393,9 @@
}
},
"node_modules/release-please": {
"version": "16.10.2",
"resolved": "https://registry.npmjs.org/release-please/-/release-please-16.10.2.tgz",
"integrity": "sha512-OX6N7xx3F3ZCd1+B7yq2Ix6KfuA7zXxMP04q3xYic3Hb0X/dOzy8p50xnrxzFpIVJridp1Dn74dUgzjImK6Mdg==",
"version": "16.12.0",
"resolved": "https://registry.npmjs.org/release-please/-/release-please-16.12.0.tgz",
"integrity": "sha512-GTZBZQ/1fJwBk6y/BMSdzOczRkEu2L9LrPOXeS1FMHxY/djQLYfwfCEFrmzxGDWfsJvEeDxJlPEPR66s6WWN9w==",
"dependencies": {
"@conventional-commits/parser": "^0.4.1",
"@google-automations/git-file-utils": "^2.0.0",

View file

@ -5,7 +5,7 @@
"dependencies": {
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"release-please": "^16.10.2"
"release-please": "^16.12.0"
},
"license": "MIT"
}