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

Bumps [release-please](https://github.com/googleapis/release-please) from 16.9.0 to 16.10.1.
- [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.9.0...v16.10.1)

---
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-03-21 09:38:50 +00:00 committed by GitHub
parent b34674f20b
commit 10b5245d84
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.2.0",
"@commitlint/config-conventional": "^18.6.2",
"release-please": "^16.9.0"
"release-please": "^16.10.1"
}
},
"node_modules/@babel/code-frame": {
@ -2612,9 +2612,9 @@
}
},
"node_modules/release-please": {
"version": "16.9.0",
"resolved": "https://registry.npmjs.org/release-please/-/release-please-16.9.0.tgz",
"integrity": "sha512-Tm7qmXUob2hrDr/CdLDDrnVv7tjUp0UdNPilj1FpBjf2sW4iID3Yag2Ewm/xb05tRQeWme2vii0JAt3yFpeS5A==",
"version": "16.10.1",
"resolved": "https://registry.npmjs.org/release-please/-/release-please-16.10.1.tgz",
"integrity": "sha512-1F10PG8WIBmC/89GaJpjBtr/c2e4AZFiR39Z4L2IEgHf1CDmgqgqiTNO1oRgb8pg48uiImb2U9N8QUANBLHq2w==",
"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.2.0",
"@commitlint/config-conventional": "^18.6.2",
"release-please": "^16.9.0"
"release-please": "^16.10.1"
},
"license": "MIT"
}