Skip to content

Commit eb6a2fb

Browse files
dependabot[bot]Daniel15
authored andcommitted
Bump @babel/helpers from 7.26.0 to 7.26.10 in /website
Bumps [@babel/helpers](https://github.com/babel/babel/tree/HEAD/packages/babel-helpers) from 7.26.0 to 7.26.10. - [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.26.10/packages/babel-helpers) --- updated-dependencies: - dependency-name: "@babel/helpers" dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6c2ff57 commit eb6a2fb

File tree

1 file changed

+29
-5
lines changed

1 file changed

+29
-5
lines changed

website/yarn.lock

+29-5
Original file line numberDiff line numberDiff line change
@@ -246,12 +246,12 @@
246246
integrity sha512-e/zv1co8pp55dNdEcCynfj9X7nyUKUXoUEwfXqaZt0omVOmDe9oOTdKStH4GmAw6zxMFs50ZayuMfHDKlO7Tfw==
247247

248248
"@babel/helpers@^7.26.0":
249-
version "7.26.0"
250-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.0.tgz#30e621f1eba5aa45fe6f4868d2e9154d884119a4"
251-
integrity sha512-tbhNuIxNcVb21pInl3ZSjksLCvgdZy9KwJ8brv993QtIVKJBBkYXz4q4ZbAv31GdnC+R90np23L5FbEBlthAEw==
249+
version "7.26.10"
250+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.10.tgz#6baea3cd62ec2d0c1068778d63cb1314f6637384"
251+
integrity sha512-UPYc3SauzZ3JGgj87GgZ89JVdC5dj0AoetR5Bw6wj4niittNyFh6+eOGonYvJ1ao6B8lEa3Q3klS7ADZ53bc5g==
252252
dependencies:
253-
"@babel/template" "^7.25.9"
254-
"@babel/types" "^7.26.0"
253+
"@babel/template" "^7.26.9"
254+
"@babel/types" "^7.26.10"
255255

256256
"@babel/parser@^7.1.0", "@babel/parser@^7.20.7":
257257
version "7.24.7"
@@ -265,6 +265,13 @@
265265
dependencies:
266266
"@babel/types" "^7.26.3"
267267

268+
"@babel/parser@^7.26.9":
269+
version "7.26.10"
270+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.10.tgz#e9bdb82f14b97df6569b0b038edd436839c57749"
271+
integrity sha512-6aQR2zGE/QFi8JpDLjUZEPYOs7+mhKXm86VaKFiLP35JQwQb6bwUE+XbvkH0EptsYhbNBSUGaUBLKqxH1xSgsA==
272+
dependencies:
273+
"@babel/types" "^7.26.10"
274+
268275
"@babel/plugin-syntax-jsx@^7.25.9":
269276
version "7.25.9"
270277
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.25.9.tgz#a34313a178ea56f1951599b929c1ceacee719290"
@@ -292,6 +299,15 @@
292299
"@babel/parser" "^7.25.9"
293300
"@babel/types" "^7.25.9"
294301

302+
"@babel/template@^7.26.9":
303+
version "7.26.9"
304+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.26.9.tgz#4577ad3ddf43d194528cff4e1fa6b232fa609bb2"
305+
integrity sha512-qyRplbeIpNZhmzOysF/wFMuP9sctmh2cFzRAZOn1YapxBsE1i9bJIY586R/WBLfLcmcBlM8ROBiQURnnNy+zfA==
306+
dependencies:
307+
"@babel/code-frame" "^7.26.2"
308+
"@babel/parser" "^7.26.9"
309+
"@babel/types" "^7.26.9"
310+
295311
"@babel/traverse@^7.25.9":
296312
version "7.26.4"
297313
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.26.4.tgz#ac3a2a84b908dde6d463c3bfa2c5fdc1653574bd"
@@ -313,6 +329,14 @@
313329
"@babel/helper-string-parser" "^7.25.9"
314330
"@babel/helper-validator-identifier" "^7.25.9"
315331

332+
"@babel/types@^7.26.10", "@babel/types@^7.26.9":
333+
version "7.26.10"
334+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.10.tgz#396382f6335bd4feb65741eacfc808218f859259"
335+
integrity sha512-emqcG3vHrpxUKTrxcblR36dcrcoRDvKmnL/dCL6ZsHaShW80qxCAcNhzQZrpeM765VzEos+xOi4s+r4IXzTwdQ==
336+
dependencies:
337+
"@babel/helper-string-parser" "^7.25.9"
338+
"@babel/helper-validator-identifier" "^7.25.9"
339+
316340
"@ctrl/tinycolor@^4.0.4":
317341
version "4.1.0"
318342
resolved "https://registry.yarnpkg.com/@ctrl/tinycolor/-/tinycolor-4.1.0.tgz#91a8f8120ffc9da2feb2a38f7862b300d5e9691a"

0 commit comments

Comments
 (0)