Skip to content

Commit

Permalink
Update dependency @types/babel__traverse to ^7.20.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 7, 2023
1 parent 023237f commit e0a6c9b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@jest/globals": "^29.5.0",
"@qnighy/dedent": "^0.1.1",
"@types/babel__core": "^7.20.0",
"@types/babel__traverse": "^7.18.3",
"@types/babel__traverse": "^7.20.4",
"@types/node": "^18.15.11",
"@typescript-eslint/eslint-plugin": "^5.57.0",
"@typescript-eslint/parser": "^5.57.0",
Expand Down
13 changes: 11 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2106,7 +2106,7 @@ __metadata:
languageName: node
linkType: hard

"@types/babel__traverse@npm:*, @types/babel__traverse@npm:^7.0.6, @types/babel__traverse@npm:^7.18.3":
"@types/babel__traverse@npm:*, @types/babel__traverse@npm:^7.0.6":
version: 7.18.3
resolution: "@types/babel__traverse@npm:7.18.3"
dependencies:
Expand All @@ -2115,6 +2115,15 @@ __metadata:
languageName: node
linkType: hard

"@types/babel__traverse@npm:^7.20.4":
version: 7.20.4
resolution: "@types/babel__traverse@npm:7.20.4"
dependencies:
"@babel/types": ^7.20.7
checksum: f044ba80e00d07e46ee917c44f96cfc268fcf6d3871f7dfb8db8d3c6dab1508302f3e6bc508352a4a3ae627d2522e3fc500fa55907e0410a08e2e0902a8f3576
languageName: node
linkType: hard

"@types/cacheable-request@npm:^6.0.1":
version: 6.0.3
resolution: "@types/cacheable-request@npm:6.0.3"
Expand Down Expand Up @@ -5517,7 +5526,7 @@ __metadata:
"@jest/globals": ^29.5.0
"@qnighy/dedent": ^0.1.1
"@types/babel__core": ^7.20.0
"@types/babel__traverse": ^7.18.3
"@types/babel__traverse": ^7.20.4
"@types/node": ^18.15.11
"@typescript-eslint/eslint-plugin": ^5.57.0
"@typescript-eslint/parser": ^5.57.0
Expand Down

0 comments on commit e0a6c9b

Please sign in to comment.