Skip to content

Commit 55eb569

Browse files
fix(deps): update dependency jscodeshift to v17 (#423)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent cefb296 commit 55eb569

5 files changed

+9
-19
lines changed
Binary file not shown.
Binary file not shown.
Binary file not shown.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@babel/preset-env": "^7.16.11",
2121
"@babel/types": "^7.17.8",
2222
"inquirer": "^9.0.0",
23-
"jscodeshift": "^0.16.0",
23+
"jscodeshift": "^17.0.0",
2424
"yargs": "^17.4.0"
2525
},
2626
"devDependencies": {

yarn.lock

Lines changed: 8 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -2731,7 +2731,7 @@ __metadata:
27312731
languageName: node
27322732
linkType: hard
27332733

2734-
"chalk@npm:^4.0.0, chalk@npm:^4.1.0, chalk@npm:^4.1.2":
2734+
"chalk@npm:^4.0.0, chalk@npm:^4.1.0":
27352735
version: 4.1.2
27362736
resolution: "chalk@npm:4.1.2"
27372737
dependencies:
@@ -4536,9 +4536,9 @@ __metadata:
45364536
languageName: node
45374537
linkType: hard
45384538

4539-
"jscodeshift@npm:^0.16.0":
4540-
version: 0.16.1
4541-
resolution: "jscodeshift@npm:0.16.1"
4539+
"jscodeshift@npm:^17.0.0":
4540+
version: 17.0.0
4541+
resolution: "jscodeshift@npm:17.0.0"
45424542
dependencies:
45434543
"@babel/core": ^7.24.7
45444544
"@babel/parser": ^7.24.7
@@ -4550,12 +4550,11 @@ __metadata:
45504550
"@babel/preset-flow": ^7.24.7
45514551
"@babel/preset-typescript": ^7.24.7
45524552
"@babel/register": ^7.24.6
4553-
chalk: ^4.1.2
45544553
flow-parser: 0.*
45554554
graceful-fs: ^4.2.4
45564555
micromatch: ^4.0.7
45574556
neo-async: ^2.5.0
4558-
node-dir: ^0.1.17
4557+
picocolors: ^1.0.1
45594558
recast: ^0.23.9
45604559
temp: ^0.9.4
45614560
write-file-atomic: ^5.0.1
@@ -4566,7 +4565,7 @@ __metadata:
45664565
optional: true
45674566
bin:
45684567
jscodeshift: bin/jscodeshift.js
4569-
checksum: d9dbe7d8e434c41205a7f968a1c10907d4a16b0fd755838e0f991cf70fe4ee3fc13485a9a689390087010c12c9953542ecb518aea908e3faf15da200f3a9df63
4568+
checksum: 26db49ccff7b47a59af74faf0cbfd221049c48a14f9f67c5b5672b2ca4fc41515a13524d7c424f524979b40f05584b4d8cda8bda36f0806aad227267fe6a1329
45704569
languageName: node
45714570
linkType: hard
45724571

@@ -4829,7 +4828,7 @@ __metadata:
48294828
languageName: node
48304829
linkType: hard
48314830

4832-
"minimatch@npm:^3.0.2, minimatch@npm:^3.0.4, minimatch@npm:^3.0.5, minimatch@npm:^3.1.1, minimatch@npm:^3.1.2":
4831+
"minimatch@npm:^3.0.4, minimatch@npm:^3.0.5, minimatch@npm:^3.1.1, minimatch@npm:^3.1.2":
48334832
version: 3.1.2
48344833
resolution: "minimatch@npm:3.1.2"
48354834
dependencies:
@@ -5000,15 +4999,6 @@ __metadata:
50004999
languageName: node
50015000
linkType: hard
50025001

5003-
"node-dir@npm:^0.1.17":
5004-
version: 0.1.17
5005-
resolution: "node-dir@npm:0.1.17"
5006-
dependencies:
5007-
minimatch: ^3.0.2
5008-
checksum: 29de9560e52cdac8d3f794d38d782f6799e13d4d11aaf96d3da8c28458e1c5e33bb5f8edfb42dc34172ec5516c50c5b8850c9e1526542616757a969267263328
5009-
languageName: node
5010-
linkType: hard
5011-
50125002
"node-fetch@npm:^2.5.0":
50135003
version: 2.7.0
50145004
resolution: "node-fetch@npm:2.7.0"
@@ -6157,7 +6147,7 @@ __metadata:
61576147
eslint: ^8.12.0
61586148
inquirer: ^9.0.0
61596149
jest: ^29.0.0
6160-
jscodeshift: ^0.16.0
6150+
jscodeshift: ^17.0.0
61616151
prettier: ^3.0.0
61626152
prettier-v2: "npm:prettier@^2.8.8"
61636153
typescript: ^5.0.0

0 commit comments

Comments
 (0)