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

Update dependency @types/babel__traverse to ^7.20.6 #21

Open
wants to merge 1 commit into
base: master
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
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.6",
"@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.6":
version: 7.20.6
resolution: "@types/babel__traverse@npm:7.20.6"
dependencies:
"@babel/types": ^7.20.7
checksum: 2bdc65eb62232c2d5c1086adeb0c31e7980e6fd7e50a3483b4a724a1a1029c84d9cb59749cf8de612f9afa2bc14c85b8f50e64e21f8a4398fa77eb9059a4283c
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.6
"@types/node": ^18.15.11
"@typescript-eslint/eslint-plugin": ^5.57.0
"@typescript-eslint/parser": ^5.57.0
Expand Down
Loading