Skip to content

Commit 2173a74

Browse files
build(deps-dev): bump @babel/core from 7.27.1 to 7.27.4
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.27.1 to 7.27.4. - [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.27.4/packages/babel-core) --- updated-dependencies: - dependency-name: "@babel/core" dependency-version: 7.27.4 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 37f4dd4 commit 2173a74

File tree

1 file changed

+60
-55
lines changed

1 file changed

+60
-55
lines changed

yarn.lock

Lines changed: 60 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -31,34 +31,39 @@
3131
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.27.1.tgz#db7cf122745e0a332c44e847ddc4f5e5221a43f6"
3232
integrity sha512-Q+E+rd/yBzNQhXkG+zQnF58e4zoZfBedaxwzPmicKsiK3nt8iJYrSrDbjwFFDGC4f+rPafqRaPH6TsDoSvMf7A==
3333

34+
"@babel/compat-data@^7.27.2":
35+
version "7.27.3"
36+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.27.3.tgz#cc49c2ac222d69b889bf34c795f537c0c6311111"
37+
integrity sha512-V42wFfx1ymFte+ecf6iXghnnP8kWTO+ZLXIyZq+1LAXHHvTZdVxicn4yiVYdYMGaCO3tmqub11AorKkv+iodqw==
38+
3439
"@babel/core@^7.1.2", "@babel/core@^7.11.6", "@babel/core@^7.12.3":
35-
version "7.27.1"
36-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.27.1.tgz#89de51e86bd12246003e3524704c49541b16c3e6"
37-
integrity sha512-IaaGWsQqfsQWVLqMn9OB92MNN7zukfVA4s7KKAI0KfrrDsZ0yhi5uV4baBuLuN7n3vsZpwP8asPPcVwApxvjBQ==
40+
version "7.27.4"
41+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.27.4.tgz#cc1fc55d0ce140a1828d1dd2a2eba285adbfb3ce"
42+
integrity sha512-bXYxrXFubeYdvB0NhD/NBB3Qi6aZeV20GOWVI47t2dkecCEoneR4NPVcb7abpXDEvejgrUfFtG6vG/zxAKmg+g==
3843
dependencies:
3944
"@ampproject/remapping" "^2.2.0"
4045
"@babel/code-frame" "^7.27.1"
41-
"@babel/generator" "^7.27.1"
42-
"@babel/helper-compilation-targets" "^7.27.1"
43-
"@babel/helper-module-transforms" "^7.27.1"
44-
"@babel/helpers" "^7.27.1"
45-
"@babel/parser" "^7.27.1"
46-
"@babel/template" "^7.27.1"
47-
"@babel/traverse" "^7.27.1"
48-
"@babel/types" "^7.27.1"
46+
"@babel/generator" "^7.27.3"
47+
"@babel/helper-compilation-targets" "^7.27.2"
48+
"@babel/helper-module-transforms" "^7.27.3"
49+
"@babel/helpers" "^7.27.4"
50+
"@babel/parser" "^7.27.4"
51+
"@babel/template" "^7.27.2"
52+
"@babel/traverse" "^7.27.4"
53+
"@babel/types" "^7.27.3"
4954
convert-source-map "^2.0.0"
5055
debug "^4.1.0"
5156
gensync "^1.0.0-beta.2"
5257
json5 "^2.2.3"
5358
semver "^6.3.1"
5459

55-
"@babel/generator@^7.27.1", "@babel/generator@^7.7.2":
56-
version "7.27.1"
57-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.27.1.tgz#862d4fad858f7208edd487c28b58144036b76230"
58-
integrity sha512-UnJfnIpc/+JO0/+KRVQNGU+y5taA5vCbwN8+azkX6beii/ZF+enZJSOKo11ZSzGJjlNfJHfQtmQT8H+9TXPG2w==
60+
"@babel/generator@^7.27.3", "@babel/generator@^7.7.2":
61+
version "7.27.3"
62+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.27.3.tgz#ef1c0f7cfe3b5fc8cbb9f6cc69f93441a68edefc"
63+
integrity sha512-xnlJYj5zepml8NXtjkG0WquFUv8RskFqyFcVgTBp5k+NaA/8uw/K+OSVf8AMGw5e9HKP2ETd5xpK5MLZQD6b4Q==
5964
dependencies:
60-
"@babel/parser" "^7.27.1"
61-
"@babel/types" "^7.27.1"
65+
"@babel/parser" "^7.27.3"
66+
"@babel/types" "^7.27.3"
6267
"@jridgewell/gen-mapping" "^0.3.5"
6368
"@jridgewell/trace-mapping" "^0.3.25"
6469
jsesc "^3.0.2"
@@ -77,12 +82,12 @@
7782
dependencies:
7883
"@babel/types" "^7.27.1"
7984

80-
"@babel/helper-compilation-targets@^7.22.6", "@babel/helper-compilation-targets@^7.27.1":
81-
version "7.27.1"
82-
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.27.1.tgz#eac1096c7374f161e4f33fc8ae38f4ddf122087a"
83-
integrity sha512-2YaDd/Rd9E598B5+WIc8wJPmWETiiJXFYVE60oX8FDohv7rAUU3CQj+A1MgeEmcsk2+dQuEjIe/GDvig0SqL4g==
85+
"@babel/helper-compilation-targets@^7.22.6", "@babel/helper-compilation-targets@^7.27.1", "@babel/helper-compilation-targets@^7.27.2":
86+
version "7.27.2"
87+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.27.2.tgz#46a0f6efab808d51d29ce96858dd10ce8732733d"
88+
integrity sha512-2+1thGUUWWjLTYTHZWK1n8Yga0ijBz1XAhUXcKy81rd5g6yh7hGqMp45v7cadSbEHc9G3OTv45SyneRN3ps4DQ==
8489
dependencies:
85-
"@babel/compat-data" "^7.27.1"
90+
"@babel/compat-data" "^7.27.2"
8691
"@babel/helper-validator-option" "^7.27.1"
8792
browserslist "^4.24.0"
8893
lru-cache "^5.1.1"
@@ -156,14 +161,14 @@
156161
"@babel/traverse" "^7.27.1"
157162
"@babel/types" "^7.27.1"
158163

159-
"@babel/helper-module-transforms@^7.27.1":
160-
version "7.27.1"
161-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.27.1.tgz#e1663b8b71d2de948da5c4fb2a20ca4f3ec27a6f"
162-
integrity sha512-9yHn519/8KvTU5BjTVEEeIM3w9/2yXNKoD82JifINImhpKkARMJKPP59kLo+BafpdN5zgNeIcS4jsGDmd3l58g==
164+
"@babel/helper-module-transforms@^7.27.1", "@babel/helper-module-transforms@^7.27.3":
165+
version "7.27.3"
166+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.27.3.tgz#db0bbcfba5802f9ef7870705a7ef8788508ede02"
167+
integrity sha512-dSOvYwvyLsWBeIRyOeHXp5vPj5l1I011r52FM1+r1jCERv+aFXYk4whgQccYEGYxK2H3ZAIA8nuPkQ0HaUo3qg==
163168
dependencies:
164169
"@babel/helper-module-imports" "^7.27.1"
165170
"@babel/helper-validator-identifier" "^7.27.1"
166-
"@babel/traverse" "^7.27.1"
171+
"@babel/traverse" "^7.27.3"
167172

168173
"@babel/helper-optimise-call-expression@^7.27.1":
169174
version "7.27.1"
@@ -232,13 +237,13 @@
232237
"@babel/traverse" "^7.27.1"
233238
"@babel/types" "^7.27.1"
234239

235-
"@babel/helpers@^7.27.1":
236-
version "7.27.1"
237-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.1.tgz#ffc27013038607cdba3288e692c3611c06a18aa4"
238-
integrity sha512-FCvFTm0sWV8Fxhpp2McP5/W53GPllQ9QeQ7SiqGWjMf/LVG07lFa5+pgK05IRhVwtvafT22KF+ZSnM9I545CvQ==
240+
"@babel/helpers@^7.27.4":
241+
version "7.27.4"
242+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.4.tgz#c79050c6a0e41e095bfc96d469c85431e9ed7fe7"
243+
integrity sha512-Y+bO6U+I7ZKaM5G5rDUZiYfUvQPUibYmAFe7EnKdnKBbVXDZxvp+MWOH5gYciY0EPk4EScsuFMQBbEfpdRKSCQ==
239244
dependencies:
240-
"@babel/template" "^7.27.1"
241-
"@babel/types" "^7.27.1"
245+
"@babel/template" "^7.27.2"
246+
"@babel/types" "^7.27.3"
242247

243248
"@babel/highlight@^7.10.4":
244249
version "7.18.6"
@@ -249,12 +254,12 @@
249254
chalk "^2.0.0"
250255
js-tokens "^4.0.0"
251256

252-
"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.27.1", "@babel/parser@^7.7.0":
253-
version "7.27.1"
254-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.27.1.tgz#c55d5bed74449d1223701f1869b9ee345cc94cc9"
255-
integrity sha512-I0dZ3ZpCrJ1c04OqlNsQcKiZlsrXf/kkE4FXzID9rIOYICsAbA8mMDzhW/luRNAHdCNt7os/u8wenklZDlUVUQ==
257+
"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.27.2", "@babel/parser@^7.27.3", "@babel/parser@^7.27.4", "@babel/parser@^7.7.0":
258+
version "7.27.4"
259+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.27.4.tgz#f92e89e4f51847be05427285836fc88341c956df"
260+
integrity sha512-BRmLHGwpUqLFR2jzx9orBuX/ABDkj2jLKOXrHDTN2aOKL+jFDDKaRNo9nyYsIl9h/UE/7lMKdDjKQQyxKKDZ7g==
256261
dependencies:
257-
"@babel/types" "^7.27.1"
262+
"@babel/types" "^7.27.3"
258263

259264
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.27.1":
260265
version "7.27.1"
@@ -890,32 +895,32 @@
890895
"@babel/types" "^7.4.4"
891896
esutils "^2.0.2"
892897

893-
"@babel/template@^7.27.1", "@babel/template@^7.3.3":
894-
version "7.27.1"
895-
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.27.1.tgz#b9e4f55c17a92312774dfbdde1b3c01c547bbae2"
896-
integrity sha512-Fyo3ghWMqkHHpHQCoBs2VnYjR4iWFFjguTDEqA5WgZDOrFesVjMhMM2FSqTKSoUSDO1VQtavj8NFpdRBEvJTtg==
898+
"@babel/template@^7.27.1", "@babel/template@^7.27.2", "@babel/template@^7.3.3":
899+
version "7.27.2"
900+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.27.2.tgz#fa78ceed3c4e7b63ebf6cb39e5852fca45f6809d"
901+
integrity sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw==
897902
dependencies:
898903
"@babel/code-frame" "^7.27.1"
899-
"@babel/parser" "^7.27.1"
904+
"@babel/parser" "^7.27.2"
900905
"@babel/types" "^7.27.1"
901906

902-
"@babel/traverse@^7.27.1", "@babel/traverse@^7.7.0":
903-
version "7.27.1"
904-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.27.1.tgz#4db772902b133bbddd1c4f7a7ee47761c1b9f291"
905-
integrity sha512-ZCYtZciz1IWJB4U61UPu4KEaqyfj+r5T1Q5mqPo+IBpcG9kHv30Z0aD8LXPgC1trYa6rK0orRyAhqUgk4MjmEg==
907+
"@babel/traverse@^7.27.1", "@babel/traverse@^7.27.3", "@babel/traverse@^7.27.4", "@babel/traverse@^7.7.0":
908+
version "7.27.4"
909+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.27.4.tgz#b0045ac7023c8472c3d35effd7cc9ebd638da6ea"
910+
integrity sha512-oNcu2QbHqts9BtOWJosOVJapWjBDSxGCpFvikNR5TGDYDQf3JwpIoMzIKrvfoti93cLfPJEG4tH9SPVeyCGgdA==
906911
dependencies:
907912
"@babel/code-frame" "^7.27.1"
908-
"@babel/generator" "^7.27.1"
909-
"@babel/parser" "^7.27.1"
910-
"@babel/template" "^7.27.1"
911-
"@babel/types" "^7.27.1"
913+
"@babel/generator" "^7.27.3"
914+
"@babel/parser" "^7.27.4"
915+
"@babel/template" "^7.27.2"
916+
"@babel/types" "^7.27.3"
912917
debug "^4.3.1"
913918
globals "^11.1.0"
914919

915-
"@babel/types@^7.0.0", "@babel/types@^7.18.6", "@babel/types@^7.27.1", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4", "@babel/types@^7.7.0":
916-
version "7.27.1"
917-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.27.1.tgz#9defc53c16fc899e46941fc6901a9eea1c9d8560"
918-
integrity sha512-+EzkxvLNfiUeKMgy/3luqfsCWFRXLb7U6wNQTk60tovuckwB15B191tJWvpp4HjiQWdJkCxO3Wbvc6jlk3Xb2Q==
920+
"@babel/types@^7.0.0", "@babel/types@^7.18.6", "@babel/types@^7.27.1", "@babel/types@^7.27.3", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4", "@babel/types@^7.7.0":
921+
version "7.27.3"
922+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.27.3.tgz#c0257bedf33aad6aad1f406d35c44758321eb3ec"
923+
integrity sha512-Y1GkI4ktrtvmawoSq+4FCVHNryea6uR+qUQy0AGxLSsjCX0nVmkYQMBLHDkXZuo5hGx7eYdnIaslsdBFm7zbUw==
919924
dependencies:
920925
"@babel/helper-string-parser" "^7.27.1"
921926
"@babel/helper-validator-identifier" "^7.27.1"

0 commit comments

Comments
 (0)