Skip to content

Commit d67687d

Browse files
build(deps-dev): bump @babel/core from 7.26.10 to 7.27.1 (#1650)
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.26.10 to 7.27.1. - [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.1/packages/babel-core) --- updated-dependencies: - dependency-name: "@babel/core" dependency-version: 7.27.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b9ec35b commit d67687d

File tree

2 files changed

+26
-110
lines changed

2 files changed

+26
-110
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"watch": "yarn clean && rollup -c --environment DEVELOPMENT --watch"
3636
},
3737
"devDependencies": {
38-
"@babel/core": "^7.26.10",
38+
"@babel/core": "^7.27.1",
3939
"@babel/preset-env": "^7.27.2",
4040
"@testing-library/jest-dom": "^5.17.0",
4141
"autoprefixer": "^10.4.21",

yarn.lock

Lines changed: 25 additions & 109 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,7 @@
2020
"@jridgewell/gen-mapping" "^0.1.0"
2121
"@jridgewell/trace-mapping" "^0.3.9"
2222

23-
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4", "@babel/code-frame@^7.12.13", "@babel/code-frame@^7.26.2":
24-
version "7.26.2"
25-
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.26.2.tgz#4b5fab97d33338eff916235055f0ebc21e573a85"
26-
integrity sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ==
27-
dependencies:
28-
"@babel/helper-validator-identifier" "^7.25.9"
29-
js-tokens "^4.0.0"
30-
picocolors "^1.0.0"
31-
32-
"@babel/code-frame@^7.27.1":
23+
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4", "@babel/code-frame@^7.12.13", "@babel/code-frame@^7.27.1":
3324
version "7.27.1"
3425
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.27.1.tgz#200f715e66d52a23b221a9435534a91cc13ad5be"
3526
integrity sha512-cjQ7ZlQ0Mv3b47hABuTevyTuYN4i+loJKGeV9flcCgIK37cCXRh+L1bd3iBHlynerhQ7BhCkn2BPbQUL+rGqFg==
@@ -43,39 +34,28 @@
4334
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.27.2.tgz#4183f9e642fd84e74e3eea7ffa93a412e3b102c9"
4435
integrity sha512-TUtMJYRPyUb/9aU8f3K0mjmjf6M9N5Woshn2CS6nqJSeJtTtQcpLUXjGt9vbF8ZGff0El99sWkLgzwW3VXnxZQ==
4536

46-
"@babel/core@^7.11.6", "@babel/core@^7.12.3", "@babel/core@^7.26.10":
47-
version "7.26.10"
48-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.26.10.tgz#5c876f83c8c4dcb233ee4b670c0606f2ac3000f9"
49-
integrity sha512-vMqyb7XCDMPvJFFOaT9kxtiRh42GwlZEg1/uIgtZshS5a/8OaduUfCi7kynKgc3Tw/6Uo2D+db9qBttghhmxwQ==
37+
"@babel/core@^7.11.6", "@babel/core@^7.12.3", "@babel/core@^7.27.1":
38+
version "7.27.1"
39+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.27.1.tgz#89de51e86bd12246003e3524704c49541b16c3e6"
40+
integrity sha512-IaaGWsQqfsQWVLqMn9OB92MNN7zukfVA4s7KKAI0KfrrDsZ0yhi5uV4baBuLuN7n3vsZpwP8asPPcVwApxvjBQ==
5041
dependencies:
5142
"@ampproject/remapping" "^2.2.0"
52-
"@babel/code-frame" "^7.26.2"
53-
"@babel/generator" "^7.26.10"
54-
"@babel/helper-compilation-targets" "^7.26.5"
55-
"@babel/helper-module-transforms" "^7.26.0"
56-
"@babel/helpers" "^7.26.10"
57-
"@babel/parser" "^7.26.10"
58-
"@babel/template" "^7.26.9"
59-
"@babel/traverse" "^7.26.10"
60-
"@babel/types" "^7.26.10"
43+
"@babel/code-frame" "^7.27.1"
44+
"@babel/generator" "^7.27.1"
45+
"@babel/helper-compilation-targets" "^7.27.1"
46+
"@babel/helper-module-transforms" "^7.27.1"
47+
"@babel/helpers" "^7.27.1"
48+
"@babel/parser" "^7.27.1"
49+
"@babel/template" "^7.27.1"
50+
"@babel/traverse" "^7.27.1"
51+
"@babel/types" "^7.27.1"
6152
convert-source-map "^2.0.0"
6253
debug "^4.1.0"
6354
gensync "^1.0.0-beta.2"
6455
json5 "^2.2.3"
6556
semver "^6.3.1"
6657

67-
"@babel/generator@^7.26.10", "@babel/generator@^7.7.2":
68-
version "7.26.10"
69-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.26.10.tgz#a60d9de49caca16744e6340c3658dfef6138c3f7"
70-
integrity sha512-rRHT8siFIXQrAYOYqZQVsAr8vJ+cBNqcVAY6m5V8/4QqzaPl+zDBe6cLEPRDuNOUf3ww8RfJVlOyQMoSI+5Ang==
71-
dependencies:
72-
"@babel/parser" "^7.26.10"
73-
"@babel/types" "^7.26.10"
74-
"@jridgewell/gen-mapping" "^0.3.5"
75-
"@jridgewell/trace-mapping" "^0.3.25"
76-
jsesc "^3.0.2"
77-
78-
"@babel/generator@^7.27.1":
58+
"@babel/generator@^7.27.1", "@babel/generator@^7.7.2":
7959
version "7.27.1"
8060
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.27.1.tgz#862d4fad858f7208edd487c28b58144036b76230"
8161
integrity sha512-UnJfnIpc/+JO0/+KRVQNGU+y5taA5vCbwN8+azkX6beii/ZF+enZJSOKo11ZSzGJjlNfJHfQtmQT8H+9TXPG2w==
@@ -100,7 +80,7 @@
10080
dependencies:
10181
"@babel/types" "^7.27.1"
10282

103-
"@babel/helper-compilation-targets@^7.22.6", "@babel/helper-compilation-targets@^7.26.5", "@babel/helper-compilation-targets@^7.27.1", "@babel/helper-compilation-targets@^7.27.2":
83+
"@babel/helper-compilation-targets@^7.22.6", "@babel/helper-compilation-targets@^7.27.1", "@babel/helper-compilation-targets@^7.27.2":
10484
version "7.27.2"
10585
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.27.2.tgz#46a0f6efab808d51d29ce96858dd10ce8732733d"
10686
integrity sha512-2+1thGUUWWjLTYTHZWK1n8Yga0ijBz1XAhUXcKy81rd5g6yh7hGqMp45v7cadSbEHc9G3OTv45SyneRN3ps4DQ==
@@ -178,14 +158,6 @@
178158
dependencies:
179159
"@babel/types" "^7.14.5"
180160

181-
"@babel/helper-module-imports@^7.25.9":
182-
version "7.25.9"
183-
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.25.9.tgz#e7f8d20602ebdbf9ebbea0a0751fb0f2a4141715"
184-
integrity sha512-tnUA4RsrmflIM6W6RFTLFSXITtl0wKjgpnLgXyowocVPrbYrLUXSBXDgTs8BlbmIzIdlBySRQjINYs2BAkiLtw==
185-
dependencies:
186-
"@babel/traverse" "^7.25.9"
187-
"@babel/types" "^7.25.9"
188-
189161
"@babel/helper-module-imports@^7.27.1":
190162
version "7.27.1"
191163
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.27.1.tgz#7ef769a323e2655e126673bb6d2d6913bbead204"
@@ -194,15 +166,6 @@
194166
"@babel/traverse" "^7.27.1"
195167
"@babel/types" "^7.27.1"
196168

197-
"@babel/helper-module-transforms@^7.26.0":
198-
version "7.26.0"
199-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.26.0.tgz#8ce54ec9d592695e58d84cd884b7b5c6a2fdeeae"
200-
integrity sha512-xO+xu6B5K2czEnQye6BHA7DolFFmS3LB7stHZFaOLb1pAwO1HWLS8fXA+eh0A2yIvltPVmx3eNNDBJA2SLHXFw==
201-
dependencies:
202-
"@babel/helper-module-imports" "^7.25.9"
203-
"@babel/helper-validator-identifier" "^7.25.9"
204-
"@babel/traverse" "^7.25.9"
205-
206169
"@babel/helper-module-transforms@^7.27.1":
207170
version "7.27.1"
208171
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.27.1.tgz#e1663b8b71d2de948da5c4fb2a20ca4f3ec27a6f"
@@ -250,21 +213,11 @@
250213
"@babel/traverse" "^7.27.1"
251214
"@babel/types" "^7.27.1"
252215

253-
"@babel/helper-string-parser@^7.25.9":
254-
version "7.25.9"
255-
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.25.9.tgz#1aabb72ee72ed35789b4bbcad3ca2862ce614e8c"
256-
integrity sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA==
257-
258216
"@babel/helper-string-parser@^7.27.1":
259217
version "7.27.1"
260218
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz#54da796097ab19ce67ed9f88b47bb2ec49367687"
261219
integrity sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==
262220

263-
"@babel/helper-validator-identifier@^7.25.9":
264-
version "7.25.9"
265-
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz#24b64e2c3ec7cd3b3c547729b8d16871f22cbdc7"
266-
integrity sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ==
267-
268221
"@babel/helper-validator-identifier@^7.27.1":
269222
version "7.27.1"
270223
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.27.1.tgz#a7054dcc145a967dd4dc8fee845a57c1316c9df8"
@@ -284,22 +237,15 @@
284237
"@babel/traverse" "^7.27.1"
285238
"@babel/types" "^7.27.1"
286239

287-
"@babel/helpers@^7.26.10":
288-
version "7.26.10"
289-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.10.tgz#6baea3cd62ec2d0c1068778d63cb1314f6637384"
290-
integrity sha512-UPYc3SauzZ3JGgj87GgZ89JVdC5dj0AoetR5Bw6wj4niittNyFh6+eOGonYvJ1ao6B8lEa3Q3klS7ADZ53bc5g==
291-
dependencies:
292-
"@babel/template" "^7.26.9"
293-
"@babel/types" "^7.26.10"
294-
295-
"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.26.10", "@babel/parser@^7.26.9":
296-
version "7.26.10"
297-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.10.tgz#e9bdb82f14b97df6569b0b038edd436839c57749"
298-
integrity sha512-6aQR2zGE/QFi8JpDLjUZEPYOs7+mhKXm86VaKFiLP35JQwQb6bwUE+XbvkH0EptsYhbNBSUGaUBLKqxH1xSgsA==
240+
"@babel/helpers@^7.27.1":
241+
version "7.27.1"
242+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.1.tgz#ffc27013038607cdba3288e692c3611c06a18aa4"
243+
integrity sha512-FCvFTm0sWV8Fxhpp2McP5/W53GPllQ9QeQ7SiqGWjMf/LVG07lFa5+pgK05IRhVwtvafT22KF+ZSnM9I545CvQ==
299244
dependencies:
300-
"@babel/types" "^7.26.10"
245+
"@babel/template" "^7.27.1"
246+
"@babel/types" "^7.27.1"
301247

302-
"@babel/parser@^7.27.1":
248+
"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.27.1":
303249
version "7.27.1"
304250
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.27.1.tgz#c55d5bed74449d1223701f1869b9ee345cc94cc9"
305251
integrity sha512-I0dZ3ZpCrJ1c04OqlNsQcKiZlsrXf/kkE4FXzID9rIOYICsAbA8mMDzhW/luRNAHdCNt7os/u8wenklZDlUVUQ==
@@ -948,16 +894,7 @@
948894
dependencies:
949895
regenerator-runtime "^0.13.4"
950896

951-
"@babel/template@^7.26.9", "@babel/template@^7.3.3":
952-
version "7.26.9"
953-
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.26.9.tgz#4577ad3ddf43d194528cff4e1fa6b232fa609bb2"
954-
integrity sha512-qyRplbeIpNZhmzOysF/wFMuP9sctmh2cFzRAZOn1YapxBsE1i9bJIY586R/WBLfLcmcBlM8ROBiQURnnNy+zfA==
955-
dependencies:
956-
"@babel/code-frame" "^7.26.2"
957-
"@babel/parser" "^7.26.9"
958-
"@babel/types" "^7.26.9"
959-
960-
"@babel/template@^7.27.1":
897+
"@babel/template@^7.27.1", "@babel/template@^7.3.3":
961898
version "7.27.1"
962899
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.27.1.tgz#b9e4f55c17a92312774dfbdde1b3c01c547bbae2"
963900
integrity sha512-Fyo3ghWMqkHHpHQCoBs2VnYjR4iWFFjguTDEqA5WgZDOrFesVjMhMM2FSqTKSoUSDO1VQtavj8NFpdRBEvJTtg==
@@ -966,19 +903,6 @@
966903
"@babel/parser" "^7.27.1"
967904
"@babel/types" "^7.27.1"
968905

969-
"@babel/traverse@^7.25.9", "@babel/traverse@^7.26.10":
970-
version "7.26.10"
971-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.26.10.tgz#43cca33d76005dbaa93024fae536cc1946a4c380"
972-
integrity sha512-k8NuDrxr0WrPH5Aupqb2LCVURP/S0vBEn5mK6iH+GIYob66U5EtoZvcdudR2jQ4cmTwhEwW1DLB+Yyas9zjF6A==
973-
dependencies:
974-
"@babel/code-frame" "^7.26.2"
975-
"@babel/generator" "^7.26.10"
976-
"@babel/parser" "^7.26.10"
977-
"@babel/template" "^7.26.9"
978-
"@babel/types" "^7.26.10"
979-
debug "^4.3.1"
980-
globals "^11.1.0"
981-
982906
"@babel/traverse@^7.27.1":
983907
version "7.27.1"
984908
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.27.1.tgz#4db772902b133bbddd1c4f7a7ee47761c1b9f291"
@@ -992,15 +916,7 @@
992916
debug "^4.3.1"
993917
globals "^11.1.0"
994918

995-
"@babel/types@^7.0.0", "@babel/types@^7.14.5", "@babel/types@^7.18.6", "@babel/types@^7.25.9", "@babel/types@^7.26.10", "@babel/types@^7.26.9", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
996-
version "7.26.10"
997-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.10.tgz#396382f6335bd4feb65741eacfc808218f859259"
998-
integrity sha512-emqcG3vHrpxUKTrxcblR36dcrcoRDvKmnL/dCL6ZsHaShW80qxCAcNhzQZrpeM765VzEos+xOi4s+r4IXzTwdQ==
999-
dependencies:
1000-
"@babel/helper-string-parser" "^7.25.9"
1001-
"@babel/helper-validator-identifier" "^7.25.9"
1002-
1003-
"@babel/types@^7.27.1":
919+
"@babel/types@^7.0.0", "@babel/types@^7.14.5", "@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":
1004920
version "7.27.1"
1005921
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.27.1.tgz#9defc53c16fc899e46941fc6901a9eea1c9d8560"
1006922
integrity sha512-+EzkxvLNfiUeKMgy/3luqfsCWFRXLb7U6wNQTk60tovuckwB15B191tJWvpp4HjiQWdJkCxO3Wbvc6jlk3Xb2Q==

0 commit comments

Comments
 (0)