Skip to content

Commit

Permalink
chore(deps): update dependency semantic-release to ^23.0.2 (#984)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 7, 2024
1 parent 57c9888 commit b02775c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
"zod": "^3.22.4"
},
"optionalDependencies": {
"semantic-release": "^23.0.1"
"semantic-release": "^23.0.2"
},
"prettier": "@prisma-labs/prettier-config",
"peerDependencies": {
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6173,10 +6173,10 @@ marked-terminal@^7.0.0:
node-emoji "^2.1.3"
supports-hyperlinks "^3.0.0"

marked@^11.0.0:
version "11.2.0"
resolved "https://registry.yarnpkg.com/marked/-/marked-11.2.0.tgz#fc908aeca962b721b0392ee4205e6f90ebffb074"
integrity sha512-HR0m3bvu0jAPYiIvLUUQtdg1g6D247//lvcekpHO1WMvbwDlwSkZAX9Lw4F4YHE1T0HaaNve0tuAWuV1UJ6vtw==
marked@^12.0.0:
version "12.0.0"
resolved "https://registry.yarnpkg.com/marked/-/marked-12.0.0.tgz#051ea8c8c7f65148a63003df1499515a2c6de716"
integrity sha512-Vkwtq9rLqXryZnWaQc86+FHLC6tr/fycMfYAhiOIXkrNmeGAyhSxjqu0Rs1i0bBqw5u0S7+lV9fdH2ZSVaoa0w==

math-random@^1.0.1:
version "1.0.4"
Expand Down Expand Up @@ -7800,10 +7800,10 @@ safe-buffer@~5.1.0, safe-buffer@~5.1.1:
resolved "https://registry.yarnpkg.com/safer-buffer/-/safer-buffer-2.1.2.tgz#44fa161b0187b9549dd84bb91802f9bd8385cd6a"
integrity sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==

semantic-release@^23.0.1:
version "23.0.1"
resolved "https://registry.yarnpkg.com/semantic-release/-/semantic-release-23.0.1.tgz#367ae9017719a1aa2bb9d0cd58a36f8db9a81b2d"
integrity sha512-xuFpTmGZxxxM9X0koDSYWK7HGtVR28TRZ2CIG2LZptiZ4IdHBD7CFz5JBW4BMLsUorCBSjvSUt5qzwW+xmZw0A==
semantic-release@^23.0.2:
version "23.0.2"
resolved "https://registry.yarnpkg.com/semantic-release/-/semantic-release-23.0.2.tgz#47be33d518402c39ae930834138bb385c4870f6f"
integrity sha512-OnVYJ6Xgzwe1x8MKswba7RU9+5djS1MWRTrTn5qsq3xZYpslroZkV9Pt0dA2YcIuieeuSZWJhn+yUWoBUHO5Fw==
dependencies:
"@semantic-release/commit-analyzer" "^11.0.0"
"@semantic-release/error" "^4.0.0"
Expand All @@ -7823,7 +7823,7 @@ semantic-release@^23.0.1:
hosted-git-info "^7.0.0"
import-from-esm "^1.3.1"
lodash-es "^4.17.21"
marked "^11.0.0"
marked "^12.0.0"
marked-terminal "^7.0.0"
micromatch "^4.0.2"
p-each-series "^3.0.0"
Expand Down

0 comments on commit b02775c

Please sign in to comment.