Bump release-it from 17.4.1 to 17.5.0 (#660)

Bumps [release-it](https://github.com/release-it/release-it) from 17.4.1 to 17.5.0.
- [Release notes](https://github.com/release-it/release-it/releases)
- [Changelog](https://github.com/release-it/release-it/blob/main/CHANGELOG.md)
- [Commits](https://github.com/release-it/release-it/compare/17.4.1...17.5.0)

---
updated-dependencies:
- dependency-name: release-it
  dependency-type: direct:development
  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-11 00:17:20 +01:00 committed by GitHub
parent b79dd8e727
commit d091ed9d03
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -28,7 +28,7 @@
"postcss": "8.4.39",
"prettier": "3.3.2",
"prettier-plugin-tailwindcss": "0.6.5",
"release-it": "17.4.1",
"release-it": "17.5.0",
"tailwindcss": "3.4.4",
"typescript": "5.5.3"
},
@ -6730,9 +6730,9 @@
}
},
"node_modules/release-it": {
"version": "17.4.1",
"resolved": "https://registry.npmjs.org/release-it/-/release-it-17.4.1.tgz",
"integrity": "sha512-Aa48kKx5qZRVXJ6YCnCJRg6sJiofEX7RErTLmnlFbCE7k1Kg8ayhgJovofuBhCtz3FRdsYnxBKjlh+VAMeazEA==",
"version": "17.5.0",
"resolved": "https://registry.npmjs.org/release-it/-/release-it-17.5.0.tgz",
"integrity": "sha512-+g6k/7i6AjdCozLkcybvwgYLw/RF6bcYJHf1xDLcg36GeBu8zr/geI9joLk5drubiE/UKdN694vwAeimmJWt8Q==",
"dev": true,
"funding": [
{

View File

@ -33,7 +33,7 @@
"postcss": "8.4.39",
"prettier": "3.3.2",
"prettier-plugin-tailwindcss": "0.6.5",
"release-it": "17.4.1",
"release-it": "17.5.0",
"tailwindcss": "3.4.4",
"typescript": "5.5.3"
},