Skip to content

Commit cbd580f

Browse files
chore(deps): update dependency @babel/core to v7.27.4 (#329)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c36ee60 commit cbd580f

2 files changed

Lines changed: 39 additions & 13 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"node": ">=18.0.0"
3737
},
3838
"devDependencies": {
39-
"@babel/core": "7.27.3",
39+
"@babel/core": "7.27.4",
4040
"@jest/globals": "29.7.0",
4141
"babel-jest": "29.7.0",
4242
"benchmark": "2.1.4",

yarn.lock

Lines changed: 38 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -103,26 +103,26 @@ __metadata:
103103
languageName: node
104104
linkType: hard
105105

106-
"@babel/core@npm:7.27.3":
107-
version: 7.27.3
108-
resolution: "@babel/core@npm:7.27.3"
106+
"@babel/core@npm:7.27.4":
107+
version: 7.27.4
108+
resolution: "@babel/core@npm:7.27.4"
109109
dependencies:
110110
"@ampproject/remapping": "npm:^2.2.0"
111111
"@babel/code-frame": "npm:^7.27.1"
112112
"@babel/generator": "npm:^7.27.3"
113113
"@babel/helper-compilation-targets": "npm:^7.27.2"
114114
"@babel/helper-module-transforms": "npm:^7.27.3"
115-
"@babel/helpers": "npm:^7.27.3"
116-
"@babel/parser": "npm:^7.27.3"
115+
"@babel/helpers": "npm:^7.27.4"
116+
"@babel/parser": "npm:^7.27.4"
117117
"@babel/template": "npm:^7.27.2"
118-
"@babel/traverse": "npm:^7.27.3"
118+
"@babel/traverse": "npm:^7.27.4"
119119
"@babel/types": "npm:^7.27.3"
120120
convert-source-map: "npm:^2.0.0"
121121
debug: "npm:^4.1.0"
122122
gensync: "npm:^1.0.0-beta.2"
123123
json5: "npm:^2.2.3"
124124
semver: "npm:^6.3.1"
125-
checksum: 10c0/c6ada8f64d238f1cc166e21e5d056f96e976fc5132cc6f4ebaf5369bc5b1c62bc802756feed15240e0e8448a9a9434796b11af2f304b5aa3781f125b4928a6ba
125+
checksum: 10c0/d2d17b106a8d91d3eda754bb3f26b53a12eb7646df73c2b2d2e9b08d90529186bc69e3823f70a96ec6e5719dc2372fb54e14ad499da47ceeb172d2f7008787b5
126126
languageName: node
127127
linkType: hard
128128

@@ -595,13 +595,13 @@ __metadata:
595595
languageName: node
596596
linkType: hard
597597

598-
"@babel/helpers@npm:^7.27.3":
599-
version: 7.27.3
600-
resolution: "@babel/helpers@npm:7.27.3"
598+
"@babel/helpers@npm:^7.27.4":
599+
version: 7.27.4
600+
resolution: "@babel/helpers@npm:7.27.4"
601601
dependencies:
602602
"@babel/template": "npm:^7.27.2"
603603
"@babel/types": "npm:^7.27.3"
604-
checksum: 10c0/b6c9a5bddcda88e39e87b15d7fed592828ed9b7b75e055bbc00212bbff2ba78d00d26358fbe878d7a052aebd3c33d39882b9e7f2ea9865180897b18efdfaf739
604+
checksum: 10c0/3463551420926b3f403c1a30d66ac67bba5c4f73539a8ccb71544da129c4709ac37c57fac740ed8a261b3e6bbbf353b05e03b36ea1a6bf1081604b2a94ca43c1
605605
languageName: node
606606
linkType: hard
607607

@@ -723,6 +723,17 @@ __metadata:
723723
languageName: node
724724
linkType: hard
725725

726+
"@babel/parser@npm:^7.27.4":
727+
version: 7.27.4
728+
resolution: "@babel/parser@npm:7.27.4"
729+
dependencies:
730+
"@babel/types": "npm:^7.27.3"
731+
bin:
732+
parser: ./bin/babel-parser.js
733+
checksum: 10c0/d1bf17e7508585235e2a76594ba81828e48851877112bb8abbecd7161a31fb66654e993e458ddaedb18a3d5fa31970e5f3feca5ae2900f51e6d8d3d35da70dbf
734+
languageName: node
735+
linkType: hard
736+
726737
"@babel/plugin-syntax-async-generators@npm:^7.8.4":
727738
version: 7.8.4
728739
resolution: "@babel/plugin-syntax-async-generators@npm:7.8.4"
@@ -1066,6 +1077,21 @@ __metadata:
10661077
languageName: node
10671078
linkType: hard
10681079

1080+
"@babel/traverse@npm:^7.27.4":
1081+
version: 7.27.4
1082+
resolution: "@babel/traverse@npm:7.27.4"
1083+
dependencies:
1084+
"@babel/code-frame": "npm:^7.27.1"
1085+
"@babel/generator": "npm:^7.27.3"
1086+
"@babel/parser": "npm:^7.27.4"
1087+
"@babel/template": "npm:^7.27.2"
1088+
"@babel/types": "npm:^7.27.3"
1089+
debug: "npm:^4.3.1"
1090+
globals: "npm:^11.1.0"
1091+
checksum: 10c0/6de8aa2a0637a6ee6d205bf48b9e923928a02415771fdec60085ed754dcdf605e450bb3315c2552fa51c31a4662275b45d5ae4ad527ce55a7db9acebdbbbb8ed
1092+
languageName: node
1093+
linkType: hard
1094+
10691095
"@babel/types@npm:^7.0.0, @babel/types@npm:^7.18.6, @babel/types@npm:^7.20.7, @babel/types@npm:^7.3.0, @babel/types@npm:^7.3.3":
10701096
version: 7.20.7
10711097
resolution: "@babel/types@npm:7.20.7"
@@ -10155,7 +10181,7 @@ __metadata:
1015510181
version: 0.0.0-use.local
1015610182
resolution: "node-red-contrib-genetic-charging-strategy@workspace:."
1015710183
dependencies:
10158-
"@babel/core": "npm:7.27.3"
10184+
"@babel/core": "npm:7.27.4"
1015910185
"@jest/globals": "npm:29.7.0"
1016010186
babel-jest: "npm:29.7.0"
1016110187
benchmark: "npm:2.1.4"

0 commit comments

Comments
 (0)