Skip to content

Commit e4f489f

Browse files
committed
chore(deps): update dependencies
1 parent a100c4b commit e4f489f

File tree

2 files changed

+55
-55
lines changed

2 files changed

+55
-55
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,10 @@
5252
"@swc/cli": "0.1.57",
5353
"@swc/core": "1.3.16",
5454
"@swc/jest": "0.2.23",
55-
"@types/jest": "29.2.2",
55+
"@types/jest": "29.2.3",
5656
"@types/node": "18.11.9",
57-
"@typescript-eslint/eslint-plugin": "5.42.1",
58-
"@typescript-eslint/parser": "5.42.1",
57+
"@typescript-eslint/eslint-plugin": "5.43.0",
58+
"@typescript-eslint/parser": "5.43.0",
5959
"eslint": "8.27.0",
6060
"eslint-config-prettier": "8.5.0",
6161
"eslint-plugin-jest": "27.1.5",

yarn.lock

Lines changed: 52 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -1398,10 +1398,10 @@
13981398
dependencies:
13991399
"@types/istanbul-lib-report" "*"
14001400

1401-
"@types/jest@29.2.2":
1402-
version "29.2.2"
1403-
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-29.2.2.tgz#874e7dc6702fa6a3fe6107792aa98636dcc480b4"
1404-
integrity sha512-og1wAmdxKoS71K2ZwSVqWPX6OVn3ihZ6ZT2qvZvZQm90lJVDyXIjYcu4Khx2CNIeaFv12rOU/YObOsI3VOkzog==
1401+
"@types/jest@29.2.3":
1402+
version "29.2.3"
1403+
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-29.2.3.tgz#f5fd88e43e5a9e4221ca361e23790d48fcf0a211"
1404+
integrity sha512-6XwoEbmatfyoCjWRX7z0fKMmgYKe9+/HrviJ5k0X/tjJWHGAezZOfYaxqQKuzG/TvQyr+ktjm4jgbk0s4/oF2w==
14051405
dependencies:
14061406
expect "^29.0.0"
14071407
pretty-format "^29.0.0"
@@ -1475,29 +1475,29 @@
14751475
dependencies:
14761476
"@types/yargs-parser" "*"
14771477

1478-
"@typescript-eslint/eslint-plugin@5.42.1":
1479-
version "5.42.1"
1480-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.42.1.tgz#696b9cc21dfd4749c1c8ad1307f76a36a00aa0e3"
1481-
integrity sha512-LyR6x784JCiJ1j6sH5Y0K6cdExqCCm8DJUTcwG5ThNXJj/G8o5E56u5EdG4SLy+bZAwZBswC+GYn3eGdttBVCg==
1478+
"@typescript-eslint/eslint-plugin@5.43.0":
1479+
version "5.43.0"
1480+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.43.0.tgz#4a5248eb31b454715ddfbf8cfbf497529a0a78bc"
1481+
integrity sha512-wNPzG+eDR6+hhW4yobEmpR36jrqqQv1vxBq5LJO3fBAktjkvekfr4BRl+3Fn1CM/A+s8/EiGUbOMDoYqWdbtXA==
14821482
dependencies:
1483-
"@typescript-eslint/scope-manager" "5.42.1"
1484-
"@typescript-eslint/type-utils" "5.42.1"
1485-
"@typescript-eslint/utils" "5.42.1"
1483+
"@typescript-eslint/scope-manager" "5.43.0"
1484+
"@typescript-eslint/type-utils" "5.43.0"
1485+
"@typescript-eslint/utils" "5.43.0"
14861486
debug "^4.3.4"
14871487
ignore "^5.2.0"
14881488
natural-compare-lite "^1.4.0"
14891489
regexpp "^3.2.0"
14901490
semver "^7.3.7"
14911491
tsutils "^3.21.0"
14921492

1493-
"@typescript-eslint/parser@5.42.1":
1494-
version "5.42.1"
1495-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.42.1.tgz#3e66156f2f74b11690b45950d8f5f28a62751d35"
1496-
integrity sha512-kAV+NiNBWVQDY9gDJDToTE/NO8BHi4f6b7zTsVAJoTkmB/zlfOpiEVBzHOKtlgTndCKe8vj9F/PuolemZSh50Q==
1493+
"@typescript-eslint/parser@5.43.0":
1494+
version "5.43.0"
1495+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.43.0.tgz#9c86581234b88f2ba406f0b99a274a91c11630fd"
1496+
integrity sha512-2iHUK2Lh7PwNUlhFxxLI2haSDNyXvebBO9izhjhMoDC+S3XI9qt2DGFUsiJ89m2k7gGYch2aEpYqV5F/+nwZug==
14971497
dependencies:
1498-
"@typescript-eslint/scope-manager" "5.42.1"
1499-
"@typescript-eslint/types" "5.42.1"
1500-
"@typescript-eslint/typescript-estree" "5.42.1"
1498+
"@typescript-eslint/scope-manager" "5.43.0"
1499+
"@typescript-eslint/types" "5.43.0"
1500+
"@typescript-eslint/typescript-estree" "5.43.0"
15011501
debug "^4.3.4"
15021502

15031503
"@typescript-eslint/scope-manager@5.13.0":
@@ -1508,21 +1508,21 @@
15081508
"@typescript-eslint/types" "5.13.0"
15091509
"@typescript-eslint/visitor-keys" "5.13.0"
15101510

1511-
"@typescript-eslint/scope-manager@5.42.1":
1512-
version "5.42.1"
1513-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.42.1.tgz#05e5e1351485637d466464237e5259b49f609b18"
1514-
integrity sha512-QAZY/CBP1Emx4rzxurgqj3rUinfsh/6mvuKbLNMfJMMKYLRBfweus8brgXF8f64ABkIZ3zdj2/rYYtF8eiuksQ==
1511+
"@typescript-eslint/scope-manager@5.43.0":
1512+
version "5.43.0"
1513+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.43.0.tgz#566e46303392014d5d163704724872e1f2dd3c15"
1514+
integrity sha512-XNWnGaqAtTJsUiZaoiGIrdJYHsUOd3BZ3Qj5zKp9w6km6HsrjPk/TGZv0qMTWyWj0+1QOqpHQ2gZOLXaGA9Ekw==
15151515
dependencies:
1516-
"@typescript-eslint/types" "5.42.1"
1517-
"@typescript-eslint/visitor-keys" "5.42.1"
1516+
"@typescript-eslint/types" "5.43.0"
1517+
"@typescript-eslint/visitor-keys" "5.43.0"
15181518

1519-
"@typescript-eslint/type-utils@5.42.1":
1520-
version "5.42.1"
1521-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.42.1.tgz#21328feb2d4b193c5852b35aabd241ccc1449daa"
1522-
integrity sha512-WWiMChneex5w4xPIX56SSnQQo0tEOy5ZV2dqmj8Z371LJ0E+aymWD25JQ/l4FOuuX+Q49A7pzh/CGIQflxMVXg==
1519+
"@typescript-eslint/type-utils@5.43.0":
1520+
version "5.43.0"
1521+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.43.0.tgz#91110fb827df5161209ecca06f70d19a96030be6"
1522+
integrity sha512-K21f+KY2/VvYggLf5Pk4tgBOPs2otTaIHy2zjclo7UZGLyFH86VfUOm5iq+OtDtxq/Zwu2I3ujDBykVW4Xtmtg==
15231523
dependencies:
1524-
"@typescript-eslint/typescript-estree" "5.42.1"
1525-
"@typescript-eslint/utils" "5.42.1"
1524+
"@typescript-eslint/typescript-estree" "5.43.0"
1525+
"@typescript-eslint/utils" "5.43.0"
15261526
debug "^4.3.4"
15271527
tsutils "^3.21.0"
15281528

@@ -1531,10 +1531,10 @@
15311531
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.13.0.tgz#da1de4ae905b1b9ff682cab0bed6b2e3be9c04e5"
15321532
integrity sha512-LmE/KO6DUy0nFY/OoQU0XelnmDt+V8lPQhh8MOVa7Y5k2gGRd6U9Kp3wAjhB4OHg57tUO0nOnwYQhRRyEAyOyg==
15331533

1534-
"@typescript-eslint/types@5.42.1":
1535-
version "5.42.1"
1536-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.42.1.tgz#0d4283c30e9b70d2aa2391c36294413de9106df2"
1537-
integrity sha512-Qrco9dsFF5lhalz+lLFtxs3ui1/YfC6NdXu+RAGBa8uSfn01cjO7ssCsjIsUs484vny9Xm699FSKwpkCcqwWwA==
1534+
"@typescript-eslint/types@5.43.0":
1535+
version "5.43.0"
1536+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.43.0.tgz#e4ddd7846fcbc074325293515fa98e844d8d2578"
1537+
integrity sha512-jpsbcD0x6AUvV7tyOlyvon0aUsQpF8W+7TpJntfCUWU1qaIKu2K34pMwQKSzQH8ORgUrGYY6pVIh1Pi8TNeteg==
15381538

15391539
"@typescript-eslint/typescript-estree@5.13.0":
15401540
version "5.13.0"
@@ -1549,29 +1549,29 @@
15491549
semver "^7.3.5"
15501550
tsutils "^3.21.0"
15511551

1552-
"@typescript-eslint/typescript-estree@5.42.1":
1553-
version "5.42.1"
1554-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.42.1.tgz#f9a223ecb547a781d37e07a5ac6ba9ff681eaef0"
1555-
integrity sha512-qElc0bDOuO0B8wDhhW4mYVgi/LZL+igPwXtV87n69/kYC/7NG3MES0jHxJNCr4EP7kY1XVsRy8C/u3DYeTKQmw==
1552+
"@typescript-eslint/typescript-estree@5.43.0":
1553+
version "5.43.0"
1554+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.43.0.tgz#b6883e58ba236a602c334be116bfc00b58b3b9f2"
1555+
integrity sha512-BZ1WVe+QQ+igWal2tDbNg1j2HWUkAa+CVqdU79L4HP9izQY6CNhXfkNwd1SS4+sSZAP/EthI1uiCSY/+H0pROg==
15561556
dependencies:
1557-
"@typescript-eslint/types" "5.42.1"
1558-
"@typescript-eslint/visitor-keys" "5.42.1"
1557+
"@typescript-eslint/types" "5.43.0"
1558+
"@typescript-eslint/visitor-keys" "5.43.0"
15591559
debug "^4.3.4"
15601560
globby "^11.1.0"
15611561
is-glob "^4.0.3"
15621562
semver "^7.3.7"
15631563
tsutils "^3.21.0"
15641564

1565-
"@typescript-eslint/utils@5.42.1":
1566-
version "5.42.1"
1567-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.42.1.tgz#2789b1cd990f0c07aaa3e462dbe0f18d736d5071"
1568-
integrity sha512-Gxvf12xSp3iYZd/fLqiQRD4uKZjDNR01bQ+j8zvhPjpsZ4HmvEFL/tC4amGNyxN9Rq+iqvpHLhlqx6KTxz9ZyQ==
1565+
"@typescript-eslint/utils@5.43.0":
1566+
version "5.43.0"
1567+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.43.0.tgz#00fdeea07811dbdf68774a6f6eacfee17fcc669f"
1568+
integrity sha512-8nVpA6yX0sCjf7v/NDfeaOlyaIIqL7OaIGOWSPFqUKK59Gnumd3Wa+2l8oAaYO2lk0sO+SbWFWRSvhu8gLGv4A==
15691569
dependencies:
15701570
"@types/json-schema" "^7.0.9"
15711571
"@types/semver" "^7.3.12"
1572-
"@typescript-eslint/scope-manager" "5.42.1"
1573-
"@typescript-eslint/types" "5.42.1"
1574-
"@typescript-eslint/typescript-estree" "5.42.1"
1572+
"@typescript-eslint/scope-manager" "5.43.0"
1573+
"@typescript-eslint/types" "5.43.0"
1574+
"@typescript-eslint/typescript-estree" "5.43.0"
15751575
eslint-scope "^5.1.1"
15761576
eslint-utils "^3.0.0"
15771577
semver "^7.3.7"
@@ -1596,12 +1596,12 @@
15961596
"@typescript-eslint/types" "5.13.0"
15971597
eslint-visitor-keys "^3.0.0"
15981598

1599-
"@typescript-eslint/visitor-keys@5.42.1":
1600-
version "5.42.1"
1601-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.42.1.tgz#df10839adf6605e1cdb79174cf21e46df9be4872"
1602-
integrity sha512-LOQtSF4z+hejmpUvitPlc4hA7ERGoj2BVkesOcG91HCn8edLGUXbTrErmutmPbl8Bo9HjAvOO/zBKQHExXNA2A==
1599+
"@typescript-eslint/visitor-keys@5.43.0":
1600+
version "5.43.0"
1601+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.43.0.tgz#cbbdadfdfea385310a20a962afda728ea106befa"
1602+
integrity sha512-icl1jNH/d18OVHLfcwdL3bWUKsBeIiKYTGxMJCoGe7xFht+E4QgzOqoWYrU8XSLJWhVw8nTacbm03v23J/hFTg==
16031603
dependencies:
1604-
"@typescript-eslint/types" "5.42.1"
1604+
"@typescript-eslint/types" "5.43.0"
16051605
eslint-visitor-keys "^3.3.0"
16061606

16071607
JSONStream@^1.0.4:

0 commit comments

Comments
 (0)