Skip to content

Commit d278a26

Browse files
authored
Merge pull request #69 from qwc-services/dependabot/npm_and_yarn/babel/helpers-7.26.10
Bump @babel/helpers from 7.26.0 to 7.26.10
2 parents 28d703c + 420b03a commit d278a26

File tree

1 file changed

+29
-5
lines changed

1 file changed

+29
-5
lines changed

yarn.lock

+29-5
Original file line numberDiff line numberDiff line change
@@ -261,12 +261,12 @@
261261
"@babel/types" "^7.25.9"
262262

263263
"@babel/helpers@^7.26.0":
264-
version "7.26.0"
265-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.0.tgz#30e621f1eba5aa45fe6f4868d2e9154d884119a4"
266-
integrity sha512-tbhNuIxNcVb21pInl3ZSjksLCvgdZy9KwJ8brv993QtIVKJBBkYXz4q4ZbAv31GdnC+R90np23L5FbEBlthAEw==
264+
version "7.26.10"
265+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.10.tgz#6baea3cd62ec2d0c1068778d63cb1314f6637384"
266+
integrity sha512-UPYc3SauzZ3JGgj87GgZ89JVdC5dj0AoetR5Bw6wj4niittNyFh6+eOGonYvJ1ao6B8lEa3Q3klS7ADZ53bc5g==
267267
dependencies:
268-
"@babel/template" "^7.25.9"
269-
"@babel/types" "^7.26.0"
268+
"@babel/template" "^7.26.9"
269+
"@babel/types" "^7.26.10"
270270

271271
"@babel/parser@^7.25.9", "@babel/parser@^7.26.0", "@babel/parser@^7.26.5":
272272
version "7.26.5"
@@ -275,6 +275,13 @@
275275
dependencies:
276276
"@babel/types" "^7.26.5"
277277

278+
"@babel/parser@^7.26.9":
279+
version "7.26.10"
280+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.10.tgz#e9bdb82f14b97df6569b0b038edd436839c57749"
281+
integrity sha512-6aQR2zGE/QFi8JpDLjUZEPYOs7+mhKXm86VaKFiLP35JQwQb6bwUE+XbvkH0EptsYhbNBSUGaUBLKqxH1xSgsA==
282+
dependencies:
283+
"@babel/types" "^7.26.10"
284+
278285
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.25.9":
279286
version "7.25.9"
280287
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"
@@ -885,6 +892,15 @@
885892
"@babel/parser" "^7.25.9"
886893
"@babel/types" "^7.25.9"
887894

895+
"@babel/template@^7.26.9":
896+
version "7.26.9"
897+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.26.9.tgz#4577ad3ddf43d194528cff4e1fa6b232fa609bb2"
898+
integrity sha512-qyRplbeIpNZhmzOysF/wFMuP9sctmh2cFzRAZOn1YapxBsE1i9bJIY586R/WBLfLcmcBlM8ROBiQURnnNy+zfA==
899+
dependencies:
900+
"@babel/code-frame" "^7.26.2"
901+
"@babel/parser" "^7.26.9"
902+
"@babel/types" "^7.26.9"
903+
888904
"@babel/traverse@^7.1.6", "@babel/traverse@^7.25.9", "@babel/traverse@^7.26.5":
889905
version "7.26.5"
890906
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.26.5.tgz#6d0be3e772ff786456c1a37538208286f6e79021"
@@ -915,6 +931,14 @@
915931
"@babel/helper-validator-identifier" "^7.22.20"
916932
to-fast-properties "^2.0.0"
917933

934+
"@babel/types@^7.26.10", "@babel/types@^7.26.9":
935+
version "7.26.10"
936+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.10.tgz#396382f6335bd4feb65741eacfc808218f859259"
937+
integrity sha512-emqcG3vHrpxUKTrxcblR36dcrcoRDvKmnL/dCL6ZsHaShW80qxCAcNhzQZrpeM765VzEos+xOi4s+r4IXzTwdQ==
938+
dependencies:
939+
"@babel/helper-string-parser" "^7.25.9"
940+
"@babel/helper-validator-identifier" "^7.25.9"
941+
918942
"@bcoe/v8-coverage@^0.2.3":
919943
version "0.2.3"
920944
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"

0 commit comments

Comments
 (0)