Skip to content

Commit a578039

Browse files
Update babel monorepo (#241)
1 parent 395f640 commit a578039

File tree

2 files changed

+55
-55
lines changed

2 files changed

+55
-55
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"webpack": "^5.94.0"
6464
},
6565
"devDependencies": {
66-
"@babel/runtime": "7.27.1",
66+
"@babel/runtime": "7.27.6",
6767
"@eslint/js": "9.27.0",
6868
"@types/babel__core": "7.20.5",
6969
"@types/babel__plugin-transform-runtime": "7.9.5",

yarn.lock

Lines changed: 54 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -34,38 +34,38 @@ __metadata:
3434
linkType: hard
3535

3636
"@babel/core@npm:^7.13.0":
37-
version: 7.27.1
38-
resolution: "@babel/core@npm:7.27.1"
37+
version: 7.27.4
38+
resolution: "@babel/core@npm:7.27.4"
3939
dependencies:
4040
"@ampproject/remapping": "npm:^2.2.0"
4141
"@babel/code-frame": "npm:^7.27.1"
42-
"@babel/generator": "npm:^7.27.1"
43-
"@babel/helper-compilation-targets": "npm:^7.27.1"
44-
"@babel/helper-module-transforms": "npm:^7.27.1"
45-
"@babel/helpers": "npm:^7.27.1"
46-
"@babel/parser": "npm:^7.27.1"
47-
"@babel/template": "npm:^7.27.1"
48-
"@babel/traverse": "npm:^7.27.1"
49-
"@babel/types": "npm:^7.27.1"
42+
"@babel/generator": "npm:^7.27.3"
43+
"@babel/helper-compilation-targets": "npm:^7.27.2"
44+
"@babel/helper-module-transforms": "npm:^7.27.3"
45+
"@babel/helpers": "npm:^7.27.4"
46+
"@babel/parser": "npm:^7.27.4"
47+
"@babel/template": "npm:^7.27.2"
48+
"@babel/traverse": "npm:^7.27.4"
49+
"@babel/types": "npm:^7.27.3"
5050
convert-source-map: "npm:^2.0.0"
5151
debug: "npm:^4.1.0"
5252
gensync: "npm:^1.0.0-beta.2"
5353
json5: "npm:^2.2.3"
5454
semver: "npm:^6.3.1"
55-
checksum: 10c0/0fc31f87f5401ac5d375528cb009f4ea5527fc8c5bb5b64b5b22c033b60fd0ad723388933a5f3f5db14e1edd13c958e9dd7e5c68f9b68c767aeb496199c8a4bb
55+
checksum: 10c0/d2d17b106a8d91d3eda754bb3f26b53a12eb7646df73c2b2d2e9b08d90529186bc69e3823f70a96ec6e5719dc2372fb54e14ad499da47ceeb172d2f7008787b5
5656
languageName: node
5757
linkType: hard
5858

59-
"@babel/generator@npm:^7.27.1":
60-
version: 7.27.1
61-
resolution: "@babel/generator@npm:7.27.1"
59+
"@babel/generator@npm:^7.27.3":
60+
version: 7.27.5
61+
resolution: "@babel/generator@npm:7.27.5"
6262
dependencies:
63-
"@babel/parser": "npm:^7.27.1"
64-
"@babel/types": "npm:^7.27.1"
63+
"@babel/parser": "npm:^7.27.5"
64+
"@babel/types": "npm:^7.27.3"
6565
"@jridgewell/gen-mapping": "npm:^0.3.5"
6666
"@jridgewell/trace-mapping": "npm:^0.3.25"
6767
jsesc: "npm:^3.0.2"
68-
checksum: 10c0/c4156434b21818f558ebd93ce45f027c53ee570ce55a84fd2d9ba45a79ad204c17e0bff753c886fb6c07df3385445a9e34dc7ccb070d0ac7e80bb91c8b57f423
68+
checksum: 10c0/8f649ef4cd81765c832bb11de4d6064b035ffebdecde668ba7abee68a7b0bce5c9feabb5dc5bb8aeba5bd9e5c2afa3899d852d2bd9ca77a711ba8c8379f416f0
6969
languageName: node
7070
linkType: hard
7171

@@ -156,16 +156,16 @@ __metadata:
156156
languageName: node
157157
linkType: hard
158158

159-
"@babel/helper-module-transforms@npm:^7.27.1":
160-
version: 7.27.1
161-
resolution: "@babel/helper-module-transforms@npm:7.27.1"
159+
"@babel/helper-module-transforms@npm:^7.27.1, @babel/helper-module-transforms@npm:^7.27.3":
160+
version: 7.27.3
161+
resolution: "@babel/helper-module-transforms@npm:7.27.3"
162162
dependencies:
163163
"@babel/helper-module-imports": "npm:^7.27.1"
164164
"@babel/helper-validator-identifier": "npm:^7.27.1"
165-
"@babel/traverse": "npm:^7.27.1"
165+
"@babel/traverse": "npm:^7.27.3"
166166
peerDependencies:
167167
"@babel/core": ^7.0.0
168-
checksum: 10c0/196ab29635fe6eb5ba6ead2972d41b1c0d40f400f99bd8fc109cef21440de24c26c972fabf932585e618694d590379ab8d22def8da65a54459d38ec46112ead7
168+
checksum: 10c0/fccb4f512a13b4c069af51e1b56b20f54024bcf1591e31e978a30f3502567f34f90a80da6a19a6148c249216292a8074a0121f9e52602510ef0f32dbce95ca01
169169
languageName: node
170170
linkType: hard
171171

@@ -253,24 +253,24 @@ __metadata:
253253
languageName: node
254254
linkType: hard
255255

256-
"@babel/helpers@npm:^7.27.1":
257-
version: 7.27.1
258-
resolution: "@babel/helpers@npm:7.27.1"
256+
"@babel/helpers@npm:^7.27.4":
257+
version: 7.27.6
258+
resolution: "@babel/helpers@npm:7.27.6"
259259
dependencies:
260-
"@babel/template": "npm:^7.27.1"
261-
"@babel/types": "npm:^7.27.1"
262-
checksum: 10c0/e078257b9342dae2c041ac050276c5a28701434ad09478e6dc6976abd99f721a5a92e4bebddcbca6b1c3a7e8acace56a946340c701aad5e7507d2c87446459ba
260+
"@babel/template": "npm:^7.27.2"
261+
"@babel/types": "npm:^7.27.6"
262+
checksum: 10c0/448bac96ef8b0f21f2294a826df9de6bf4026fd023f8a6bb6c782fe3e61946801ca24381490b8e58d861fee75cd695a1882921afbf1f53b0275ee68c938bd6d3
263263
languageName: node
264264
linkType: hard
265265

266-
"@babel/parser@npm:^7.1.0, @babel/parser@npm:^7.20.7, @babel/parser@npm:^7.27.1, @babel/parser@npm:^7.27.2":
267-
version: 7.27.2
268-
resolution: "@babel/parser@npm:7.27.2"
266+
"@babel/parser@npm:^7.1.0, @babel/parser@npm:^7.20.7, @babel/parser@npm:^7.27.2, @babel/parser@npm:^7.27.4, @babel/parser@npm:^7.27.5":
267+
version: 7.27.5
268+
resolution: "@babel/parser@npm:7.27.5"
269269
dependencies:
270-
"@babel/types": "npm:^7.27.1"
270+
"@babel/types": "npm:^7.27.3"
271271
bin:
272272
parser: ./bin/babel-parser.js
273-
checksum: 10c0/3c06692768885c2f58207fc8c2cbdb4a44df46b7d93135a083f6eaa49310f7ced490ce76043a2a7606cdcc13f27e3d835e141b692f2f6337a2e7f43c1dbb04b4
273+
checksum: 10c0/f7faaebf21cc1f25d9ca8ac02c447ed38ef3460ea95be7ea760916dcf529476340d72a5a6010c6641d9ed9d12ad827c8424840277ec2295c5b082ba0f291220a
274274
languageName: node
275275
linkType: hard
276276

@@ -861,8 +861,8 @@ __metadata:
861861
linkType: hard
862862

863863
"@babel/plugin-transform-runtime@npm:^7.13.0":
864-
version: 7.27.1
865-
resolution: "@babel/plugin-transform-runtime@npm:7.27.1"
864+
version: 7.27.4
865+
resolution: "@babel/plugin-transform-runtime@npm:7.27.4"
866866
dependencies:
867867
"@babel/helper-module-imports": "npm:^7.27.1"
868868
"@babel/helper-plugin-utils": "npm:^7.27.1"
@@ -872,7 +872,7 @@ __metadata:
872872
semver: "npm:^6.3.1"
873873
peerDependencies:
874874
"@babel/core": ^7.0.0-0
875-
checksum: 10c0/7abbae60a6441ba8546dee3fcbc00b38038304250ba2419adaf0c76267bff43420ff75b7049003a24a829e01d9fde2ac8a422352af6d88aebd31996a83f04c2f
875+
checksum: 10c0/7d4683410b8d04483e666baf150faeefa6525acf9c53c8631d9bb7c49271fabe4817dad6284a7a8c54c92ce1f24a69cd62f56782bb9bd35135c9933b1c5362ed
876876
languageName: node
877877
linkType: hard
878878

@@ -1071,14 +1071,14 @@ __metadata:
10711071
languageName: node
10721072
linkType: hard
10731073

1074-
"@babel/runtime@npm:7.27.1":
1075-
version: 7.27.1
1076-
resolution: "@babel/runtime@npm:7.27.1"
1077-
checksum: 10c0/530a7332f86ac5a7442250456823a930906911d895c0b743bf1852efc88a20a016ed4cd26d442d0ca40ae6d5448111e02a08dd638a4f1064b47d080e2875dc05
1074+
"@babel/runtime@npm:7.27.6":
1075+
version: 7.27.6
1076+
resolution: "@babel/runtime@npm:7.27.6"
1077+
checksum: 10c0/89726be83f356f511dcdb74d3ea4d873a5f0cf0017d4530cb53aa27380c01ca102d573eff8b8b77815e624b1f8c24e7f0311834ad4fb632c90a770fda00bd4c8
10781078
languageName: node
10791079
linkType: hard
10801080

1081-
"@babel/template@npm:^7.27.1":
1081+
"@babel/template@npm:^7.27.1, @babel/template@npm:^7.27.2":
10821082
version: 7.27.2
10831083
resolution: "@babel/template@npm:7.27.2"
10841084
dependencies:
@@ -1089,28 +1089,28 @@ __metadata:
10891089
languageName: node
10901090
linkType: hard
10911091

1092-
"@babel/traverse@npm:^7.27.1":
1093-
version: 7.27.1
1094-
resolution: "@babel/traverse@npm:7.27.1"
1092+
"@babel/traverse@npm:^7.27.1, @babel/traverse@npm:^7.27.3, @babel/traverse@npm:^7.27.4":
1093+
version: 7.27.4
1094+
resolution: "@babel/traverse@npm:7.27.4"
10951095
dependencies:
10961096
"@babel/code-frame": "npm:^7.27.1"
1097-
"@babel/generator": "npm:^7.27.1"
1098-
"@babel/parser": "npm:^7.27.1"
1099-
"@babel/template": "npm:^7.27.1"
1100-
"@babel/types": "npm:^7.27.1"
1097+
"@babel/generator": "npm:^7.27.3"
1098+
"@babel/parser": "npm:^7.27.4"
1099+
"@babel/template": "npm:^7.27.2"
1100+
"@babel/types": "npm:^7.27.3"
11011101
debug: "npm:^4.3.1"
11021102
globals: "npm:^11.1.0"
1103-
checksum: 10c0/d912110037b03b1d70a2436cfd51316d930366a5f54252da2bced1ba38642f644f848240a951e5caf12f1ef6c40d3d96baa92ea6e84800f2e891c15e97b25d50
1103+
checksum: 10c0/6de8aa2a0637a6ee6d205bf48b9e923928a02415771fdec60085ed754dcdf605e450bb3315c2552fa51c31a4662275b45d5ae4ad527ce55a7db9acebdbbbb8ed
11041104
languageName: node
11051105
linkType: hard
11061106

1107-
"@babel/types@npm:^7.0.0, @babel/types@npm:^7.20.7, @babel/types@npm:^7.27.1, @babel/types@npm:^7.4.4":
1108-
version: 7.27.1
1109-
resolution: "@babel/types@npm:7.27.1"
1107+
"@babel/types@npm:^7.0.0, @babel/types@npm:^7.20.7, @babel/types@npm:^7.27.1, @babel/types@npm:^7.27.3, @babel/types@npm:^7.27.6, @babel/types@npm:^7.4.4":
1108+
version: 7.27.6
1109+
resolution: "@babel/types@npm:7.27.6"
11101110
dependencies:
11111111
"@babel/helper-string-parser": "npm:^7.27.1"
11121112
"@babel/helper-validator-identifier": "npm:^7.27.1"
1113-
checksum: 10c0/ed736f14db2fdf0d36c539c8e06b6bb5e8f9649a12b5c0e1c516fed827f27ef35085abe08bf4d1302a4e20c9a254e762eed453bce659786d4a6e01ba26a91377
1113+
checksum: 10c0/39d556be114f2a6d874ea25ad39826a9e3a0e98de0233ae6d932f6d09a4b222923a90a7274c635ed61f1ba49bbd345329226678800900ad1c8d11afabd573aaf
11141114
languageName: node
11151115
linkType: hard
11161116

@@ -3717,7 +3717,7 @@ __metadata:
37173717
"@babel/core": "npm:^7.13.0"
37183718
"@babel/plugin-transform-runtime": "npm:^7.13.0"
37193719
"@babel/preset-env": "npm:^7.13.0"
3720-
"@babel/runtime": "npm:7.27.1"
3720+
"@babel/runtime": "npm:7.27.6"
37213721
"@eslint/js": "npm:9.27.0"
37223722
"@types/babel__core": "npm:7.20.5"
37233723
"@types/babel__plugin-transform-runtime": "npm:7.9.5"

0 commit comments

Comments
 (0)