Skip to content

Commit a31d73f

Browse files
⬆️ deps: Upgrade dependency @babel/core to v7.27.7.
1 parent 2f2341b commit a31d73f

File tree

2 files changed

+55
-16
lines changed

2 files changed

+55
-16
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
},
7676
"dependencies": {},
7777
"devDependencies": {
78-
"@babel/core": "7.27.4",
78+
"@babel/core": "7.27.7",
7979
"@babel/preset-env": "7.27.2",
8080
"@commitlint/cli": "19.2.1",
8181
"@js-library/commitlint-config": "0.0.4",

yarn.lock

Lines changed: 54 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -42,21 +42,21 @@
4242
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.27.3.tgz#cc49c2ac222d69b889bf34c795f537c0c6311111"
4343
integrity sha512-V42wFfx1ymFte+ecf6iXghnnP8kWTO+ZLXIyZq+1LAXHHvTZdVxicn4yiVYdYMGaCO3tmqub11AorKkv+iodqw==
4444

45-
"@babel/core@7.27.4":
46-
version "7.27.4"
47-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.27.4.tgz#cc1fc55d0ce140a1828d1dd2a2eba285adbfb3ce"
48-
integrity sha512-bXYxrXFubeYdvB0NhD/NBB3Qi6aZeV20GOWVI47t2dkecCEoneR4NPVcb7abpXDEvejgrUfFtG6vG/zxAKmg+g==
45+
"@babel/core@7.27.7":
46+
version "7.27.7"
47+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.27.7.tgz#0ddeab1e7b17317dad8c3c3a887716f66b5c4428"
48+
integrity sha512-BU2f9tlKQ5CAthiMIgpzAh4eDTLWo1mqi9jqE2OxMG0E/OM199VJt2q8BztTxpnSW0i1ymdwLXRJnYzvDM5r2w==
4949
dependencies:
5050
"@ampproject/remapping" "^2.2.0"
5151
"@babel/code-frame" "^7.27.1"
52-
"@babel/generator" "^7.27.3"
52+
"@babel/generator" "^7.27.5"
5353
"@babel/helper-compilation-targets" "^7.27.2"
5454
"@babel/helper-module-transforms" "^7.27.3"
55-
"@babel/helpers" "^7.27.4"
56-
"@babel/parser" "^7.27.4"
55+
"@babel/helpers" "^7.27.6"
56+
"@babel/parser" "^7.27.7"
5757
"@babel/template" "^7.27.2"
58-
"@babel/traverse" "^7.27.4"
59-
"@babel/types" "^7.27.3"
58+
"@babel/traverse" "^7.27.7"
59+
"@babel/types" "^7.27.7"
6060
convert-source-map "^2.0.0"
6161
debug "^4.1.0"
6262
gensync "^1.0.0-beta.2"
@@ -105,6 +105,17 @@
105105
"@jridgewell/trace-mapping" "^0.3.25"
106106
jsesc "^3.0.2"
107107

108+
"@babel/generator@^7.27.5":
109+
version "7.27.5"
110+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.27.5.tgz#3eb01866b345ba261b04911020cbe22dd4be8c8c"
111+
integrity sha512-ZGhA37l0e/g2s1Cnzdix0O3aLYm66eF8aufiVteOgnwxgnRP8GoyMj7VWsgWnQbVKXyge7hqrFh2K2TQM6t1Hw==
112+
dependencies:
113+
"@babel/parser" "^7.27.5"
114+
"@babel/types" "^7.27.3"
115+
"@jridgewell/gen-mapping" "^0.3.5"
116+
"@jridgewell/trace-mapping" "^0.3.25"
117+
jsesc "^3.0.2"
118+
108119
"@babel/helper-annotate-as-pure@^7.22.5":
109120
version "7.22.5"
110121
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.22.5.tgz#e7f06737b197d580a01edf75d97e2c8be99d3882"
@@ -443,13 +454,13 @@
443454
"@babel/traverse" "^7.23.9"
444455
"@babel/types" "^7.23.9"
445456

446-
"@babel/helpers@^7.27.4":
447-
version "7.27.4"
448-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.4.tgz#c79050c6a0e41e095bfc96d469c85431e9ed7fe7"
449-
integrity sha512-Y+bO6U+I7ZKaM5G5rDUZiYfUvQPUibYmAFe7EnKdnKBbVXDZxvp+MWOH5gYciY0EPk4EScsuFMQBbEfpdRKSCQ==
457+
"@babel/helpers@^7.27.6":
458+
version "7.27.6"
459+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.6.tgz#6456fed15b2cb669d2d1fabe84b66b34991d812c"
460+
integrity sha512-muE8Tt8M22638HU31A3CgfSUciwz1fhATfoVai05aPXGor//CdWDCbnlY1yvBPo07njuVOCNGCSp/GTt12lIug==
450461
dependencies:
451462
"@babel/template" "^7.27.2"
452-
"@babel/types" "^7.27.3"
463+
"@babel/types" "^7.27.6"
453464

454465
"@babel/highlight@^7.23.4":
455466
version "7.23.4"
@@ -472,6 +483,13 @@
472483
dependencies:
473484
"@babel/types" "^7.27.3"
474485

486+
"@babel/parser@^7.27.5", "@babel/parser@^7.27.7":
487+
version "7.27.7"
488+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.27.7.tgz#1687f5294b45039c159730e3b9c1f1b242e425e9"
489+
integrity sha512-qnzXzDXdr/po3bOTbTIQZ7+TxNKxpkN5IifVLXS+r7qwynkZfPyjZfE7hCXbo7IoO9TNcSyibgONsf2HauUd3Q==
490+
dependencies:
491+
"@babel/types" "^7.27.7"
492+
475493
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.27.1":
476494
version "7.27.1"
477495
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.27.1.tgz#61dd8a8e61f7eb568268d1b5f129da3eee364bf9"
@@ -1756,7 +1774,7 @@
17561774
debug "^4.3.1"
17571775
globals "^11.1.0"
17581776

1759-
"@babel/traverse@^7.27.1", "@babel/traverse@^7.27.3", "@babel/traverse@^7.27.4":
1777+
"@babel/traverse@^7.27.1", "@babel/traverse@^7.27.3":
17601778
version "7.27.4"
17611779
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.27.4.tgz#b0045ac7023c8472c3d35effd7cc9ebd638da6ea"
17621780
integrity sha512-oNcu2QbHqts9BtOWJosOVJapWjBDSxGCpFvikNR5TGDYDQf3JwpIoMzIKrvfoti93cLfPJEG4tH9SPVeyCGgdA==
@@ -1769,6 +1787,19 @@
17691787
debug "^4.3.1"
17701788
globals "^11.1.0"
17711789

1790+
"@babel/traverse@^7.27.7":
1791+
version "7.27.7"
1792+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.27.7.tgz#8355c39be6818362eace058cf7f3e25ac2ec3b55"
1793+
integrity sha512-X6ZlfR/O/s5EQ/SnUSLzr+6kGnkg8HXGMzpgsMsrJVcfDtH1vIp6ctCN4eZ1LS5c0+te5Cb6Y514fASjMRJ1nw==
1794+
dependencies:
1795+
"@babel/code-frame" "^7.27.1"
1796+
"@babel/generator" "^7.27.5"
1797+
"@babel/parser" "^7.27.7"
1798+
"@babel/template" "^7.27.2"
1799+
"@babel/types" "^7.27.7"
1800+
debug "^4.3.1"
1801+
globals "^11.1.0"
1802+
17721803
"@babel/types@^7.22.15", "@babel/types@^7.22.19", "@babel/types@^7.22.5", "@babel/types@^7.23.0", "@babel/types@^7.23.4", "@babel/types@^7.23.6", "@babel/types@^7.23.9", "@babel/types@^7.4.4":
17731804
version "7.23.9"
17741805
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.9.tgz#1dd7b59a9a2b5c87f8b41e52770b5ecbf492e002"
@@ -1786,6 +1817,14 @@
17861817
"@babel/helper-string-parser" "^7.27.1"
17871818
"@babel/helper-validator-identifier" "^7.27.1"
17881819

1820+
"@babel/types@^7.27.6", "@babel/types@^7.27.7":
1821+
version "7.27.7"
1822+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.27.7.tgz#40eabd562049b2ee1a205fa589e629f945dce20f"
1823+
integrity sha512-8OLQgDScAOHXnAz2cV+RfzzNMipuLVBz2biuAJFMV9bfkNf393je3VM8CLkjQodW5+iWsSJdSgSWT6rsZoXHPw==
1824+
dependencies:
1825+
"@babel/helper-string-parser" "^7.27.1"
1826+
"@babel/helper-validator-identifier" "^7.27.1"
1827+
17891828
"@bcoe/v8-coverage@^0.2.3":
17901829
version "0.2.3"
17911830
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"

0 commit comments

Comments
 (0)