Skip to content

Commit 2a8a198

Browse files
dependabot[bot]iwpnd
authored andcommitted
chore(deps-dev): bump the semantic-release group with 1 update
Bumps the semantic-release group with 1 update: [semantic-release](https://github.com/semantic-release/semantic-release). Updates `semantic-release` from 23.0.0 to 23.0.1 - [Release notes](https://github.com/semantic-release/semantic-release/releases) - [Commits](semantic-release/semantic-release@v23.0.0...v23.0.1) --- updated-dependencies: - dependency-name: semantic-release dependency-type: direct:development update-type: version-update:semver-patch dependency-group: semantic-release ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent acff421 commit 2a8a198

File tree

2 files changed

+101
-32
lines changed

2 files changed

+101
-32
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"pinst": "3.0.0",
7474
"prettier": "3.2.5",
7575
"rimraf": "5.0.5",
76-
"semantic-release": "23.0.0",
76+
"semantic-release": "23.0.1",
7777
"ts-jest": "29.1.2",
7878
"typescript": "5.3.3"
7979
},

yarn.lock

Lines changed: 100 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1615,10 +1615,10 @@ ansi-styles@^6.0.0, ansi-styles@^6.1.0, ansi-styles@^6.2.1:
16151615
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-6.2.1.tgz#0e62320cf99c21afff3b3012192546aacbfb05c5"
16161616
integrity sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==
16171617

1618-
ansicolors@~0.3.2:
1619-
version "0.3.2"
1620-
resolved "https://registry.yarnpkg.com/ansicolors/-/ansicolors-0.3.2.tgz#665597de86a9ffe3aa9bfbe6cae5c6ea426b4979"
1621-
integrity sha512-QXu7BPrP29VllRxH8GwB7x5iX5qWKAAMLqKQGWTeLWVlNHNOpVMJ91dsxQAIWXpjuW5wqvxu3Jd/nRjrJ+0pqg==
1618+
any-promise@^1.0.0:
1619+
version "1.3.0"
1620+
resolved "https://registry.yarnpkg.com/any-promise/-/any-promise-1.3.0.tgz#abc6afeedcea52e809cdc0376aed3ce39635d17f"
1621+
integrity sha512-7UvmKalWRt1wgjL1RrGxoSJW/0QZFIegpeGvZG9kjp8vrRu55XTHbwnqq2GpXm9uLbcuhxm3IqX9OB4MZR1b2A==
16221622

16231623
anymatch@^3.0.3:
16241624
version "3.1.3"
@@ -1947,14 +1947,6 @@ caniuse-lite@^1.0.30001565:
19471947
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001579.tgz#45c065216110f46d6274311a4b3fcf6278e0852a"
19481948
integrity sha512-u5AUVkixruKHJjw/pj9wISlcMpgFWzSrczLZbrqBSxukQixmg0SJ5sZTpvaFvxU0HoQKd4yoyAogyrAz9pzJnA==
19491949

1950-
cardinal@^2.1.1:
1951-
version "2.1.1"
1952-
resolved "https://registry.yarnpkg.com/cardinal/-/cardinal-2.1.1.tgz#7cc1055d822d212954d07b085dea251cc7bc5505"
1953-
integrity sha512-JSr5eOgoEymtYHBjNWyjrMqet9Am2miJhlfKNdqLp6zoeAh0KN5dRAcxlecj5mAJrmQomgiOBj35xHLrFjqBpw==
1954-
dependencies:
1955-
ansicolors "~0.3.2"
1956-
redeyed "~2.1.0"
1957-
19581950
[email protected], chalk@^5.3.0:
19591951
version "5.3.0"
19601952
resolved "https://registry.yarnpkg.com/chalk/-/chalk-5.3.0.tgz#67c20a7ebef70e7f3970a01f90fa210cb6860385"
@@ -2041,6 +2033,18 @@ cli-cursor@^4.0.0:
20412033
dependencies:
20422034
restore-cursor "^4.0.0"
20432035

2036+
cli-highlight@^2.1.11:
2037+
version "2.1.11"
2038+
resolved "https://registry.yarnpkg.com/cli-highlight/-/cli-highlight-2.1.11.tgz#49736fa452f0aaf4fae580e30acb26828d2dc1bf"
2039+
integrity sha512-9KDcoEVwyUXrjcJNvHD0NFc/hiwe/WPVYIleQh2O1N2Zro5gWJZ/K+3DGn8w8P/F6FxOgzyC5bxDyHIgCSPhGg==
2040+
dependencies:
2041+
chalk "^4.0.0"
2042+
highlight.js "^10.7.1"
2043+
mz "^2.4.0"
2044+
parse5 "^5.1.1"
2045+
parse5-htmlparser2-tree-adapter "^6.0.0"
2046+
yargs "^16.0.0"
2047+
20442048
cli-table3@^0.6.3:
20452049
version "0.6.3"
20462050
resolved "https://registry.yarnpkg.com/cli-table3/-/cli-table3-0.6.3.tgz#61ab765aac156b52f222954ffc607a6f01dbeeb2"
@@ -2058,6 +2062,15 @@ cli-truncate@^4.0.0:
20582062
slice-ansi "^5.0.0"
20592063
string-width "^7.0.0"
20602064

2065+
cliui@^7.0.2:
2066+
version "7.0.4"
2067+
resolved "https://registry.yarnpkg.com/cliui/-/cliui-7.0.4.tgz#a0265ee655476fc807aea9df3df8df7783808b4f"
2068+
integrity sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==
2069+
dependencies:
2070+
string-width "^4.2.0"
2071+
strip-ansi "^6.0.0"
2072+
wrap-ansi "^7.0.0"
2073+
20612074
cliui@^8.0.1:
20622075
version "8.0.1"
20632076
resolved "https://registry.yarnpkg.com/cliui/-/cliui-8.0.1.tgz#0c04b075db02cbfe60dc8e6cf2f5486b1a3608aa"
@@ -2739,7 +2752,7 @@ espree@^9.6.0, espree@^9.6.1:
27392752
acorn-jsx "^5.3.2"
27402753
eslint-visitor-keys "^3.4.1"
27412754

2742-
esprima@^4.0.0, esprima@~4.0.0:
2755+
esprima@^4.0.0:
27432756
version "4.0.1"
27442757
resolved "https://registry.yarnpkg.com/esprima/-/esprima-4.0.1.tgz#13b04cdb3e6c5d19df91ab6987a8695619b0aa71"
27452758
integrity sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==
@@ -3301,6 +3314,11 @@ hasown@^2.0.0:
33013314
dependencies:
33023315
function-bind "^1.1.2"
33033316

3317+
highlight.js@^10.7.1:
3318+
version "10.7.3"
3319+
resolved "https://registry.yarnpkg.com/highlight.js/-/highlight.js-10.7.3.tgz#697272e3991356e40c3cac566a74eef681756531"
3320+
integrity sha512-tzcUFauisWKNHaRkN4Wjl/ZA07gENAjFl3J/c480dprkGTg5EQstgaNFqBfUqCq54kZRIEcreTsAgF/m2quD7A==
3321+
33043322
hook-std@^3.0.0:
33053323
version "3.0.0"
33063324
resolved "https://registry.yarnpkg.com/hook-std/-/hook-std-3.0.0.tgz#47038a01981e07ce9d83a6a3b2eb98cad0f7bd58"
@@ -4629,14 +4647,14 @@ map-obj@^4.0.0:
46294647
resolved "https://registry.yarnpkg.com/map-obj/-/map-obj-4.3.0.tgz#9304f906e93faae70880da102a9f1df0ea8bb05a"
46304648
integrity sha512-hdN1wVrZbb29eBGiGjJbeP8JbKjq1urkHJ/LIP/NY48MZ1QVXUsQBV1G1zvYFHn1XE06cwjBsOI2K3Ulnj1YXQ==
46314649

4632-
marked-terminal@^6.0.0:
4633-
version "6.2.0"
4634-
resolved "https://registry.yarnpkg.com/marked-terminal/-/marked-terminal-6.2.0.tgz#82928d7967af486185a64ea927be723aadd4755f"
4635-
integrity sha512-ubWhwcBFHnXsjYNsu+Wndpg0zhY4CahSpPlA70PlO0rR9r2sZpkyU+rkCsOWH+KMEkx847UpALON+HWgxowFtw==
4650+
marked-terminal@^7.0.0:
4651+
version "7.0.0"
4652+
resolved "https://registry.yarnpkg.com/marked-terminal/-/marked-terminal-7.0.0.tgz#78f5060a8454adb6f0b878fff2c60763502e23fb"
4653+
integrity sha512-sNEx8nn9Ktcm6pL0TnRz8tnXq/mSS0Q1FRSwJOAqw4lAB4l49UeDf85Gm1n9RPFm5qurCPjwi1StAQT2XExhZw==
46364654
dependencies:
46374655
ansi-escapes "^6.2.0"
4638-
cardinal "^2.1.1"
46394656
chalk "^5.3.0"
4657+
cli-highlight "^2.1.11"
46404658
cli-table3 "^0.6.3"
46414659
node-emoji "^2.1.3"
46424660
supports-hyperlinks "^3.0.0"
@@ -4826,6 +4844,15 @@ mute-stream@~1.0.0:
48264844
resolved "https://registry.yarnpkg.com/mute-stream/-/mute-stream-1.0.0.tgz#e31bd9fe62f0aed23520aa4324ea6671531e013e"
48274845
integrity sha512-avsJQhyd+680gKXyG/sQc0nXaC6rBkPOfyHYcFb9+hdkqQkR9bdnkJ0AMZhke0oesPqIO+mFFJ+IdBc7mst4IA==
48284846

4847+
mz@^2.4.0:
4848+
version "2.7.0"
4849+
resolved "https://registry.yarnpkg.com/mz/-/mz-2.7.0.tgz#95008057a56cafadc2bc63dde7f9ff6955948e32"
4850+
integrity sha512-z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q==
4851+
dependencies:
4852+
any-promise "^1.0.0"
4853+
object-assign "^4.0.1"
4854+
thenify-all "^1.0.0"
4855+
48294856
natural-compare@^1.4.0:
48304857
version "1.4.0"
48314858
resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7"
@@ -5107,6 +5134,11 @@ npmlog@^7.0.1:
51075134
gauge "^5.0.0"
51085135
set-blocking "^2.0.0"
51095136

5137+
object-assign@^4.0.1:
5138+
version "4.1.1"
5139+
resolved "https://registry.yarnpkg.com/object-assign/-/object-assign-4.1.1.tgz#2109adc7965887cfc05cbbd442cac8bfbb360863"
5140+
integrity sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==
5141+
51105142
object-inspect@^1.13.1, object-inspect@^1.9.0:
51115143
version "1.13.1"
51125144
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.13.1.tgz#b96c6109324ccfef6b12216a956ca4dc2ff94bc2"
@@ -5355,6 +5387,23 @@ parse-json@^8.0.0:
53555387
index-to-position "^0.1.2"
53565388
type-fest "^4.7.1"
53575389

5390+
parse5-htmlparser2-tree-adapter@^6.0.0:
5391+
version "6.0.1"
5392+
resolved "https://registry.yarnpkg.com/parse5-htmlparser2-tree-adapter/-/parse5-htmlparser2-tree-adapter-6.0.1.tgz#2cdf9ad823321140370d4dbf5d3e92c7c8ddc6e6"
5393+
integrity sha512-qPuWvbLgvDGilKc5BoicRovlT4MtYT6JfJyBOMDsKoiT+GiuP5qyrPCnR9HcPECIJJmZh5jRndyNThnhhb/vlA==
5394+
dependencies:
5395+
parse5 "^6.0.1"
5396+
5397+
parse5@^5.1.1:
5398+
version "5.1.1"
5399+
resolved "https://registry.yarnpkg.com/parse5/-/parse5-5.1.1.tgz#f68e4e5ba1852ac2cadc00f4555fff6c2abb6178"
5400+
integrity sha512-ugq4DFI0Ptb+WWjAdOK16+u/nHfiIrcE+sh8kZMaM0WllQKLI9rOUq6c2b7cwPkXdzfQESqvoqK6ug7U/Yyzug==
5401+
5402+
parse5@^6.0.1:
5403+
version "6.0.1"
5404+
resolved "https://registry.yarnpkg.com/parse5/-/parse5-6.0.1.tgz#e1a1c085c569b3dc08321184f19a39cc27f7c30b"
5405+
integrity sha512-Ofn/CTFzRGTTxwpNEs9PP93gXShHcTq255nzRYSKe8AkVpZY7e1fpmTfOyoIvjP5HG7Z2ZM7VS9PPhQGW2pOpw==
5406+
53585407
path-exists@^3.0.0:
53595408
version "3.0.0"
53605409
resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-3.0.0.tgz#ce0ebeaa5f78cb18925ea7d810d7b59b010fd515"
@@ -5674,13 +5723,6 @@ redent@^3.0.0:
56745723
indent-string "^4.0.0"
56755724
strip-indent "^3.0.0"
56765725

5677-
redeyed@~2.1.0:
5678-
version "2.1.1"
5679-
resolved "https://registry.yarnpkg.com/redeyed/-/redeyed-2.1.1.tgz#8984b5815d99cb220469c99eeeffe38913e6cc0b"
5680-
integrity sha512-FNpGGo1DycYAdnrKFxCMmKYgo/mILAqtRYbkdQD8Ep/Hk2PQ5+aEAEx+IU713RTDmuBaH0c8P5ZozurNu5ObRQ==
5681-
dependencies:
5682-
esprima "~4.0.0"
5683-
56845726
regexp.prototype.flags@^1.5.1:
56855727
version "1.5.1"
56865728
resolved "https://registry.yarnpkg.com/regexp.prototype.flags/-/regexp.prototype.flags-1.5.1.tgz#90ce989138db209f81492edd734183ce99f9677e"
@@ -5828,10 +5870,10 @@ safe-regex-test@^1.0.0:
58285870
resolved "https://registry.yarnpkg.com/safer-buffer/-/safer-buffer-2.1.2.tgz#44fa161b0187b9549dd84bb91802f9bd8385cd6a"
58295871
integrity sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==
58305872

5831-
5832-
version "23.0.0"
5833-
resolved "https://registry.yarnpkg.com/semantic-release/-/semantic-release-23.0.0.tgz#ecb3685116f5ff284824e7c377cf9a3ce80c5428"
5834-
integrity sha512-Jz7jEWO2igTtske112gC4PPE2whCMVrsgxUPG3/SZI7VE357suIUZFlJd1Yu0g2I6RPc2HxNEfUg7KhmDTjwqg==
5873+
5874+
version "23.0.1"
5875+
resolved "https://registry.yarnpkg.com/semantic-release/-/semantic-release-23.0.1.tgz#367ae9017719a1aa2bb9d0cd58a36f8db9a81b2d"
5876+
integrity sha512-xuFpTmGZxxxM9X0koDSYWK7HGtVR28TRZ2CIG2LZptiZ4IdHBD7CFz5JBW4BMLsUorCBSjvSUt5qzwW+xmZw0A==
58355877
dependencies:
58365878
"@semantic-release/commit-analyzer" "^11.0.0"
58375879
"@semantic-release/error" "^4.0.0"
@@ -5852,7 +5894,7 @@ [email protected]:
58525894
import-from-esm "^1.3.1"
58535895
lodash-es "^4.17.21"
58545896
marked "^11.0.0"
5855-
marked-terminal "^6.0.0"
5897+
marked-terminal "^7.0.0"
58565898
micromatch "^4.0.2"
58575899
p-each-series "^3.0.0"
58585900
p-reduce "^3.0.0"
@@ -6349,6 +6391,20 @@ text-table@^0.2.0, text-table@~0.2.0:
63496391
resolved "https://registry.yarnpkg.com/text-table/-/text-table-0.2.0.tgz#7f5ee823ae805207c00af2df4a84ec3fcfa570b4"
63506392
integrity sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==
63516393

6394+
thenify-all@^1.0.0:
6395+
version "1.6.0"
6396+
resolved "https://registry.yarnpkg.com/thenify-all/-/thenify-all-1.6.0.tgz#1a1918d402d8fc3f98fbf234db0bcc8cc10e9726"
6397+
integrity sha512-RNxQH/qI8/t3thXJDwcstUO4zeqo64+Uy/+sNVRBx4Xn2OX+OZ9oP+iJnNFqplFra2ZUVeKCSa2oVWi3T4uVmA==
6398+
dependencies:
6399+
thenify ">= 3.1.0 < 4"
6400+
6401+
"thenify@>= 3.1.0 < 4":
6402+
version "3.3.1"
6403+
resolved "https://registry.yarnpkg.com/thenify/-/thenify-3.3.1.tgz#8932e686a4066038a016dd9e2ca46add9838a95f"
6404+
integrity sha512-RVZSIV5IG10Hk3enotrhvz0T9em6cyHBLkH/YAZuKqd8hRkKhSfCGIcP2KUY0EPxndzANBmNllzWPwak+bheSw==
6405+
dependencies:
6406+
any-promise "^1.0.0"
6407+
63526408
through2@^4.0.0:
63536409
version "4.0.2"
63546410
resolved "https://registry.yarnpkg.com/through2/-/through2-4.0.2.tgz#a7ce3ac2a7a8b0b966c80e7c49f0484c3b239764"
@@ -6812,7 +6868,7 @@ [email protected]:
68126868
resolved "https://registry.yarnpkg.com/yaml/-/yaml-2.3.4.tgz#53fc1d514be80aabf386dc6001eb29bf3b7523b2"
68136869
integrity sha512-8aAvwVUSHpfEqTQ4w/KMlf3HcRdt50E5ODIQJBw1fQ5RL34xabzxtUlzTXVqc4rkZsPbvrXKWnABCD7kWSmocA==
68146870

6815-
yargs-parser@^20.2.3:
6871+
yargs-parser@^20.2.2, yargs-parser@^20.2.3:
68166872
version "20.2.9"
68176873
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-20.2.9.tgz#2eb7dc3b0289718fc295f362753845c41a0c94ee"
68186874
integrity sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==
@@ -6822,6 +6878,19 @@ yargs-parser@^21.0.1, yargs-parser@^21.1.1:
68226878
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-21.1.1.tgz#9096bceebf990d21bb31fa9516e0ede294a77d35"
68236879
integrity sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==
68246880

6881+
yargs@^16.0.0:
6882+
version "16.2.0"
6883+
resolved "https://registry.yarnpkg.com/yargs/-/yargs-16.2.0.tgz#1c82bf0f6b6a66eafce7ef30e376f49a12477f66"
6884+
integrity sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==
6885+
dependencies:
6886+
cliui "^7.0.2"
6887+
escalade "^3.1.1"
6888+
get-caller-file "^2.0.5"
6889+
require-directory "^2.1.1"
6890+
string-width "^4.2.0"
6891+
y18n "^5.0.5"
6892+
yargs-parser "^20.2.2"
6893+
68256894
yargs@^17.0.0, yargs@^17.3.1, yargs@^17.5.1:
68266895
version "17.7.2"
68276896
resolved "https://registry.yarnpkg.com/yargs/-/yargs-17.7.2.tgz#991df39aca675a192b816e1e0363f9d75d2aa269"

0 commit comments

Comments
 (0)