Skip to content

Commit 2254252

Browse files
dependabot[bot]einarwar
authored andcommitted
build(deps): bump @babel/helpers from 7.26.9 to 7.28.2 in /documentation
Bumps [@babel/helpers](https://github.com/babel/babel/tree/HEAD/packages/babel-helpers) from 7.26.9 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 8cb8edf commit 2254252

File tree

1 file changed

+48
-5
lines changed

1 file changed

+48
-5
lines changed

documentation/yarn.lock

Lines changed: 48 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,15 @@
195195
js-tokens "^4.0.0"
196196
picocolors "^1.0.0"
197197

198+
"@babel/code-frame@^7.27.1":
199+
version "7.27.1"
200+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.27.1.tgz#200f715e66d52a23b221a9435534a91cc13ad5be"
201+
integrity sha512-cjQ7ZlQ0Mv3b47hABuTevyTuYN4i+loJKGeV9flcCgIK37cCXRh+L1bd3iBHlynerhQ7BhCkn2BPbQUL+rGqFg==
202+
dependencies:
203+
"@babel/helper-validator-identifier" "^7.27.1"
204+
js-tokens "^4.0.0"
205+
picocolors "^1.1.1"
206+
198207
"@babel/compat-data@^7.22.6", "@babel/compat-data@^7.26.5", "@babel/compat-data@^7.26.8":
199208
version "7.26.8"
200209
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.26.8.tgz#821c1d35641c355284d4a870b8a4a7b0c141e367"
@@ -383,6 +392,11 @@
383392
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.25.9.tgz#1aabb72ee72ed35789b4bbcad3ca2862ce614e8c"
384393
integrity sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA==
385394

395+
"@babel/helper-string-parser@^7.27.1":
396+
version "7.27.1"
397+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz#54da796097ab19ce67ed9f88b47bb2ec49367687"
398+
integrity sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==
399+
386400
"@babel/helper-validator-identifier@^7.18.6":
387401
version "7.19.1"
388402
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz#7eea834cf32901ffdc1a7ee555e2f9c27e249ca2"
@@ -393,6 +407,11 @@
393407
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz#24b64e2c3ec7cd3b3c547729b8d16871f22cbdc7"
394408
integrity sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ==
395409

410+
"@babel/helper-validator-identifier@^7.27.1":
411+
version "7.27.1"
412+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.27.1.tgz#a7054dcc145a967dd4dc8fee845a57c1316c9df8"
413+
integrity sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow==
414+
396415
"@babel/helper-validator-option@^7.18.6":
397416
version "7.18.6"
398417
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.18.6.tgz#bf0d2b5a509b1f336099e4ff36e1a63aa5db4db8"
@@ -413,12 +432,12 @@
413432
"@babel/types" "^7.25.9"
414433

415434
"@babel/helpers@^7.26.9":
416-
version "7.26.9"
417-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.9.tgz#28f3fb45252fc88ef2dc547c8a911c255fc9fef6"
418-
integrity sha512-Mz/4+y8udxBKdmzt/UjPACs4G3j5SshJJEFFKxlCGPydG4JAHXxjWjAwjd09tf6oINvl1VfMJo+nB7H2YKQ0dA==
435+
version "7.28.2"
436+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.28.2.tgz#80f0918fecbfebea9af856c419763230040ee850"
437+
integrity sha512-/V9771t+EgXz62aCcyofnQhGM8DQACbRhvzKFsXKC9QM+5MadF8ZmIm0crDMaz3+o0h0zXfJnd4EhbYbxsrcFw==
419438
dependencies:
420-
"@babel/template" "^7.26.9"
421-
"@babel/types" "^7.26.9"
439+
"@babel/template" "^7.27.2"
440+
"@babel/types" "^7.28.2"
422441

423442
"@babel/highlight@^7.18.6":
424443
version "7.18.6"
@@ -436,6 +455,13 @@
436455
dependencies:
437456
"@babel/types" "^7.26.9"
438457

458+
"@babel/parser@^7.27.2":
459+
version "7.28.0"
460+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.28.0.tgz#979829fbab51a29e13901e5a80713dbcb840825e"
461+
integrity sha512-jVZGvOxOuNSsuQuLRTh13nU0AogFlw32w/MT+LV6D3sP5WdbW61E77RnkbaO2dUvmPAYrBDJXGn5gGS6tH4j8g==
462+
dependencies:
463+
"@babel/types" "^7.28.0"
464+
439465
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.25.9":
440466
version "7.25.9"
441467
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"
@@ -1153,6 +1179,15 @@
11531179
"@babel/parser" "^7.26.9"
11541180
"@babel/types" "^7.26.9"
11551181

1182+
"@babel/template@^7.27.2":
1183+
version "7.27.2"
1184+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.27.2.tgz#fa78ceed3c4e7b63ebf6cb39e5852fca45f6809d"
1185+
integrity sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw==
1186+
dependencies:
1187+
"@babel/code-frame" "^7.27.1"
1188+
"@babel/parser" "^7.27.2"
1189+
"@babel/types" "^7.27.1"
1190+
11561191
"@babel/traverse@^7.25.9", "@babel/traverse@^7.26.5", "@babel/traverse@^7.26.8", "@babel/traverse@^7.26.9":
11571192
version "7.26.9"
11581193
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.26.9.tgz#4398f2394ba66d05d988b2ad13c219a2c857461a"
@@ -1183,6 +1218,14 @@
11831218
"@babel/helper-string-parser" "^7.25.9"
11841219
"@babel/helper-validator-identifier" "^7.25.9"
11851220

1221+
"@babel/types@^7.27.1", "@babel/types@^7.28.0", "@babel/types@^7.28.2":
1222+
version "7.28.2"
1223+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.28.2.tgz#da9db0856a9a88e0a13b019881d7513588cf712b"
1224+
integrity sha512-ruv7Ae4J5dUYULmeXw1gmb7rYRz57OWCPM57pHojnLq/3Z1CK2lNSLTCVjxVk1F/TZHwOZZrOWi0ur95BbLxNQ==
1225+
dependencies:
1226+
"@babel/helper-string-parser" "^7.27.1"
1227+
"@babel/helper-validator-identifier" "^7.27.1"
1228+
11861229
"@braintree/sanitize-url@^7.0.4":
11871230
version "7.1.1"
11881231
resolved "https://registry.yarnpkg.com/@braintree/sanitize-url/-/sanitize-url-7.1.1.tgz#15e19737d946559289b915e5dad3b4c28407735e"

0 commit comments

Comments
 (0)