Skip to content

Commit 3c336e7

Browse files
Update dependency @babel/parser to v8
1 parent 403e9db commit 3c336e7

2 files changed

Lines changed: 38 additions & 3 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
],
3535
"bin": "dist/repl/index.js",
3636
"dependencies": {
37-
"@babel/parser": "^7.19.4",
37+
"@babel/parser": "^8.0.0",
3838
"@commander-js/extra-typings": "^15.0.0",
3939
"@ts-morph/bootstrap": "^0.18.0",
4040
"acorn": "^8.8.2",

yarn.lock

Lines changed: 37 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,13 @@ __metadata:
6666
languageName: node
6767
linkType: hard
6868

69+
"@babel/helper-string-parser@npm:^8.0.0":
70+
version: 8.0.0
71+
resolution: "@babel/helper-string-parser@npm:8.0.0"
72+
checksum: 10c0/b2272a9eaa63a1bc9ce2673d580e69620fd79786f3e3cf1891f406801f8211810f194f2739fef920f01a97ae06ae465b2dfd238ab8037a3182d0869939ca9a5d
73+
languageName: node
74+
linkType: hard
75+
6976
"@babel/helper-validator-identifier@npm:^7.28.5":
7077
version: 7.28.5
7178
resolution: "@babel/helper-validator-identifier@npm:7.28.5"
@@ -80,7 +87,14 @@ __metadata:
8087
languageName: node
8188
linkType: hard
8289

83-
"@babel/parser@npm:^7.19.4, @babel/parser@npm:^7.20.15, @babel/parser@npm:^7.29.0":
90+
"@babel/helper-validator-identifier@npm:^8.0.4":
91+
version: 8.0.4
92+
resolution: "@babel/helper-validator-identifier@npm:8.0.4"
93+
checksum: 10c0/9d3c639a42b70613016fda026487a3b8056df918cb40221a48ef666a3bd2574475e315ee509c552baef4bef55a627ee8ea530e9af5b376512ab248c37aeab336
94+
languageName: node
95+
linkType: hard
96+
97+
"@babel/parser@npm:^7.20.15, @babel/parser@npm:^7.29.0":
8498
version: 7.29.7
8599
resolution: "@babel/parser@npm:7.29.7"
86100
dependencies:
@@ -91,6 +105,17 @@ __metadata:
91105
languageName: node
92106
linkType: hard
93107

108+
"@babel/parser@npm:^8.0.0":
109+
version: 8.0.4
110+
resolution: "@babel/parser@npm:8.0.4"
111+
dependencies:
112+
"@babel/types": "npm:^8.0.4"
113+
bin:
114+
parser: ./bin/babel-parser.js
115+
checksum: 10c0/b98ebc350e6583ccec0c59ab653e6c5967935826b8e03210a96e638a98b0c552587d4ca9cc44502964bac42463e2bab93ca1a6ac519279a25e190bd78f3ce513
116+
languageName: node
117+
linkType: hard
118+
94119
"@babel/types@npm:^7.29.0":
95120
version: 7.29.0
96121
resolution: "@babel/types@npm:7.29.0"
@@ -111,6 +136,16 @@ __metadata:
111136
languageName: node
112137
linkType: hard
113138

139+
"@babel/types@npm:^8.0.4":
140+
version: 8.0.4
141+
resolution: "@babel/types@npm:8.0.4"
142+
dependencies:
143+
"@babel/helper-string-parser": "npm:^8.0.0"
144+
"@babel/helper-validator-identifier": "npm:^8.0.4"
145+
checksum: 10c0/c1549372b5544a797c9dd3cfba27c17e0c986cfadb1c4a99246743073e3be99c7c671572326be1739b313a2194e3bfe5a74b1bd213d80c4bbc2c520c8cb4ff1f
146+
languageName: node
147+
linkType: hard
148+
114149
"@bcoe/v8-coverage@npm:^1.0.2":
115150
version: 1.0.2
116151
resolution: "@bcoe/v8-coverage@npm:1.0.2"
@@ -3161,7 +3196,7 @@ __metadata:
31613196
version: 0.0.0-use.local
31623197
resolution: "js-slang@workspace:."
31633198
dependencies:
3164-
"@babel/parser": "npm:^7.19.4"
3199+
"@babel/parser": "npm:^8.0.0"
31653200
"@commander-js/extra-typings": "npm:^15.0.0"
31663201
"@ts-morph/bootstrap": "npm:^0.18.0"
31673202
"@types/estree": "npm:^1.0.5"

0 commit comments

Comments
 (0)