Skip to content

Commit 8a590a4

Browse files
fix(deps): update dependencies
1 parent a0d998d commit 8a590a4

2 files changed

Lines changed: 32 additions & 30 deletions

File tree

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@
3434
"release:trigger": "shipjs trigger"
3535
},
3636
"dependencies": {
37-
"@babel/parser": "7.20.3",
38-
"@babel/types": "7.20.2",
39-
"commander": "9.4.1",
40-
"typescript": "4.8.4"
37+
"@babel/parser": "7.25.8",
38+
"@babel/types": "7.25.8",
39+
"commander": "9.5.0",
40+
"typescript": "4.9.5"
4141
},
4242
"devDependencies": {
4343
"@types/babel-types": "7.0.11",

yarn.lock

Lines changed: 28 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -375,10 +375,10 @@
375375
dependencies:
376376
"@babel/types" "^7.8.3"
377377

378-
"@babel/helper-string-parser@^7.19.4":
379-
version "7.19.4"
380-
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.19.4.tgz#38d3acb654b4701a9b77fb0615a96f775c3a9e63"
381-
integrity sha512-nHtDoQcuqFmwYNYPz3Rah5ph2p8PFeFCsZk9A/48dPc/rGocJ5J3hAAZ7pb76VWX3fZKu+uEr/FhH5jLx7umrw==
378+
"@babel/helper-string-parser@^7.25.7":
379+
version "7.25.7"
380+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.25.7.tgz#d50e8d37b1176207b4fe9acedec386c565a44a54"
381+
integrity sha512-CbkjYdsJNHFk8uqpEkpCvRs3YRp9tY6FmFY7wLMSYuGYkrdUi7r2lc4/wqsvlHoMznX3WJ9IP8giGPq68T/Y6g==
382382

383383
"@babel/helper-validator-identifier@^7.14.0":
384384
version "7.14.0"
@@ -390,10 +390,10 @@
390390
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.16.7.tgz#e8c602438c4a8195751243da9031d1607d247cad"
391391
integrity sha512-hsEnFemeiW4D08A5gUAZxLBTXpZ39P+a+DGDsHw1yxqyQ/jzFEnxf5uTEGp+3bzAbNOxU1paTgYS4ECU/IgfDw==
392392

393-
"@babel/helper-validator-identifier@^7.19.1":
394-
version "7.19.1"
395-
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz#7eea834cf32901ffdc1a7ee555e2f9c27e249ca2"
396-
integrity sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w==
393+
"@babel/helper-validator-identifier@^7.25.7":
394+
version "7.25.7"
395+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.7.tgz#77b7f60c40b15c97df735b38a66ba1d7c3e93da5"
396+
integrity sha512-AM6TzwYqGChO45oiuPqwL2t20/HdMC1rTPAesnBCgPCSF1x3oN9MVUwQV2iyz4xqWrctwK5RNC8LV22kaQCNYg==
397397

398398
"@babel/helper-validator-identifier@^7.9.0":
399399
version "7.9.0"
@@ -469,10 +469,12 @@
469469
chalk "^2.0.0"
470470
js-tokens "^4.0.0"
471471

472-
"@babel/parser@7.20.3":
473-
version "7.20.3"
474-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.20.3.tgz#5358cf62e380cf69efcb87a7bb922ff88bfac6e2"
475-
integrity sha512-OP/s5a94frIPXwjzEcv5S/tpQfc6XhxYUnmWpgdqMWGgYCuErA3SzozaRAMQgSZWKeTJxht9aWAkUY+0UzvOFg==
472+
"@babel/parser@7.25.8":
473+
version "7.25.8"
474+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.25.8.tgz#f6aaf38e80c36129460c1657c0762db584c9d5e2"
475+
integrity sha512-HcttkxzdPucv3nNFmfOOMfFf64KgdJVqm1KaCm25dPGMLElo9nsLvXeJECQg8UzPuBGLyTSA0ZzqCtDSzKTEoQ==
476+
dependencies:
477+
"@babel/types" "^7.25.8"
476478

477479
"@babel/parser@^7.1.0", "@babel/parser@^7.8.6", "@babel/parser@^7.9.0":
478480
version "7.9.0"
@@ -659,13 +661,13 @@
659661
globals "^11.1.0"
660662
lodash "^4.17.13"
661663

662-
"@babel/types@7.20.2":
663-
version "7.20.2"
664-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.20.2.tgz#67ac09266606190f496322dbaff360fdaa5e7842"
665-
integrity sha512-FnnvsNWgZCr232sqtXggapvlkk/tuwR/qhGzcmxI0GXLCjmPYQPzio2FbdlWuY6y1sHFfQKk+rRbUZ9VStQMog==
664+
"@babel/types@7.25.8", "@babel/types@^7.25.8":
665+
version "7.25.8"
666+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.25.8.tgz#5cf6037258e8a9bcad533f4979025140cb9993e1"
667+
integrity sha512-JWtuCu8VQsMladxVz/P4HzHUGCAwpuqacmowgXFs5XjxIgKuNjnLokQzuVjlTvIzODaDmpjT3oxcC48vyk9EWg==
666668
dependencies:
667-
"@babel/helper-string-parser" "^7.19.4"
668-
"@babel/helper-validator-identifier" "^7.19.1"
669+
"@babel/helper-string-parser" "^7.25.7"
670+
"@babel/helper-validator-identifier" "^7.25.7"
669671
to-fast-properties "^2.0.0"
670672

671673
"@babel/types@^7.0.0", "@babel/types@^7.3.0", "@babel/types@^7.8.3", "@babel/types@^7.8.6", "@babel/types@^7.9.0":
@@ -1981,10 +1983,10 @@ combined-stream@^1.0.8:
19811983
dependencies:
19821984
delayed-stream "~1.0.0"
19831985

1984-
commander@9.4.1:
1985-
version "9.4.1"
1986-
resolved "https://registry.yarnpkg.com/commander/-/commander-9.4.1.tgz#d1dd8f2ce6faf93147295c0df13c7c21141cfbdd"
1987-
integrity sha512-5EEkTNyHNGFPD2H+c/dXXfQZYa/scCKasxWcXJaWnNJ99pnQN9Vnmqow+p+PlFPE63Q6mThaZws1T+HxfpgtPw==
1986+
commander@9.5.0:
1987+
version "9.5.0"
1988+
resolved "https://registry.yarnpkg.com/commander/-/commander-9.5.0.tgz#bc08d1eb5cedf7ccb797a96199d41c7bc3e60d30"
1989+
integrity sha512-KRs7WVDKg86PWiuAqhDrAQnTXZKraVcCc6vFdL14qrZ/DcWwuRo7VoiYXalXO7S5GKpqYiVEwCbgFDfxNHKJBQ==
19881990

19891991
commander@^9.3.0:
19901992
version "9.3.0"
@@ -6048,10 +6050,10 @@ typedarray-to-buffer@^3.1.5:
60486050
dependencies:
60496051
is-typedarray "^1.0.0"
60506052

6051-
typescript@4.8.4:
6052-
version "4.8.4"
6053-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.8.4.tgz#c464abca159669597be5f96b8943500b238e60e6"
6054-
integrity sha512-QCh+85mCy+h0IGff8r5XWzOVSbBO+KfeYrMQh7NJ58QujwcE22u+NUSmUxqF+un70P9GXKxa2HCNiTTMJknyjQ==
6053+
typescript@4.9.5:
6054+
version "4.9.5"
6055+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.5.tgz#095979f9bcc0d09da324d58d03ce8f8374cbe65a"
6056+
integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==
60556057

60566058
uc.micro@^1.0.1, uc.micro@^1.0.5:
60576059
version "1.0.6"

0 commit comments

Comments
 (0)