Skip to content

Commit

Permalink
chore(deps): update dependency semantic-release to v22.0.1 (#549)
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 Sep 24, 2023
1 parent 80f3cf2 commit 24b1bf3
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 @@ -127,7 +127,7 @@
"mocha": "10.2.0",
"nyc": "15.1.0",
"prettier": "3.0.3",
"semantic-release": "22.0.0",
"semantic-release": "22.0.1",
"semantic-release-vsce": "5.6.1",
"sinon": "16.0.0",
"typescript": "5.2.2"
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -631,7 +631,7 @@
fs-extra "^11.0.0"
lodash "^4.17.4"

"@semantic-release/commit-analyzer@^11.0.0-beta.3":
"@semantic-release/commit-analyzer@^11.0.0":
version "11.0.0"
resolved "https://registry.yarnpkg.com/@semantic-release/commit-analyzer/-/commit-analyzer-11.0.0.tgz#824d4c04ebb6ffda9752c55f2b76f643fb09e0f4"
integrity sha512-uEXyf4Z0AWJuxI9TbSQP5kkIYqus1/E1NcmE7pIv6d6/m/5EJcNWAGR4FOo34vrV26FhEaRVkxFfYzp/M7BKIg==
Expand Down Expand Up @@ -709,7 +709,7 @@
semver "^7.1.2"
tempy "^3.0.0"

"@semantic-release/release-notes-generator@^12.0.0-beta.2":
"@semantic-release/release-notes-generator@^12.0.0":
version "12.0.0"
resolved "https://registry.yarnpkg.com/@semantic-release/release-notes-generator/-/release-notes-generator-12.0.0.tgz#1882d6d797e1176b9f836caf7ed787325c8ddb4b"
integrity sha512-m7Ds8ComP1KJgA2Lke2xMwE1TOOU40U7AzP4lT8hJ2tUAeicziPz/1GeDFmRkTOkMFlfHvE6kuvMkvU+mIzIDQ==
Expand Down Expand Up @@ -4783,16 +4783,16 @@ [email protected]:
glob "^10.2.1"
ovsx "^0.8.0"

[email protected].0:
version "22.0.0"
resolved "https://registry.yarnpkg.com/semantic-release/-/semantic-release-22.0.0.tgz#dd14b552306ddba1f8b8d90ca46a1282f01b7e40"
integrity sha512-WTD8zPxh+pyc/DrTALRHJ47p1XbKqi2AJljn5WkXgLFFIMSax4uu15u4ZEZaa7ftBo8cSajh16VeafgUu9DX8g==
[email protected].1:
version "22.0.1"
resolved "https://registry.yarnpkg.com/semantic-release/-/semantic-release-22.0.1.tgz#0c625e4e66b82cc205074df6cbb730a9e15db757"
integrity sha512-4Jl9AgVaIz0e9nA2Y4cFxrMGvaOhWCshofkCPdLOQVaTxwwVqzj6UScgQ9RbNaceUen0iiR4ROAVB7munN0dZg==
dependencies:
"@semantic-release/commit-analyzer" "^11.0.0-beta.3"
"@semantic-release/commit-analyzer" "^11.0.0"
"@semantic-release/error" "^4.0.0"
"@semantic-release/github" "^9.0.0"
"@semantic-release/npm" "^11.0.0"
"@semantic-release/release-notes-generator" "^12.0.0-beta.2"
"@semantic-release/release-notes-generator" "^12.0.0"
aggregate-error "^5.0.0"
cosmiconfig "^8.0.0"
debug "^4.0.0"
Expand Down

0 comments on commit 24b1bf3

Please sign in to comment.