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

chore(deps): update dependency @types/babel__core to v7.20.5 #72

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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"devDependencies": {
"@jest/transform": "29.1.2",
"@types/achrinza__node-ipc": "npm:@types/[email protected]",
"@types/babel__core": "7.1.19",
"@types/babel__core": "7.20.5",
"@types/fs-extra": "9.0.13",
"@types/istanbul-lib-coverage": "2.0.4",
"@types/jest": "29.1.2",
Expand Down
48 changes: 41 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,13 @@ __metadata:
languageName: node
linkType: hard

"@babel/helper-string-parser@npm:^7.23.4":
version: 7.23.4
resolution: "@babel/helper-string-parser@npm:7.23.4"
checksum: c0641144cf1a7e7dc93f3d5f16d5327465b6cf5d036b48be61ecba41e1eece161b48f46b7f960951b67f8c3533ce506b16dece576baef4d8b3b49f8c65410f90
languageName: node
linkType: hard

"@babel/helper-validator-identifier@npm:^7.14.5, @babel/helper-validator-identifier@npm:^7.14.9":
version: 7.14.9
resolution: "@babel/helper-validator-identifier@npm:7.14.9"
Expand All @@ -252,6 +259,13 @@ __metadata:
languageName: node
linkType: hard

"@babel/helper-validator-identifier@npm:^7.22.20":
version: 7.22.20
resolution: "@babel/helper-validator-identifier@npm:7.22.20"
checksum: 136412784d9428266bcdd4d91c32bcf9ff0e8d25534a9d94b044f77fe76bc50f941a90319b05aafd1ec04f7d127cd57a179a3716009ff7f3412ef835ada95bdc
languageName: node
linkType: hard

"@babel/helper-validator-option@npm:^7.18.6":
version: 7.18.6
resolution: "@babel/helper-validator-option@npm:7.18.6"
Expand Down Expand Up @@ -310,6 +324,15 @@ __metadata:
languageName: node
linkType: hard

"@babel/parser@npm:^7.20.7":
version: 7.23.4
resolution: "@babel/parser@npm:7.23.4"
bin:
parser: ./bin/babel-parser.js
checksum: 1d90e17d966085b8ea12f357ffcc76568969364481254f0ae3e7ed579e9421d31c7fd3876ccb3b215a5b2ada48251b0c2d0f21ba225ee194f0e18295b49085f2
languageName: node
linkType: hard

"@babel/plugin-syntax-async-generators@npm:^7.8.4":
version: 7.8.4
resolution: "@babel/plugin-syntax-async-generators@npm:7.8.4"
Expand Down Expand Up @@ -542,6 +565,17 @@ __metadata:
languageName: node
linkType: hard

"@babel/types@npm:^7.20.7":
version: 7.23.4
resolution: "@babel/types@npm:7.23.4"
dependencies:
"@babel/helper-string-parser": ^7.23.4
"@babel/helper-validator-identifier": ^7.22.20
to-fast-properties: ^2.0.0
checksum: 8a1ab20da663d202b1c090fdef4b157d3c7d8cb1cf60ea548f887d7b674935371409804d6cba52f870c22ced7685fcb41b0578d3edde720990de00cbb328da54
languageName: node
linkType: hard

"@bcoe/v8-coverage@npm:^0.2.3":
version: 0.2.3
resolution: "@bcoe/v8-coverage@npm:0.2.3"
Expand Down Expand Up @@ -1273,16 +1307,16 @@ __metadata:
languageName: node
linkType: hard

"@types/babel__core@npm:7.1.19":
version: 7.1.19
resolution: "@types/babel__core@npm:7.1.19"
"@types/babel__core@npm:7.20.5":
version: 7.20.5
resolution: "@types/babel__core@npm:7.20.5"
dependencies:
"@babel/parser": ^7.1.0
"@babel/types": ^7.0.0
"@babel/parser": ^7.20.7
"@babel/types": ^7.20.7
"@types/babel__generator": "*"
"@types/babel__template": "*"
"@types/babel__traverse": "*"
checksum: 8c9fa87a1c2224cbec251683a58bebb0d74c497118034166aaa0491a4e2627998a6621fc71f8a60ffd27d9c0c52097defedf7637adc6618d0331c15adb302338
checksum: a3226f7930b635ee7a5e72c8d51a357e799d19cbf9d445710fa39ab13804f79ab1a54b72ea7d8e504659c7dfc50675db974b526142c754398d7413aa4bc30845
languageName: node
linkType: hard

Expand Down Expand Up @@ -4043,7 +4077,7 @@ fsevents@^2.3.2:
"@jest/transform": 29.1.2
"@jest/types": 29.1.2
"@types/achrinza__node-ipc": "npm:@types/[email protected]"
"@types/babel__core": 7.1.19
"@types/babel__core": 7.20.5
"@types/fs-extra": 9.0.13
"@types/istanbul-lib-coverage": 2.0.4
"@types/jest": 29.1.2
Expand Down