Skip to content

Commit

Permalink
fix(deps): update dependency jscodeshift to v17 (#423)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 2, 2024
1 parent cefb296 commit 55eb569
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 19 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@babel/preset-env": "^7.16.11",
"@babel/types": "^7.17.8",
"inquirer": "^9.0.0",
"jscodeshift": "^0.16.0",
"jscodeshift": "^17.0.0",
"yargs": "^17.4.0"
},
"devDependencies": {
Expand Down
26 changes: 8 additions & 18 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2731,7 +2731,7 @@ __metadata:
languageName: node
linkType: hard

"chalk@npm:^4.0.0, chalk@npm:^4.1.0, chalk@npm:^4.1.2":
"chalk@npm:^4.0.0, chalk@npm:^4.1.0":
version: 4.1.2
resolution: "chalk@npm:4.1.2"
dependencies:
Expand Down Expand Up @@ -4536,9 +4536,9 @@ __metadata:
languageName: node
linkType: hard

"jscodeshift@npm:^0.16.0":
version: 0.16.1
resolution: "jscodeshift@npm:0.16.1"
"jscodeshift@npm:^17.0.0":
version: 17.0.0
resolution: "jscodeshift@npm:17.0.0"
dependencies:
"@babel/core": ^7.24.7
"@babel/parser": ^7.24.7
Expand All @@ -4550,12 +4550,11 @@ __metadata:
"@babel/preset-flow": ^7.24.7
"@babel/preset-typescript": ^7.24.7
"@babel/register": ^7.24.6
chalk: ^4.1.2
flow-parser: 0.*
graceful-fs: ^4.2.4
micromatch: ^4.0.7
neo-async: ^2.5.0
node-dir: ^0.1.17
picocolors: ^1.0.1
recast: ^0.23.9
temp: ^0.9.4
write-file-atomic: ^5.0.1
Expand All @@ -4566,7 +4565,7 @@ __metadata:
optional: true
bin:
jscodeshift: bin/jscodeshift.js
checksum: d9dbe7d8e434c41205a7f968a1c10907d4a16b0fd755838e0f991cf70fe4ee3fc13485a9a689390087010c12c9953542ecb518aea908e3faf15da200f3a9df63
checksum: 26db49ccff7b47a59af74faf0cbfd221049c48a14f9f67c5b5672b2ca4fc41515a13524d7c424f524979b40f05584b4d8cda8bda36f0806aad227267fe6a1329
languageName: node
linkType: hard

Expand Down Expand Up @@ -4829,7 +4828,7 @@ __metadata:
languageName: node
linkType: hard

"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":
"minimatch@npm:^3.0.4, minimatch@npm:^3.0.5, minimatch@npm:^3.1.1, minimatch@npm:^3.1.2":
version: 3.1.2
resolution: "minimatch@npm:3.1.2"
dependencies:
Expand Down Expand Up @@ -5000,15 +4999,6 @@ __metadata:
languageName: node
linkType: hard

"node-dir@npm:^0.1.17":
version: 0.1.17
resolution: "node-dir@npm:0.1.17"
dependencies:
minimatch: ^3.0.2
checksum: 29de9560e52cdac8d3f794d38d782f6799e13d4d11aaf96d3da8c28458e1c5e33bb5f8edfb42dc34172ec5516c50c5b8850c9e1526542616757a969267263328
languageName: node
linkType: hard

"node-fetch@npm:^2.5.0":
version: 2.7.0
resolution: "node-fetch@npm:2.7.0"
Expand Down Expand Up @@ -6157,7 +6147,7 @@ __metadata:
eslint: ^8.12.0
inquirer: ^9.0.0
jest: ^29.0.0
jscodeshift: ^0.16.0
jscodeshift: ^17.0.0
prettier: ^3.0.0
prettier-v2: "npm:prettier@^2.8.8"
typescript: ^5.0.0
Expand Down

0 comments on commit 55eb569

Please sign in to comment.