Skip to content

Commit bf31479

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

2 files changed

Lines changed: 32 additions & 31 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.26.1",
38+
"@babel/types": "7.26.0",
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 & 27 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.9":
379+
version "7.25.9"
380+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.25.9.tgz#1aabb72ee72ed35789b4bbcad3ca2862ce614e8c"
381+
integrity sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA==
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.9":
394+
version "7.25.9"
395+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz#24b64e2c3ec7cd3b3c547729b8d16871f22cbdc7"
396+
integrity sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ==
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.26.1":
473+
version "7.26.1"
474+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.1.tgz#44e02499960df2cdce2c456372a3e8e0c3c5c975"
475+
integrity sha512-reoQYNiAJreZNsJzyrDNzFQ+IQ5JFiIzAHJg9bn94S3l+4++J7RsIhNMoB+lgP/9tpmiAQqspv+xfdxTSzREOw==
476+
dependencies:
477+
"@babel/types" "^7.26.0"
476478

477479
"@babel/parser@^7.1.0", "@babel/parser@^7.8.6", "@babel/parser@^7.9.0":
478480
version "7.9.0"
@@ -659,14 +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.26.0", "@babel/types@^7.26.0":
665+
version "7.26.0"
666+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.0.tgz#deabd08d6b753bc8e0f198f8709fb575e31774ff"
667+
integrity sha512-Z/yiTPj+lDVnF7lWeKCIJzaIkI0vYO87dMpZ4bg4TDrFe4XXLFWL1TbXU27gBP3QccxV9mZICCrnjnYlJjXHOA==
666668
dependencies:
667-
"@babel/helper-string-parser" "^7.19.4"
668-
"@babel/helper-validator-identifier" "^7.19.1"
669-
to-fast-properties "^2.0.0"
669+
"@babel/helper-string-parser" "^7.25.9"
670+
"@babel/helper-validator-identifier" "^7.25.9"
670671

671672
"@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":
672673
version "7.9.0"
@@ -1981,10 +1982,10 @@ combined-stream@^1.0.8:
19811982
dependencies:
19821983
delayed-stream "~1.0.0"
19831984

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==
1985+
commander@9.5.0:
1986+
version "9.5.0"
1987+
resolved "https://registry.yarnpkg.com/commander/-/commander-9.5.0.tgz#bc08d1eb5cedf7ccb797a96199d41c7bc3e60d30"
1988+
integrity sha512-KRs7WVDKg86PWiuAqhDrAQnTXZKraVcCc6vFdL14qrZ/DcWwuRo7VoiYXalXO7S5GKpqYiVEwCbgFDfxNHKJBQ==
19881989

19891990
commander@^9.3.0:
19901991
version "9.3.0"
@@ -6048,10 +6049,10 @@ typedarray-to-buffer@^3.1.5:
60486049
dependencies:
60496050
is-typedarray "^1.0.0"
60506051

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==
6052+
typescript@4.9.5:
6053+
version "4.9.5"
6054+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.5.tgz#095979f9bcc0d09da324d58d03ce8f8374cbe65a"
6055+
integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==
60556056

60566057
uc.micro@^1.0.1, uc.micro@^1.0.5:
60576058
version "1.0.6"

0 commit comments

Comments
 (0)