Skip to content

Commit

Permalink
chore(deps): update dependency semantic-release to v23.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and goraxe committed Apr 9, 2024
1 parent dbd704d commit be820a5
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 29 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -38,7 +38,7 @@
"get-stream": "^5.0.0",
"git-log-parser": "^1.2.0",
"nyc": "^15.0.0",
"semantic-release": "23.0.7",
"semantic-release": "23.0.8",
"sinon": "^17.0.0",
"tempy": "^0.7.0",
"xo": "0.58.0"
Expand Down
55 changes: 32 additions & 23 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 14 additions & 5 deletions yarn.lock
Expand Up @@ -5558,6 +5558,15 @@ read-package-json@^7.0.0:
normalize-package-data "^6.0.0"
npm-normalize-package-bin "^3.0.0"

read-package-up@^11.0.0:
version "11.0.0"
resolved "https://registry.yarnpkg.com/read-package-up/-/read-package-up-11.0.0.tgz#71fb879fdaac0e16891e6e666df22de24a48d5ba"
integrity sha512-MbgfoNPANMdb4oRBNg5eqLbB2t2r+o5Ua1pNt8BqGp4I0FJZhuVSOj3PaBPni4azWuSzEdNn2evevzVmEk1ohQ==
dependencies:
find-up-simple "^1.0.0"
read-pkg "^9.0.0"
type-fest "^4.6.0"

read-pkg-up@^11.0.0:
version "11.0.0"
resolved "https://registry.yarnpkg.com/read-pkg-up/-/read-pkg-up-11.0.0.tgz#8916ffc6af2a7538b43bcc2c6445d4450ffe5a74"
Expand Down Expand Up @@ -5780,10 +5789,10 @@ safe-regex-test@^1.0.0:
resolved "https://registry.yarnpkg.com/safer-buffer/-/safer-buffer-2.1.2.tgz#44fa161b0187b9549dd84bb91802f9bd8385cd6a"
integrity sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==

semantic-release@23.0.7:
version "23.0.7"
resolved "https://registry.yarnpkg.com/semantic-release/-/semantic-release-23.0.7.tgz#fc34d0472ebdb5fde1b5b93a31df97b44e17dac4"
integrity sha512-PFxXQE57zrYiCbWKkdsVUF08s0SifEw3WhDhrN47ZEUWQiLl21FI9Dg/H8g7i/lPx0IkF6u7PjJbgxPceXKBeg==
semantic-release@23.0.8:
version "23.0.8"
resolved "https://registry.yarnpkg.com/semantic-release/-/semantic-release-23.0.8.tgz#4a7d0b6de75d983082583502a257cc5646165800"
integrity sha512-yZkuWcTTfh5h/DrR4Q4QvJSARJdb6wjwn/sN0qKMYEkvwaVFek8YWfrgtL8oWaRdl0fLte0Y1wWMzLbwoaII1g==
dependencies:
"@semantic-release/commit-analyzer" "^12.0.0"
"@semantic-release/error" "^4.0.0"
Expand All @@ -5808,7 +5817,7 @@ semantic-release@23.0.7:
micromatch "^4.0.2"
p-each-series "^3.0.0"
p-reduce "^3.0.0"
read-pkg-up "^11.0.0"
read-package-up "^11.0.0"
resolve-from "^5.0.0"
semver "^7.3.2"
semver-diff "^4.0.0"
Expand Down

0 comments on commit be820a5

Please sign in to comment.