Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency jscodeshift to v17.3.0 #483

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file not shown.
Binary file not shown.
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4527,8 +4527,8 @@ __metadata:
linkType: hard

"jscodeshift@npm:^17.0.0":
version: 17.1.2
resolution: "jscodeshift@npm:17.1.2"
version: 17.3.0
resolution: "jscodeshift@npm:17.3.0"
dependencies:
"@babel/core": ^7.24.7
"@babel/parser": ^7.24.7
Expand All @@ -4545,7 +4545,7 @@ __metadata:
micromatch: ^4.0.7
neo-async: ^2.5.0
picocolors: ^1.0.1
recast: ^0.23.9
recast: ^0.23.11
tmp: ^0.2.3
write-file-atomic: ^5.0.1
peerDependencies:
Expand All @@ -4555,7 +4555,7 @@ __metadata:
optional: true
bin:
jscodeshift: bin/jscodeshift.js
checksum: b4e04a950c416a3f071d847d3c9446996ddef67876cec18d99acbf3a640e9d5a18982bb8da306b454ad16ab63206aac31d16c16e8042fda85025b7366847984e
checksum: 6a529c8dcab8eef48381425c706d58a0a9205397cad367925872845ff1c35924f8f838bbd1397b28a065061032047c9fd843877000a3743240db4ba6ded2546b
languageName: node
linkType: hard

Expand Down Expand Up @@ -5406,16 +5406,16 @@ __metadata:
languageName: node
linkType: hard

"recast@npm:^0.23.9":
version: 0.23.9
resolution: "recast@npm:0.23.9"
"recast@npm:^0.23.11":
version: 0.23.11
resolution: "recast@npm:0.23.11"
dependencies:
ast-types: ^0.16.1
esprima: ~4.0.0
source-map: ~0.6.1
tiny-invariant: ^1.3.3
tslib: ^2.0.1
checksum: be8e896a46b24e30fbeafcd111ff3beaf2b5532d241c199f833fe1c18e89f695b2704cf83f3006fa96a785851019031de0de50bd3e0fd7bb114be18bf2cad900
checksum: 1807159b1c33bc4a2d146e4ffea13b658e54bdcfab04fc4f9c9d7f1b4626c931e2ce41323e214516ec1e02a119037d686d825fc62f28072db27962b85e5b481d
languageName: node
linkType: hard

Expand Down