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

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

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

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-04-23 15:58:51 +02:00 committed by GitHub
parent 4758be6222
commit 11691a06ed
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.2",
"@commitlint/config-conventional": "^19.1.0",
"release-please": "^16.10.1"
"release-please": "^16.10.2"
}
},
"node_modules/@babel/code-frame": {
@ -2393,9 +2393,9 @@
}
},
"node_modules/release-please": {
"version": "16.10.1",
"resolved": "https://registry.npmjs.org/release-please/-/release-please-16.10.1.tgz",
"integrity": "sha512-1F10PG8WIBmC/89GaJpjBtr/c2e4AZFiR39Z4L2IEgHf1CDmgqgqiTNO1oRgb8pg48uiImb2U9N8QUANBLHq2w==",
"version": "16.10.2",
"resolved": "https://registry.npmjs.org/release-please/-/release-please-16.10.2.tgz",
"integrity": "sha512-OX6N7xx3F3ZCd1+B7yq2Ix6KfuA7zXxMP04q3xYic3Hb0X/dOzy8p50xnrxzFpIVJridp1Dn74dUgzjImK6Mdg==",
"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.2",
"@commitlint/config-conventional": "^19.1.0",
"release-please": "^16.10.1"
"release-please": "^16.10.2"
},
"license": "MIT"
}