Skip to content

Commit

Permalink
chore(deps): update dependency semantic-release to v23
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 5, 2024
1 parent 9069a49 commit aba6f8a
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"postcss-html": "^1.6.0",
"rollup-plugin-visualizer": "^5.12.0",
"sass": "^1.70.0",
"semantic-release": "^22.0.12",
"semantic-release": "^23.0.0",
"start-server-and-test": "^2.0.3",
"stylelint": "^16.2.0",
"stylelint-config-html": "^1.1.0",
Expand Down
30 changes: 15 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3533,10 +3533,10 @@ entities@^4.5.0:
resolved "https://registry.yarnpkg.com/entities/-/entities-4.5.0.tgz#5d268ea5e7113ec74c4d033b79ea5a35a488fb48"
integrity sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==

env-ci@^10.0.0:
version "10.0.0"
resolved "https://registry.yarnpkg.com/env-ci/-/env-ci-10.0.0.tgz#38f0c33a0d14df1303cba708339fb5e38535b00c"
integrity sha512-U4xcd/utDYFgMh0yWj07R1H6L5fwhVbmxBCpnL0DbVSDZVnsC82HONw0wxtxNkIAcua3KtbomQvIk5xFZGAQJw==
env-ci@^11.0.0:
version "11.0.0"
resolved "https://registry.yarnpkg.com/env-ci/-/env-ci-11.0.0.tgz#0cbc2c55feb071a3651aaa9fa181a817e696595f"
integrity sha512-apikxMgkipkgTvMdRT9MNqWx5VLOci79F4VBd7Op/7OPjjoanjdAvn6fglMCCEf/1bAh8eOiuEVCUs4V3qP3nQ==
dependencies:
execa "^8.0.0"
java-properties "^1.0.2"
Expand Down Expand Up @@ -6012,10 +6012,10 @@ marked-terminal@^6.0.0:
node-emoji "^2.1.3"
supports-hyperlinks "^3.0.0"

marked@^9.0.0:
version "9.1.6"
resolved "https://registry.yarnpkg.com/marked/-/marked-9.1.6.tgz#5d2a3f8180abfbc5d62e3258a38a1c19c0381695"
integrity sha512-jcByLnIFkd5gSXZmjNvS1TlmRhCXZjIzHYlaGkPlLIekG55JDR2Z4va9tZwCiP+/RDERiNhMOFu01xd6O5ct1Q==
marked@^11.0.0:
version "11.2.0"
resolved "https://registry.yarnpkg.com/marked/-/marked-11.2.0.tgz#fc908aeca962b721b0392ee4205e6f90ebffb074"
integrity sha512-HR0m3bvu0jAPYiIvLUUQtdg1g6D247//lvcekpHO1WMvbwDlwSkZAX9Lw4F4YHE1T0HaaNve0tuAWuV1UJ6vtw==

mathml-tag-names@^2.1.3:
version "2.1.3"
Expand Down Expand Up @@ -7626,20 +7626,20 @@ sass@^1.70.0:
immutable "^4.0.0"
source-map-js ">=0.6.2 <2.0.0"

semantic-release@^22.0.12:
version "22.0.12"
resolved "https://registry.yarnpkg.com/semantic-release/-/semantic-release-22.0.12.tgz#b8dd1a096b597080e05f30554ee5d128fe6dac84"
integrity sha512-0mhiCR/4sZb00RVFJIUlMuiBkW3NMpVIW2Gse7noqEMoFGkvfPPAImEQbkBV8xga4KOPP4FdTRYuLLy32R1fPw==
semantic-release@^23.0.0:
version "23.0.0"
resolved "https://registry.yarnpkg.com/semantic-release/-/semantic-release-23.0.0.tgz#ecb3685116f5ff284824e7c377cf9a3ce80c5428"
integrity sha512-Jz7jEWO2igTtske112gC4PPE2whCMVrsgxUPG3/SZI7VE357suIUZFlJd1Yu0g2I6RPc2HxNEfUg7KhmDTjwqg==
dependencies:
"@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"
aggregate-error "^5.0.0"
cosmiconfig "^8.0.0"
cosmiconfig "^9.0.0"
debug "^4.0.0"
env-ci "^10.0.0"
env-ci "^11.0.0"
execa "^8.0.0"
figures "^6.0.0"
find-versions "^5.1.0"
Expand All @@ -7649,7 +7649,7 @@ semantic-release@^22.0.12:
hosted-git-info "^7.0.0"
import-from-esm "^1.3.1"
lodash-es "^4.17.21"
marked "^9.0.0"
marked "^11.0.0"
marked-terminal "^6.0.0"
micromatch "^4.0.2"
p-each-series "^3.0.0"
Expand Down

0 comments on commit aba6f8a

Please sign in to comment.