Skip to content

Commit

Permalink
build(deps-dev): Bump @types/jscodeshift from 0.11.11 to 0.12.0 (#7711)
Browse files Browse the repository at this point in the history
Bumps [@types/jscodeshift](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jscodeshift) from 0.11.11 to 0.12.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jscodeshift)

---
updated-dependencies:
- dependency-name: "@types/jscodeshift"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 7, 2024
1 parent 0c71755 commit 67603bd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/codemods/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@swc/jest": "^0.2.36",
"@types/cross-spawn": "^6.0.6",
"@types/jest": "^29.5.13",
"@types/jscodeshift": "^0.11.11",
"@types/jscodeshift": "^0.12.0",
"@types/node": "^22.7.4",
"@types/prompts": "^2.4.9",
"jest": "^29.7.0",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3263,13 +3263,13 @@ __metadata:
languageName: node
linkType: hard

"@types/jscodeshift@npm:^0.11.11":
version: 0.11.11
resolution: "@types/jscodeshift@npm:0.11.11"
"@types/jscodeshift@npm:^0.12.0":
version: 0.12.0
resolution: "@types/jscodeshift@npm:0.12.0"
dependencies:
ast-types: "npm:^0.14.1"
recast: "npm:^0.20.3"
checksum: 10/9e3c7c3e61f9a37d792b7c7cccb0f1383d8b52abc56a492a481a8c340bcbbbd12341e6a69570fa057c12e77abdd4bb6592d44baf2c678f4f950d0c9f79594204
checksum: 10/1e0fd4a5ee2863db792ad5666fa98ee61d3d5a4d5f24a9b8d11cf6ebae25bff55a3e5e27a59fef3aed37637458e7ab52b30181640be39cddbe9956f4a47fd1ab
languageName: node
linkType: hard

Expand Down Expand Up @@ -3889,7 +3889,7 @@ __metadata:
"@swc/jest": "npm:^0.2.36"
"@types/cross-spawn": "npm:^6.0.6"
"@types/jest": "npm:^29.5.13"
"@types/jscodeshift": "npm:^0.11.11"
"@types/jscodeshift": "npm:^0.12.0"
"@types/node": "npm:^22.7.4"
"@types/prompts": "npm:^2.4.9"
chalk: "npm:^4.1.2"
Expand Down

0 comments on commit 67603bd

Please sign in to comment.