Skip to content

Commit

Permalink
chore(deps): update dependency semantic-release to v24.2.1 (#609)
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 Jan 3, 2025
1 parent 16002dd commit 47d583c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"lru-cache": "5.1.1",
"nodemon": "3.1.9",
"rollup-plugin-copy": "3.5.0",
"semantic-release": "24.2.0",
"semantic-release": "24.2.1",
"vite": "6.0.7",
"vue": "2.7.16",
"vue-server-renderer": "2.7.16",
Expand Down
20 changes: 14 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7531,14 +7531,22 @@ import-fresh@^3.2.1, import-fresh@^3.3.0:
parent-module "^1.0.0"
resolve-from "^4.0.0"

import-from-esm@^1.0.3, import-from-esm@^1.3.1:
import-from-esm@^1.0.3:
version "1.3.4"
resolved "https://registry.yarnpkg.com/import-from-esm/-/import-from-esm-1.3.4.tgz#39e97c84085e308fe66cf872a667046b45449df0"
integrity sha512-7EyUlPFC0HOlBDpUFGfYstsU7XHxZJKAAMzCT8wZ0hMW7b+hG51LIKTDcsgtz8Pu6YC0HqRVbX+rVUtsGMUKvg==
dependencies:
debug "^4.3.4"
import-meta-resolve "^4.0.0"

import-from-esm@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/import-from-esm/-/import-from-esm-2.0.0.tgz#184eb9aad4f557573bd6daf967ad5911b537797a"
integrity sha512-YVt14UZCgsX1vZQ3gKjkWVdBdHQ6eu3MPU1TBgL1H5orXe2+jWD006WCPPtOuwlQm10NuzOW5WawiF1Q9veW8g==
dependencies:
debug "^4.3.4"
import-meta-resolve "^4.0.0"

import-from@^2.1.0:
version "2.1.0"
resolved "https://registry.yarnpkg.com/import-from/-/import-from-2.1.0.tgz#335db7f2a7affd53aaa471d4b8021dee36b7f3b1"
Expand Down Expand Up @@ -12044,10 +12052,10 @@ selfsigned@^1.10.8:
dependencies:
node-forge "^0.10.0"

semantic-release@24.2.0:
version "24.2.0"
resolved "https://registry.yarnpkg.com/semantic-release/-/semantic-release-24.2.0.tgz#b99f1e1e25821c7dd8184cf4c45be329260ad615"
integrity sha512-fQfn6e/aYToRtVJYKqneFM1Rg3KP2gh3wSWtpYsLlz6uaPKlISrTzvYAFn+mYWo07F0X1Cz5ucU89AVE8X1mbg==
semantic-release@24.2.1:
version "24.2.1"
resolved "https://registry.yarnpkg.com/semantic-release/-/semantic-release-24.2.1.tgz#ee4599fa9f0a5de0c9d3b99d5d155758c5be4bea"
integrity sha512-z0/3cutKNkLQ4Oy0HTi3lubnjTsdjjgOqmxdPjeYWe6lhFqUPfwslZxRHv3HDZlN4MhnZitb9SLihDkZNxOXfQ==
dependencies:
"@semantic-release/commit-analyzer" "^13.0.0-beta.1"
"@semantic-release/error" "^4.0.0"
Expand All @@ -12065,7 +12073,7 @@ semantic-release@24.2.0:
git-log-parser "^1.2.0"
hook-std "^3.0.0"
hosted-git-info "^8.0.0"
import-from-esm "^1.3.1"
import-from-esm "^2.0.0"
lodash-es "^4.17.21"
marked "^12.0.0"
marked-terminal "^7.0.0"
Expand Down

0 comments on commit 47d583c

Please sign in to comment.