Skip to content

Commit

Permalink
chore(deps): update dependency @semantic-release/exec to v7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 3, 2025
1 parent f8d39be commit b6424ed
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@jest/globals": "29.7.0",
"@semantic-release/changelog": "6.0.3",
"@semantic-release/commit-analyzer": "13.0.0",
"@semantic-release/exec": "6.0.3",
"@semantic-release/exec": "7.0.2",
"@semantic-release/git": "10.0.1",
"@semantic-release/github": "11.0.1",
"@semantic-release/npm": "12.0.1",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1242,17 +1242,17 @@
resolved "https://registry.yarnpkg.com/@semantic-release/error/-/error-4.0.0.tgz#692810288239637f74396976a9340fbc0aa9f6f9"
integrity sha512-mgdxrHTLOjOddRVYIYDo0fR3/v61GNN1YGkfbrjuIKg/uMgCd+Qzo3UAXJ+woLQQpos4pl5Esuw5A7AoNlzjUQ==

"@semantic-release/exec@6.0.3":
version "6.0.3"
resolved "https://registry.npmjs.org/@semantic-release/exec/-/exec-6.0.3.tgz"
integrity sha512-bxAq8vLOw76aV89vxxICecEa8jfaWwYITw6X74zzlO0mc/Bgieqx9kBRz9z96pHectiTAtsCwsQcUyLYWnp3VQ==
"@semantic-release/exec@7.0.2":
version "7.0.2"
resolved "https://registry.yarnpkg.com/@semantic-release/exec/-/exec-7.0.2.tgz#1f366e88f71d568b2b086ceb2b60292e03fbd00d"
integrity sha512-RVlN8PBcxiVid73xW0L6EM6wFO2oIfkJjcTb1qBgvgwoFqdodMpUMBh7wzA+2cqWqKcEfRglD3KOj0UxKSJxAg==
dependencies:
"@semantic-release/error" "^3.0.0"
"@semantic-release/error" "^4.0.0"
aggregate-error "^3.0.0"
debug "^4.0.0"
execa "^5.0.0"
lodash "^4.17.4"
parse-json "^5.0.0"
lodash-es "^4.17.21"
parse-json "^8.0.0"

"@semantic-release/[email protected]":
version "10.0.1"
Expand Down Expand Up @@ -4957,7 +4957,7 @@ parse-json@^4.0.0:
error-ex "^1.3.1"
json-parse-better-errors "^1.0.1"

parse-json@^5.0.0, parse-json@^5.2.0:
parse-json@^5.2.0:
version "5.2.0"
resolved "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz"
integrity sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==
Expand Down

0 comments on commit b6424ed

Please sign in to comment.