Skip to content

Commit 2a0f658

Browse files
Bump @babel/helpers from 7.26.0 to 7.28.2 in /docker
Bumps [@babel/helpers](https://github.com/babel/babel/tree/HEAD/packages/babel-helpers) from 7.26.0 to 7.28.2. - [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.28.2/packages/babel-helpers) --- updated-dependencies: - dependency-name: "@babel/helpers" dependency-version: 7.28.2 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 945bff9 commit 2a0f658

File tree

1 file changed

+48
-5
lines changed

1 file changed

+48
-5
lines changed

docker/yarn.lock

Lines changed: 48 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,15 @@
4747
js-tokens "^4.0.0"
4848
picocolors "^1.0.0"
4949

50+
"@babel/code-frame@^7.27.1":
51+
version "7.27.1"
52+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.27.1.tgz#200f715e66d52a23b221a9435534a91cc13ad5be"
53+
integrity sha512-cjQ7ZlQ0Mv3b47hABuTevyTuYN4i+loJKGeV9flcCgIK37cCXRh+L1bd3iBHlynerhQ7BhCkn2BPbQUL+rGqFg==
54+
dependencies:
55+
"@babel/helper-validator-identifier" "^7.27.1"
56+
js-tokens "^4.0.0"
57+
picocolors "^1.1.1"
58+
5059
"@babel/compat-data@^7.22.6", "@babel/compat-data@^7.26.0", "@babel/compat-data@^7.26.5":
5160
version "7.26.5"
5261
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.26.5.tgz#df93ac37f4417854130e21d72c66ff3d4b897fc7"
@@ -203,11 +212,21 @@
203212
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.25.9.tgz#1aabb72ee72ed35789b4bbcad3ca2862ce614e8c"
204213
integrity sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA==
205214

215+
"@babel/helper-string-parser@^7.27.1":
216+
version "7.27.1"
217+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz#54da796097ab19ce67ed9f88b47bb2ec49367687"
218+
integrity sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==
219+
206220
"@babel/helper-validator-identifier@^7.25.9":
207221
version "7.25.9"
208222
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz#24b64e2c3ec7cd3b3c547729b8d16871f22cbdc7"
209223
integrity sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ==
210224

225+
"@babel/helper-validator-identifier@^7.27.1":
226+
version "7.27.1"
227+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.27.1.tgz#a7054dcc145a967dd4dc8fee845a57c1316c9df8"
228+
integrity sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow==
229+
211230
"@babel/helper-validator-option@^7.25.9":
212231
version "7.25.9"
213232
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.25.9.tgz#86e45bd8a49ab7e03f276577f96179653d41da72"
@@ -223,12 +242,12 @@
223242
"@babel/types" "^7.25.9"
224243

225244
"@babel/helpers@^7.26.0":
226-
version "7.26.0"
227-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.0.tgz#30e621f1eba5aa45fe6f4868d2e9154d884119a4"
228-
integrity sha512-tbhNuIxNcVb21pInl3ZSjksLCvgdZy9KwJ8brv993QtIVKJBBkYXz4q4ZbAv31GdnC+R90np23L5FbEBlthAEw==
245+
version "7.28.2"
246+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.28.2.tgz#80f0918fecbfebea9af856c419763230040ee850"
247+
integrity sha512-/V9771t+EgXz62aCcyofnQhGM8DQACbRhvzKFsXKC9QM+5MadF8ZmIm0crDMaz3+o0h0zXfJnd4EhbYbxsrcFw==
229248
dependencies:
230-
"@babel/template" "^7.25.9"
231-
"@babel/types" "^7.26.0"
249+
"@babel/template" "^7.27.2"
250+
"@babel/types" "^7.28.2"
232251

233252
"@babel/parser@^7.25.9", "@babel/parser@^7.26.0", "@babel/parser@^7.26.5":
234253
version "7.26.5"
@@ -237,6 +256,13 @@
237256
dependencies:
238257
"@babel/types" "^7.26.5"
239258

259+
"@babel/parser@^7.27.2":
260+
version "7.28.0"
261+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.28.0.tgz#979829fbab51a29e13901e5a80713dbcb840825e"
262+
integrity sha512-jVZGvOxOuNSsuQuLRTh13nU0AogFlw32w/MT+LV6D3sP5WdbW61E77RnkbaO2dUvmPAYrBDJXGn5gGS6tH4j8g==
263+
dependencies:
264+
"@babel/types" "^7.28.0"
265+
240266
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.25.9":
241267
version "7.25.9"
242268
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.25.9.tgz#cc2e53ebf0a0340777fff5ed521943e253b4d8fe"
@@ -802,6 +828,15 @@
802828
"@babel/parser" "^7.25.9"
803829
"@babel/types" "^7.25.9"
804830

831+
"@babel/template@^7.27.2":
832+
version "7.27.2"
833+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.27.2.tgz#fa78ceed3c4e7b63ebf6cb39e5852fca45f6809d"
834+
integrity sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw==
835+
dependencies:
836+
"@babel/code-frame" "^7.27.1"
837+
"@babel/parser" "^7.27.2"
838+
"@babel/types" "^7.27.1"
839+
805840
"@babel/traverse@^7.25.9", "@babel/traverse@^7.26.5":
806841
version "7.26.5"
807842
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.26.5.tgz#6d0be3e772ff786456c1a37538208286f6e79021"
@@ -823,6 +858,14 @@
823858
"@babel/helper-string-parser" "^7.25.9"
824859
"@babel/helper-validator-identifier" "^7.25.9"
825860

861+
"@babel/types@^7.27.1", "@babel/types@^7.28.0", "@babel/types@^7.28.2":
862+
version "7.28.2"
863+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.28.2.tgz#da9db0856a9a88e0a13b019881d7513588cf712b"
864+
integrity sha512-ruv7Ae4J5dUYULmeXw1gmb7rYRz57OWCPM57pHojnLq/3Z1CK2lNSLTCVjxVk1F/TZHwOZZrOWi0ur95BbLxNQ==
865+
dependencies:
866+
"@babel/helper-string-parser" "^7.27.1"
867+
"@babel/helper-validator-identifier" "^7.27.1"
868+
826869
"@discoveryjs/json-ext@^0.5.0":
827870
version "0.5.7"
828871
resolved "https://registry.yarnpkg.com/@discoveryjs/json-ext/-/json-ext-0.5.7.tgz#1d572bfbbe14b7704e0ba0f39b74815b84870d70"

0 commit comments

Comments
 (0)