Skip to content

Commit af40c81

Browse files
chore(deps): update dependencies (#483)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8905362 commit af40c81

File tree

2 files changed

+46
-13
lines changed

2 files changed

+46
-13
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"@swc/core": "1.4.11",
6464
"@swc/jest": "0.2.36",
6565
"@types/jest": "29.5.12",
66-
"@types/node": "20.12.3",
66+
"@types/node": "20.12.4",
6767
"@typescript-eslint/eslint-plugin": "7.5.0",
6868
"@typescript-eslint/parser": "7.5.0",
6969
"eslint": "8.57.0",

yarn.lock

+45-12
Original file line numberDiff line numberDiff line change
@@ -1598,10 +1598,10 @@
15981598
dependencies:
15991599
undici-types "~5.26.4"
16001600

1601-
"@types/[email protected].3":
1602-
version "20.12.3"
1603-
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.12.3.tgz#d6658c2c7776c1cad93534bb45428195ed840c65"
1604-
integrity sha512-sD+ia2ubTeWrOu+YMF+MTAB7E+O7qsMqAbMfW7DG3K1URwhZ5hN1pLlRVGbf4wDFzSfikL05M17EyorS86jShw==
1601+
"@types/[email protected].4":
1602+
version "20.12.4"
1603+
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.12.4.tgz#af5921bd75ccdf3a3d8b3fa75bf3d3359268cd11"
1604+
integrity sha512-E+Fa9z3wSQpzgYQdYmme5X3OTuejnnTx88A6p6vkkJosR3KBz+HpE3kqNm98VE6cfLFcISx7zW7MsJkH6KwbTw==
16051605
dependencies:
16061606
undici-types "~5.26.4"
16071607

@@ -2554,6 +2554,11 @@ conventional-commits-parser@^5.0.0:
25542554
meow "^12.0.1"
25552555
split2 "^4.0.0"
25562556

2557+
convert-hrtime@^5.0.0:
2558+
version "5.0.0"
2559+
resolved "https://registry.yarnpkg.com/convert-hrtime/-/convert-hrtime-5.0.0.tgz#f2131236d4598b95de856926a67100a0a97e9fa3"
2560+
integrity sha512-lOETlkIeYSJWcbbcvjRKGxVMXJR+8+OQb/mTPbA4ObPMytYIsUbuOE0Jzy60hjARYszq1id0j8KgVhC+WGZVTg==
2561+
25572562
convert-source-map@^2.0.0:
25582563
version "2.0.0"
25592564
resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-2.0.0.tgz#4b560f649fc4e918dd0ab75cf4961e8bc882d82a"
@@ -3367,13 +3372,21 @@ find-up@^5.0.0:
33673372
locate-path "^6.0.0"
33683373
path-exists "^4.0.0"
33693374

3370-
find-versions@^5.0.0, find-versions@^5.1.0:
3375+
find-versions@^5.0.0:
33713376
version "5.1.0"
33723377
resolved "https://registry.yarnpkg.com/find-versions/-/find-versions-5.1.0.tgz#973f6739ce20f5e439a27eba8542a4b236c8e685"
33733378
integrity sha512-+iwzCJ7C5v5KgcBuueqVoNiHVoQpwiUK5XFLjf0affFTep+Wcw93tPvmb8tqujDNmzhBDPddnWV/qgWSXgq+Hg==
33743379
dependencies:
33753380
semver-regex "^4.0.5"
33763381

3382+
find-versions@^6.0.0:
3383+
version "6.0.0"
3384+
resolved "https://registry.yarnpkg.com/find-versions/-/find-versions-6.0.0.tgz#fda285d3bb7c0c098f09e0727c54d31735f0c7d1"
3385+
integrity sha512-2kCCtc+JvcZ86IGAz3Z2Y0A1baIz9fL31pH/0S1IqZr9Iwnjq8izfPtrCyQKO6TLMPELLsQMre7VDqeIKCsHkA==
3386+
dependencies:
3387+
semver-regex "^4.0.5"
3388+
super-regex "^1.0.0"
3389+
33773390
flat-cache@^3.0.4:
33783391
version "3.2.0"
33793392
resolved "https://registry.yarnpkg.com/flat-cache/-/flat-cache-3.2.0.tgz#2c0c2d5040c99b1632771a9d105725c0115363ee"
@@ -3447,6 +3460,11 @@ function-bind@^1.1.2:
34473460
resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.2.tgz#2c02d864d97f3ea6c8830c464cbd11ab6eab7a1c"
34483461
integrity sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==
34493462

3463+
function-timeout@^1.0.1:
3464+
version "1.0.1"
3465+
resolved "https://registry.yarnpkg.com/function-timeout/-/function-timeout-1.0.1.tgz#fd379f96501e536617a89ae080d44539ed805f63"
3466+
integrity sha512-6yPMImFFuaMPNaTMTBuolA8EanHJWF5Vju0NHpObRURT105J6x1Mf2a7J4P7Sqk2xDxv24N5L0RatEhTBhNmdA==
3467+
34503468
gauge@^5.0.0:
34513469
version "5.0.1"
34523470
resolved "https://registry.yarnpkg.com/gauge/-/gauge-5.0.1.tgz#1efc801b8ff076b86ef3e9a7a280a975df572112"
@@ -6510,9 +6528,9 @@ scule@^1.0.0:
65106528
integrity sha512-sHtm/SsIK9BUBI3EFT/Gnp9VoKfY6QLvlkvAE6YK7454IF8FSgJEAnJpVdSC7K5/pjI5NfxhzBLW2JAfYA/shQ==
65116529

65126530
semantic-release@^23.0.0:
6513-
version "23.0.6"
6514-
resolved "https://registry.yarnpkg.com/semantic-release/-/semantic-release-23.0.6.tgz#61db9815ad7d64b142272419084b62d2eae9ea89"
6515-
integrity sha512-/r62F4PNhJZhyZYMobcpcACGwpFNQyaVcSmqZQXG50GMbHSBVZQLCvwafqxO1lDQKVgmGmyCEtOVYzwvzvyhVw==
6531+
version "23.0.7"
6532+
resolved "https://registry.yarnpkg.com/semantic-release/-/semantic-release-23.0.7.tgz#fc34d0472ebdb5fde1b5b93a31df97b44e17dac4"
6533+
integrity sha512-PFxXQE57zrYiCbWKkdsVUF08s0SifEw3WhDhrN47ZEUWQiLl21FI9Dg/H8g7i/lPx0IkF6u7PjJbgxPceXKBeg==
65166534
dependencies:
65176535
"@semantic-release/commit-analyzer" "^12.0.0"
65186536
"@semantic-release/error" "^4.0.0"
@@ -6525,7 +6543,7 @@ semantic-release@^23.0.0:
65256543
env-ci "^11.0.0"
65266544
execa "^8.0.0"
65276545
figures "^6.0.0"
6528-
find-versions "^5.1.0"
6546+
find-versions "^6.0.0"
65296547
get-stream "^6.0.0"
65306548
git-log-parser "^1.2.0"
65316549
hook-std "^3.0.0"
@@ -6966,6 +6984,14 @@ stylehacks@^6.0.1:
69666984
browserslist "^4.21.4"
69676985
postcss-selector-parser "^6.0.4"
69686986

6987+
super-regex@^1.0.0:
6988+
version "1.0.0"
6989+
resolved "https://registry.yarnpkg.com/super-regex/-/super-regex-1.0.0.tgz#dd90d944a925a1083e7d8570919b21cb76e3d925"
6990+
integrity sha512-CY8u7DtbvucKuquCmOFEKhr9Besln7n9uN8eFbwcoGYWXOMW07u2o8njWaiXt11ylS3qoGF55pILjRmPlbodyg==
6991+
dependencies:
6992+
function-timeout "^1.0.1"
6993+
time-span "^5.1.0"
6994+
69696995
supports-color@^5.3.0, supports-color@^5.5.0:
69706996
version "5.5.0"
69716997
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-5.5.0.tgz#e2e69a44ac8772f78a1ec0b35b689df6530efc8f"
@@ -7099,6 +7125,13 @@ through2@~2.0.0:
70997125
resolved "https://registry.yarnpkg.com/through/-/through-2.3.8.tgz#0dd4c9ffaabc357960b1b724115d7e0e86a2e1f5"
71007126
integrity sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg==
71017127

7128+
time-span@^5.1.0:
7129+
version "5.1.0"
7130+
resolved "https://registry.yarnpkg.com/time-span/-/time-span-5.1.0.tgz#80c76cf5a0ca28e0842d3f10a4e99034ce94b90d"
7131+
integrity sha512-75voc/9G4rDIJleOo4jPvN4/YC4GRZrY8yy1uU4lwrB3XEQbWve8zXoO5No4eFrGcTAMYyoY67p8jRQdtA1HbA==
7132+
dependencies:
7133+
convert-hrtime "^5.0.0"
7134+
71027135
tiny-relative-date@^1.3.0:
71037136
version "1.3.0"
71047137
resolved "https://registry.yarnpkg.com/tiny-relative-date/-/tiny-relative-date-1.3.0.tgz#fa08aad501ed730f31cc043181d995c39a935e07"
@@ -7241,9 +7274,9 @@ type-fest@^2.12.2:
72417274
integrity sha512-RAH822pAdBgcNMAfWnCBU3CFZcfZ/i1eZjwFU/dsLKumyuuP3niueg2UAukXYF0E2AAoc82ZSSf9J0WQBinzHA==
72427275

72437276
type-fest@^4.6.0, type-fest@^4.7.1:
7244-
version "4.14.0"
7245-
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-4.14.0.tgz#46f9a358e605f0ec5ca99ab83deaa7257a7ae379"
7246-
integrity sha512-on5/Cw89wwqGZQu+yWO0gGMGu8VNxsaW9SB2HE8yJjllEk7IDTwnSN1dUVldYILhYPN5HzD7WAaw2cc/jBfn0Q==
7277+
version "4.15.0"
7278+
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-4.15.0.tgz#21da206b89c15774cc718c4f2d693e13a1a14a43"
7279+
integrity sha512-tB9lu0pQpX5KJq54g+oHOLumOx+pMep4RaM6liXh2PKmVRFF+/vAtUP0ZaJ0kOySfVNjF6doBWPHhBhISKdlIA==
72477280

72487281
72497282
version "5.4.3"

0 commit comments

Comments
 (0)