Skip to content

Commit f1a90ce

Browse files
Build(deps): Bump @babel/core in /crates/warp_graphql_schema
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.28.0 to 7.29.7. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.29.7/packages/babel-core) --- updated-dependencies: - dependency-name: "@babel/core" dependency-version: 7.29.7 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d4bb3f5 commit f1a90ce

1 file changed

Lines changed: 129 additions & 57 deletions

File tree

crates/warp_graphql_schema/yarn.lock

Lines changed: 129 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,6 @@
22
# yarn lockfile v1
33

44

5-
"@ampproject/remapping@^2.2.0":
6-
version "2.3.0"
7-
resolved "https://registry.yarnpkg.com/@ampproject/remapping/-/remapping-2.3.0.tgz#ed441b6fa600072520ce18b43d2c8cc8caecc7f4"
8-
integrity sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==
9-
dependencies:
10-
"@jridgewell/gen-mapping" "^0.3.5"
11-
"@jridgewell/trace-mapping" "^0.3.24"
12-
135
"@ardatan/relay-compiler@^12.0.3":
146
version "12.0.3"
157
resolved "https://registry.yarnpkg.com/@ardatan/relay-compiler/-/relay-compiler-12.0.3.tgz#a60824672da7f7cef2a3879ed833b120d292fa08"
@@ -35,26 +27,35 @@
3527
js-tokens "^4.0.0"
3628
picocolors "^1.1.1"
3729

38-
"@babel/compat-data@^7.27.2":
39-
version "7.28.0"
40-
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.28.0.tgz#9fc6fd58c2a6a15243cd13983224968392070790"
41-
integrity sha512-60X7qkglvrap8mn1lh2ebxXdZYtUcpd7gsmy9kLaBJ4i/WdY8PqTSdxyA8qraikqKQK5C1KRBKXqznrVapyNaw==
30+
"@babel/code-frame@^7.29.7":
31+
version "7.29.7"
32+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.29.7.tgz#f2fbbfea87c44a21590ec515b778b2c26d8866e7"
33+
integrity sha512-Aup7aUOfpbAUg2ROOJN6Iw5f9DMBlzu0mIkm/malLQFN/YQgO48wCj0Kxa3sEHJvPVFg7siR+qRInwXd2qhQKw==
34+
dependencies:
35+
"@babel/helper-validator-identifier" "^7.29.7"
36+
js-tokens "^4.0.0"
37+
picocolors "^1.1.1"
38+
39+
"@babel/compat-data@^7.29.7":
40+
version "7.29.7"
41+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.29.7.tgz#6f0237f0f36d2e51c0570a636faed9d2d0efe629"
42+
integrity sha512-locTkQyKvwIEgBzVrn8693ebc97F2U8ZHjbXwDXJ5Fn2TCpNwTlKcaKLkdHop5c/icOFE7qt7Q9JC5hnKNa6Gg==
4243

4344
"@babel/core@^7.26.10":
44-
version "7.28.0"
45-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.28.0.tgz#55dad808d5bf3445a108eefc88ea3fdf034749a4"
46-
integrity sha512-UlLAnTPrFdNGoFtbSXwcGFQBtQZJCNjaN6hQNP3UPvuNXT1i82N26KL3dZeIpNalWywr9IuQuncaAfUaS1g6sQ==
47-
dependencies:
48-
"@ampproject/remapping" "^2.2.0"
49-
"@babel/code-frame" "^7.27.1"
50-
"@babel/generator" "^7.28.0"
51-
"@babel/helper-compilation-targets" "^7.27.2"
52-
"@babel/helper-module-transforms" "^7.27.3"
53-
"@babel/helpers" "^7.27.6"
54-
"@babel/parser" "^7.28.0"
55-
"@babel/template" "^7.27.2"
56-
"@babel/traverse" "^7.28.0"
57-
"@babel/types" "^7.28.0"
45+
version "7.29.7"
46+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.29.7.tgz#80c10b17248082968b57a857b91640971f2070f7"
47+
integrity sha512-RgHBCvtjbOK2gXSNBNIkNoEc9qoVEtau3hj8gEqKQuL3HZAibKarWFEI3Lfm6EYKkLalOh8eSrj9b+ch9H/VBA==
48+
dependencies:
49+
"@babel/code-frame" "^7.29.7"
50+
"@babel/generator" "^7.29.7"
51+
"@babel/helper-compilation-targets" "^7.29.7"
52+
"@babel/helper-module-transforms" "^7.29.7"
53+
"@babel/helpers" "^7.29.7"
54+
"@babel/parser" "^7.29.7"
55+
"@babel/template" "^7.29.7"
56+
"@babel/traverse" "^7.29.7"
57+
"@babel/types" "^7.29.7"
58+
"@jridgewell/remapping" "^2.3.5"
5859
convert-source-map "^2.0.0"
5960
debug "^4.1.0"
6061
gensync "^1.0.0-beta.2"
@@ -72,13 +73,24 @@
7273
"@jridgewell/trace-mapping" "^0.3.28"
7374
jsesc "^3.0.2"
7475

75-
"@babel/helper-compilation-targets@^7.27.2":
76-
version "7.27.2"
77-
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.27.2.tgz#46a0f6efab808d51d29ce96858dd10ce8732733d"
78-
integrity sha512-2+1thGUUWWjLTYTHZWK1n8Yga0ijBz1XAhUXcKy81rd5g6yh7hGqMp45v7cadSbEHc9G3OTv45SyneRN3ps4DQ==
76+
"@babel/generator@^7.29.7":
77+
version "7.29.7"
78+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.29.7.tgz#cca0b8827e6bcf3ba176788e7f3b180ad6db2fa3"
79+
integrity sha512-DkXD5OJQaAQIdZ1bt3UZdEnHAn9Imd3IVBdX03UFe+ony9Ojw5pzr9YVKGDY1jt+Gcn/FnGkNf8r+Vj5NOJWtQ==
80+
dependencies:
81+
"@babel/parser" "^7.29.7"
82+
"@babel/types" "^7.29.7"
83+
"@jridgewell/gen-mapping" "^0.3.12"
84+
"@jridgewell/trace-mapping" "^0.3.28"
85+
jsesc "^3.0.2"
86+
87+
"@babel/helper-compilation-targets@^7.29.7":
88+
version "7.29.7"
89+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.29.7.tgz#7a1def704302401c47f64fa85589e974ae217042"
90+
integrity sha512-wem6WaBj4NaVYVdNhLPPVacES6ZJ+KBBfSkTMD3YZxbP3rm3Di85tJU5ljaUNhaOynt+Aj0xruhYuzQBt8n71g==
7991
dependencies:
80-
"@babel/compat-data" "^7.27.2"
81-
"@babel/helper-validator-option" "^7.27.1"
92+
"@babel/compat-data" "^7.29.7"
93+
"@babel/helper-validator-option" "^7.29.7"
8294
browserslist "^4.24.0"
8395
lru-cache "^5.1.1"
8496
semver "^6.3.1"
@@ -88,22 +100,27 @@
88100
resolved "https://registry.yarnpkg.com/@babel/helper-globals/-/helper-globals-7.28.0.tgz#b9430df2aa4e17bc28665eadeae8aa1d985e6674"
89101
integrity sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw==
90102

91-
"@babel/helper-module-imports@^7.27.1":
92-
version "7.27.1"
93-
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.27.1.tgz#7ef769a323e2655e126673bb6d2d6913bbead204"
94-
integrity sha512-0gSFWUPNXNopqtIPQvlD5WgXYI5GY2kP2cCvoT8kczjbfcfuIljTbcWrulD1CIPIX2gt1wghbDy08yE1p+/r3w==
103+
"@babel/helper-globals@^7.29.7":
104+
version "7.29.7"
105+
resolved "https://registry.yarnpkg.com/@babel/helper-globals/-/helper-globals-7.29.7.tgz#f04a96fbd8473241b1079243f5b3f03a3010ab7b"
106+
integrity sha512-3nQVUAtvkKH9zahfWgw96Jc/uFOmjACE1kQz82E2lqWmHBgjzbNlsC22nuQTfahmWeQtTq5nQ/4Nnd2A1wj4zA==
107+
108+
"@babel/helper-module-imports@^7.29.7":
109+
version "7.29.7"
110+
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.29.7.tgz#ef25048a518e828d7393fac5882ddd73921d7396"
111+
integrity sha512-ejHwrQQYcm9xnTivShn2IDOlIzInN34AXskvq9QicvCtEzq1Vzclu/tKF8Jq1Cg8JG2GL6/EmjgsCT7lXepE3g==
95112
dependencies:
96-
"@babel/traverse" "^7.27.1"
97-
"@babel/types" "^7.27.1"
113+
"@babel/traverse" "^7.29.7"
114+
"@babel/types" "^7.29.7"
98115

99-
"@babel/helper-module-transforms@^7.27.3":
100-
version "7.27.3"
101-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.27.3.tgz#db0bbcfba5802f9ef7870705a7ef8788508ede02"
102-
integrity sha512-dSOvYwvyLsWBeIRyOeHXp5vPj5l1I011r52FM1+r1jCERv+aFXYk4whgQccYEGYxK2H3ZAIA8nuPkQ0HaUo3qg==
116+
"@babel/helper-module-transforms@^7.29.7":
117+
version "7.29.7"
118+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.29.7.tgz#b062747a5997ba138637201328bbff77960574ae"
119+
integrity sha512-UPUVSyXbOh627KiCIGQSgwWzGeBKLkaJ9PJEdrngIwMSzxLR4jS4+f1f1jb7VzBbg8nFLaYotvVPFCTqdrmTAg==
103120
dependencies:
104-
"@babel/helper-module-imports" "^7.27.1"
105-
"@babel/helper-validator-identifier" "^7.27.1"
106-
"@babel/traverse" "^7.27.3"
121+
"@babel/helper-module-imports" "^7.29.7"
122+
"@babel/helper-validator-identifier" "^7.29.7"
123+
"@babel/traverse" "^7.29.7"
107124

108125
"@babel/helper-plugin-utils@^7.20.2", "@babel/helper-plugin-utils@^7.27.1":
109126
version "7.27.1"
@@ -115,23 +132,33 @@
115132
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz#54da796097ab19ce67ed9f88b47bb2ec49367687"
116133
integrity sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==
117134

135+
"@babel/helper-string-parser@^7.29.7":
136+
version "7.29.7"
137+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.29.7.tgz#7f0871d99824d23137d60f86fcf6130fd5a1b51f"
138+
integrity sha512-Pb5ijPrZ89GDH8223L4UP8i6QApWxs04RbPQJTeWDV0/keR2E36MeKnyr6LYmUUvqRRI+Iv87SuF1W6ErINzYw==
139+
118140
"@babel/helper-validator-identifier@^7.27.1":
119141
version "7.27.1"
120142
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.27.1.tgz#a7054dcc145a967dd4dc8fee845a57c1316c9df8"
121143
integrity sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow==
122144

123-
"@babel/helper-validator-option@^7.27.1":
124-
version "7.27.1"
125-
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.27.1.tgz#fa52f5b1e7db1ab049445b421c4471303897702f"
126-
integrity sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg==
145+
"@babel/helper-validator-identifier@^7.29.7":
146+
version "7.29.7"
147+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.29.7.tgz#bd87084ced0c796ec46bda492de6e83d29e89fc2"
148+
integrity sha512-qehxGkRj55h/ff8EMaJ+cYhyaKlHIxqYDn682wQD7RNp9UujOQsHog2uS0r2vzr4pW+sXf90NeeayjcNaX3fFg==
127149

128-
"@babel/helpers@^7.27.6":
129-
version "7.28.2"
130-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.28.2.tgz#80f0918fecbfebea9af856c419763230040ee850"
131-
integrity sha512-/V9771t+EgXz62aCcyofnQhGM8DQACbRhvzKFsXKC9QM+5MadF8ZmIm0crDMaz3+o0h0zXfJnd4EhbYbxsrcFw==
150+
"@babel/helper-validator-option@^7.29.7":
151+
version "7.29.7"
152+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.29.7.tgz#cf315be940213b354eb4abcc0bd01ebe3f73bc2a"
153+
integrity sha512-N9ZErrD+yW5geCDtBqnOoxmR8+tNKiGuxKlDpuJxfsqpa2dFcexaziGAE/qoHLiDDreVNMupxGmSoNlyvsA3gw==
154+
155+
"@babel/helpers@^7.29.7":
156+
version "7.29.7"
157+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.29.7.tgz#45abfde7548997e34376c3e69feb475cffb4a607"
158+
integrity sha512-1k2lAGRMfHTcwuNYcCNUmaUffmQv8KWMfh2iJUUeRlwlwH4FdNG7mfPI10NPfLHJFThE4Tyr4mv7kTNZOiPuBg==
132159
dependencies:
133-
"@babel/template" "^7.27.2"
134-
"@babel/types" "^7.28.2"
160+
"@babel/template" "^7.29.7"
161+
"@babel/types" "^7.29.7"
135162

136163
"@babel/parser@^7.26.10", "@babel/parser@^7.27.2", "@babel/parser@^7.28.0":
137164
version "7.28.0"
@@ -140,6 +167,13 @@
140167
dependencies:
141168
"@babel/types" "^7.28.0"
142169

170+
"@babel/parser@^7.29.7":
171+
version "7.29.7"
172+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.29.7.tgz#837b87387cbf5ec5530cb634b3c622f68edb9334"
173+
integrity sha512-hnORnjP/1P/zFEndoeX+n+t1RwWRJiJpM/jO7FW32Kn9r5+sJB2JWOdYo4L6k78j15eCwY3Gm/7364B1EMwtNg==
174+
dependencies:
175+
"@babel/types" "^7.29.7"
176+
143177
"@babel/plugin-syntax-import-assertions@^7.26.0":
144178
version "7.27.1"
145179
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.27.1.tgz#88894aefd2b03b5ee6ad1562a7c8e1587496aecd"
@@ -161,7 +195,16 @@
161195
"@babel/parser" "^7.27.2"
162196
"@babel/types" "^7.27.1"
163197

164-
"@babel/traverse@^7.26.10", "@babel/traverse@^7.27.1", "@babel/traverse@^7.27.3", "@babel/traverse@^7.28.0":
198+
"@babel/template@^7.29.7":
199+
version "7.29.7"
200+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.29.7.tgz#4d9d4004f645cdd304de958c725162784ecac700"
201+
integrity sha512-puq+Gf35oI24FeN11LkoUQFqv9uwNeWpxXZi/Ji3rRIoKAzKnxRaZ+Gkj0vKS9ZCiTESfng1N9LyOyXvo+m+Gg==
202+
dependencies:
203+
"@babel/code-frame" "^7.29.7"
204+
"@babel/parser" "^7.29.7"
205+
"@babel/types" "^7.29.7"
206+
207+
"@babel/traverse@^7.26.10":
165208
version "7.28.0"
166209
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.28.0.tgz#518aa113359b062042379e333db18380b537e34b"
167210
integrity sha512-mGe7UK5wWyh0bKRfupsUchrQGqvDbZDbKJw+kcRGSmdHVYrv+ltd0pnpDTVpiTqnaBru9iEvA8pz8W46v0Amwg==
@@ -174,14 +217,35 @@
174217
"@babel/types" "^7.28.0"
175218
debug "^4.3.1"
176219

177-
"@babel/types@^7.18.13", "@babel/types@^7.26.10", "@babel/types@^7.27.1", "@babel/types@^7.28.0", "@babel/types@^7.28.2":
220+
"@babel/traverse@^7.29.7":
221+
version "7.29.7"
222+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.29.7.tgz#c47b07a41b95da0907d026b5dd894d98de7d2f2d"
223+
integrity sha512-EhlfNQtZ+NK22w5BM61ciuiq1m58ed33Wr1Xan//ZRTy6hgjnwyCffRYwzsGXdASJSUJ1guZILsErh1eQcl+zw==
224+
dependencies:
225+
"@babel/code-frame" "^7.29.7"
226+
"@babel/generator" "^7.29.7"
227+
"@babel/helper-globals" "^7.29.7"
228+
"@babel/parser" "^7.29.7"
229+
"@babel/template" "^7.29.7"
230+
"@babel/types" "^7.29.7"
231+
debug "^4.3.1"
232+
233+
"@babel/types@^7.18.13", "@babel/types@^7.26.10", "@babel/types@^7.27.1", "@babel/types@^7.28.0":
178234
version "7.28.2"
179235
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.28.2.tgz#da9db0856a9a88e0a13b019881d7513588cf712b"
180236
integrity sha512-ruv7Ae4J5dUYULmeXw1gmb7rYRz57OWCPM57pHojnLq/3Z1CK2lNSLTCVjxVk1F/TZHwOZZrOWi0ur95BbLxNQ==
181237
dependencies:
182238
"@babel/helper-string-parser" "^7.27.1"
183239
"@babel/helper-validator-identifier" "^7.27.1"
184240

241+
"@babel/types@^7.29.7":
242+
version "7.29.7"
243+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.29.7.tgz#8005e31d82712ee7adaef6e23c63b71a62770a92"
244+
integrity sha512-4zBIxpPzowiZpusoFkyGVwakdRJUyuH5PxQ/PrqghfdFWWasvnCdPfQXHrenDai+gyLARulZjZowCOj6fjT4pA==
245+
dependencies:
246+
"@babel/helper-string-parser" "^7.29.7"
247+
"@babel/helper-validator-identifier" "^7.29.7"
248+
185249
"@cspotcode/source-map-support@^0.8.0":
186250
version "0.8.1"
187251
resolved "https://registry.yarnpkg.com/@cspotcode/source-map-support/-/source-map-support-0.8.1.tgz#00629c35a688e05a88b1cda684fb9d5e73f000a1"
@@ -710,6 +774,14 @@
710774
"@jridgewell/sourcemap-codec" "^1.5.0"
711775
"@jridgewell/trace-mapping" "^0.3.24"
712776

777+
"@jridgewell/remapping@^2.3.5":
778+
version "2.3.5"
779+
resolved "https://registry.yarnpkg.com/@jridgewell/remapping/-/remapping-2.3.5.tgz#375c476d1972947851ba1e15ae8f123047445aa1"
780+
integrity sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==
781+
dependencies:
782+
"@jridgewell/gen-mapping" "^0.3.5"
783+
"@jridgewell/trace-mapping" "^0.3.24"
784+
713785
"@jridgewell/resolve-uri@^3.0.3", "@jridgewell/resolve-uri@^3.1.0":
714786
version "3.1.2"
715787
resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz#7a0ee601f60f99a20c7c7c5ff0c80388c1189bd6"

0 commit comments

Comments
 (0)