Skip to content

Commit

Permalink
chore(deps): update semantic-release monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 18, 2024
1 parent 35e4991 commit 57c68ae
Show file tree
Hide file tree
Showing 3 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 @@ -12,7 +12,7 @@
"test": " yarn jest"
},
"dependencies": {
"@semantic-release/error": "^2.2.0",
"@semantic-release/error": "^4.0.0",
"@types/request": "^2.48.4",
"jira-connector": "^3.1.0",
"lodash": "^4.17.19",
Expand Down
8 changes: 4 additions & 4 deletions test-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
"license": "MIT",
"private": true,
"dependencies": {
"@semantic-release/commit-analyzer": "^8.0.0",
"@semantic-release/npm": "^7.0.0",
"@semantic-release/release-notes-generator": "^9.0.0",
"semantic-release": "^17.0.0",
"@semantic-release/commit-analyzer": "^12.0.0",
"@semantic-release/npm": "^12.0.0",
"@semantic-release/release-notes-generator": "^12.0.0",
"semantic-release": "^23.0.0",
"semantic-release-jira-releases": "./.."
}
}
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1055,10 +1055,10 @@
"@types/yargs" "^15.0.0"
chalk "^4.0.0"

"@semantic-release/error@^2.2.0":
version "2.2.0"
resolved "https://registry.yarnpkg.com/@semantic-release/error/-/error-2.2.0.tgz#ee9d5a09c9969eade1ec864776aeda5c5cddbbf0"
integrity sha512-9Tj/qn+y2j+sjCI3Jd+qseGtHjOAeg7dU2/lVcqIQ9TV3QDaDXDYXcoOHU+7o2Hwh8L8ymL4gfuO7KxDs3q2zg==
"@semantic-release/error@^4.0.0":
version "4.0.0"
resolved "https://registry.yarnpkg.com/@semantic-release/error/-/error-4.0.0.tgz#692810288239637f74396976a9340fbc0aa9f6f9"
integrity sha512-mgdxrHTLOjOddRVYIYDo0fR3/v61GNN1YGkfbrjuIKg/uMgCd+Qzo3UAXJ+woLQQpos4pl5Esuw5A7AoNlzjUQ==

"@sinonjs/commons@^1.7.0":
version "1.7.1"
Expand Down

0 comments on commit 57c68ae

Please sign in to comment.