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 Sep 25, 2022
1 parent 31b7b80 commit 0ffe60a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 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": "^3.0.0",
"@types/request": "^2.48.4",
"jira-connector": "^3.1.0",
"lodash": "^4.17.19",
Expand Down
6 changes: 3 additions & 3 deletions test-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"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/commit-analyzer": "^9.0.0",
"@semantic-release/npm": "^9.0.0",
"@semantic-release/release-notes-generator": "^10.0.0",
"semantic-release": "^17.0.0",
"semantic-release-jira-releases": "./.."
}
Expand Down
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@^3.0.0":
version "3.0.0"
resolved "https://registry.yarnpkg.com/@semantic-release/error/-/error-3.0.0.tgz#30a3b97bbb5844d695eb22f9d3aa40f6a92770c2"
integrity sha512-5hiM4Un+tpl4cKw3lV4UgzJj+SmfNIDCLLw0TepzQxz9ZGV5ixnqkzIVF+3tp0ZHgcMKE+VNGHJjEeyFG2dcSw==

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

0 comments on commit 0ffe60a

Please sign in to comment.