Skip to content

Commit ac84c9b

Browse files
authored
Merge pull request #1187 from diowa/dependabot/npm_and_yarn/babel-63ff7120ed
Bump @babel/core from 7.27.4 to 7.27.7 in the babel group
2 parents 9d98aad + 2305fd5 commit ac84c9b

File tree

2 files changed

+66
-40
lines changed

2 files changed

+66
-40
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"yarn": "^1.15.2"
88
},
99
"dependencies": {
10-
"@babel/core": "^7.27.4",
10+
"@babel/core": "^7.28.0",
1111
"@babel/plugin-proposal-private-methods": "^7.18.6",
1212
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
1313
"@fortawesome/fontawesome-svg-core": "^7.0.0",

yarn.lock

Lines changed: 65 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -24,36 +24,36 @@
2424
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.27.5.tgz#7d0658ec1a8420fc866d1df1b03bea0e79934c82"
2525
integrity sha512-KiRAp/VoJaWkkte84TvUd9qjdbZAdiqyvMxrGl1N6vzFogKmaLgoM3L1kgtLicp2HP5fBJS8JrZKLVIZGVJAVg==
2626

27-
"@babel/core@^7.15.0", "@babel/core@^7.27.4":
28-
version "7.27.4"
29-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.27.4.tgz#cc1fc55d0ce140a1828d1dd2a2eba285adbfb3ce"
30-
integrity sha512-bXYxrXFubeYdvB0NhD/NBB3Qi6aZeV20GOWVI47t2dkecCEoneR4NPVcb7abpXDEvejgrUfFtG6vG/zxAKmg+g==
27+
"@babel/core@^7.15.0", "@babel/core@^7.28.0":
28+
version "7.28.0"
29+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.28.0.tgz#55dad808d5bf3445a108eefc88ea3fdf034749a4"
30+
integrity sha512-UlLAnTPrFdNGoFtbSXwcGFQBtQZJCNjaN6hQNP3UPvuNXT1i82N26KL3dZeIpNalWywr9IuQuncaAfUaS1g6sQ==
3131
dependencies:
3232
"@ampproject/remapping" "^2.2.0"
3333
"@babel/code-frame" "^7.27.1"
34-
"@babel/generator" "^7.27.3"
34+
"@babel/generator" "^7.28.0"
3535
"@babel/helper-compilation-targets" "^7.27.2"
3636
"@babel/helper-module-transforms" "^7.27.3"
37-
"@babel/helpers" "^7.27.4"
38-
"@babel/parser" "^7.27.4"
37+
"@babel/helpers" "^7.27.6"
38+
"@babel/parser" "^7.28.0"
3939
"@babel/template" "^7.27.2"
40-
"@babel/traverse" "^7.27.4"
41-
"@babel/types" "^7.27.3"
40+
"@babel/traverse" "^7.28.0"
41+
"@babel/types" "^7.28.0"
4242
convert-source-map "^2.0.0"
4343
debug "^4.1.0"
4444
gensync "^1.0.0-beta.2"
4545
json5 "^2.2.3"
4646
semver "^6.3.1"
4747

48-
"@babel/generator@^7.27.3":
49-
version "7.27.5"
50-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.27.5.tgz#3eb01866b345ba261b04911020cbe22dd4be8c8c"
51-
integrity sha512-ZGhA37l0e/g2s1Cnzdix0O3aLYm66eF8aufiVteOgnwxgnRP8GoyMj7VWsgWnQbVKXyge7hqrFh2K2TQM6t1Hw==
48+
"@babel/generator@^7.28.0":
49+
version "7.28.0"
50+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.28.0.tgz#9cc2f7bd6eb054d77dc66c2664148a0c5118acd2"
51+
integrity sha512-lJjzvrbEeWrhB4P3QBsH7tey117PjLZnDbLiQEKjQ/fNJTjuq4HSqgFA+UNSwZT8D7dxxbnuSBMsa1lrWzKlQg==
5252
dependencies:
53-
"@babel/parser" "^7.27.5"
54-
"@babel/types" "^7.27.3"
55-
"@jridgewell/gen-mapping" "^0.3.5"
56-
"@jridgewell/trace-mapping" "^0.3.25"
53+
"@babel/parser" "^7.28.0"
54+
"@babel/types" "^7.28.0"
55+
"@jridgewell/gen-mapping" "^0.3.12"
56+
"@jridgewell/trace-mapping" "^0.3.28"
5757
jsesc "^3.0.2"
5858

5959
"@babel/helper-annotate-as-pure@^7.18.6", "@babel/helper-annotate-as-pure@^7.27.1":
@@ -107,6 +107,11 @@
107107
lodash.debounce "^4.0.8"
108108
resolve "^1.14.2"
109109

110+
"@babel/helper-globals@^7.28.0":
111+
version "7.28.0"
112+
resolved "https://registry.yarnpkg.com/@babel/helper-globals/-/helper-globals-7.28.0.tgz#b9430df2aa4e17bc28665eadeae8aa1d985e6674"
113+
integrity sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw==
114+
110115
"@babel/helper-member-expression-to-functions@^7.27.1":
111116
version "7.27.1"
112117
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.27.1.tgz#ea1211276be93e798ce19037da6f06fbb994fa44"
@@ -194,20 +199,20 @@
194199
"@babel/traverse" "^7.27.1"
195200
"@babel/types" "^7.27.1"
196201

197-
"@babel/helpers@^7.27.4":
198-
version "7.27.6"
199-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.6.tgz#6456fed15b2cb669d2d1fabe84b66b34991d812c"
200-
integrity sha512-muE8Tt8M22638HU31A3CgfSUciwz1fhATfoVai05aPXGor//CdWDCbnlY1yvBPo07njuVOCNGCSp/GTt12lIug==
202+
"@babel/helpers@^7.27.6":
203+
version "7.28.2"
204+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.28.2.tgz#80f0918fecbfebea9af856c419763230040ee850"
205+
integrity sha512-/V9771t+EgXz62aCcyofnQhGM8DQACbRhvzKFsXKC9QM+5MadF8ZmIm0crDMaz3+o0h0zXfJnd4EhbYbxsrcFw==
201206
dependencies:
202207
"@babel/template" "^7.27.2"
203-
"@babel/types" "^7.27.6"
208+
"@babel/types" "^7.28.2"
204209

205-
"@babel/parser@^7.27.2", "@babel/parser@^7.27.4", "@babel/parser@^7.27.5":
206-
version "7.27.5"
207-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.27.5.tgz#ed22f871f110aa285a6fd934a0efed621d118826"
208-
integrity sha512-OsQd175SxWkGlzbny8J3K8TnnDD0N3lrIUtB92xwyRpzaenGZhxDvxN/JgU00U3CDZNj9tPuDJ5H0WS4Nt3vKg==
210+
"@babel/parser@^7.27.2", "@babel/parser@^7.28.0":
211+
version "7.28.0"
212+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.28.0.tgz#979829fbab51a29e13901e5a80713dbcb840825e"
213+
integrity sha512-jVZGvOxOuNSsuQuLRTh13nU0AogFlw32w/MT+LV6D3sP5WdbW61E77RnkbaO2dUvmPAYrBDJXGn5gGS6tH4j8g==
209214
dependencies:
210-
"@babel/types" "^7.27.3"
215+
"@babel/types" "^7.28.0"
211216

212217
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.27.1":
213218
version "7.27.1"
@@ -830,23 +835,23 @@
830835
"@babel/parser" "^7.27.2"
831836
"@babel/types" "^7.27.1"
832837

833-
"@babel/traverse@^7.27.1", "@babel/traverse@^7.27.3", "@babel/traverse@^7.27.4":
834-
version "7.27.4"
835-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.27.4.tgz#b0045ac7023c8472c3d35effd7cc9ebd638da6ea"
836-
integrity sha512-oNcu2QbHqts9BtOWJosOVJapWjBDSxGCpFvikNR5TGDYDQf3JwpIoMzIKrvfoti93cLfPJEG4tH9SPVeyCGgdA==
838+
"@babel/traverse@^7.27.1", "@babel/traverse@^7.27.3", "@babel/traverse@^7.28.0":
839+
version "7.28.0"
840+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.28.0.tgz#518aa113359b062042379e333db18380b537e34b"
841+
integrity sha512-mGe7UK5wWyh0bKRfupsUchrQGqvDbZDbKJw+kcRGSmdHVYrv+ltd0pnpDTVpiTqnaBru9iEvA8pz8W46v0Amwg==
837842
dependencies:
838843
"@babel/code-frame" "^7.27.1"
839-
"@babel/generator" "^7.27.3"
840-
"@babel/parser" "^7.27.4"
844+
"@babel/generator" "^7.28.0"
845+
"@babel/helper-globals" "^7.28.0"
846+
"@babel/parser" "^7.28.0"
841847
"@babel/template" "^7.27.2"
842-
"@babel/types" "^7.27.3"
848+
"@babel/types" "^7.28.0"
843849
debug "^4.3.1"
844-
globals "^11.1.0"
845850

846-
"@babel/types@^7.27.1", "@babel/types@^7.27.3", "@babel/types@^7.27.6", "@babel/types@^7.4.4":
847-
version "7.27.6"
848-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.27.6.tgz#a434ca7add514d4e646c80f7375c0aa2befc5535"
849-
integrity sha512-ETyHEk2VHHvl9b9jZP5IHPavHYk57EhanlRRuae9XCpb/j5bDCbPPMOBfCWhnl/7EDJz0jEMCi/RhccCE8r1+Q==
851+
"@babel/types@^7.27.1", "@babel/types@^7.27.3", "@babel/types@^7.28.0", "@babel/types@^7.28.2", "@babel/types@^7.4.4":
852+
version "7.28.2"
853+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.28.2.tgz#da9db0856a9a88e0a13b019881d7513588cf712b"
854+
integrity sha512-ruv7Ae4J5dUYULmeXw1gmb7rYRz57OWCPM57pHojnLq/3Z1CK2lNSLTCVjxVk1F/TZHwOZZrOWi0ur95BbLxNQ==
850855
dependencies:
851856
"@babel/helper-string-parser" "^7.27.1"
852857
"@babel/helper-validator-identifier" "^7.27.1"
@@ -930,6 +935,14 @@
930935
resolved "https://registry.yarnpkg.com/@gar/promisify/-/promisify-1.1.3.tgz#555193ab2e3bb3b6adc3d551c9c030d9e860daf6"
931936
integrity sha512-k2Ty1JcVojjJFwrg/ThKi2ujJ7XNLYaFGNB/bWT9wGR+oSMJHMa5w+CUq6p/pVrKeNNgA7pCqEcjSnHVoqJQFw==
932937

938+
"@jridgewell/gen-mapping@^0.3.12":
939+
version "0.3.12"
940+
resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.12.tgz#2234ce26c62889f03db3d7fea43c1932ab3e927b"
941+
integrity sha512-OuLGC46TjB5BbN1dH8JULVVZY4WTdkF7tV9Ys6wLL1rubZnCMstOhNHueU5bLCrnRuDhKPDM4g6sw4Bel5Gzqg==
942+
dependencies:
943+
"@jridgewell/sourcemap-codec" "^1.5.0"
944+
"@jridgewell/trace-mapping" "^0.3.24"
945+
933946
"@jridgewell/gen-mapping@^0.3.5":
934947
version "0.3.8"
935948
resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.8.tgz#4f0e06362e01362f823d348f1872b08f666d8142"
@@ -962,6 +975,11 @@
962975
resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.0.tgz#3188bcb273a414b0d215fd22a58540b989b9409a"
963976
integrity sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==
964977

978+
"@jridgewell/sourcemap-codec@^1.5.0":
979+
version "1.5.4"
980+
resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.4.tgz#7358043433b2e5da569aa02cbc4c121da3af27d7"
981+
integrity sha512-VT2+G1VQs/9oz078bLrYbecdZKs912zQlkelYpuf+SXF+QvZDYJlbx/LSx+meSAwdDFnF8FVXW92AVjjkVmgFw==
982+
965983
"@jridgewell/trace-mapping@^0.3.24", "@jridgewell/trace-mapping@^0.3.25":
966984
version "0.3.25"
967985
resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz#15f190e98895f3fc23276ee14bc76b675c2e50f0"
@@ -970,6 +988,14 @@
970988
"@jridgewell/resolve-uri" "^3.1.0"
971989
"@jridgewell/sourcemap-codec" "^1.4.14"
972990

991+
"@jridgewell/trace-mapping@^0.3.28":
992+
version "0.3.29"
993+
resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.29.tgz#a58d31eaadaf92c6695680b2e1d464a9b8fbf7fc"
994+
integrity sha512-uw6guiW/gcAGPDhLmd77/6lW8QLeiV5RUTsAX46Db6oLhGaVj4lhnPwb184s1bkc8kdVg/+h988dro8GRDpmYQ==
995+
dependencies:
996+
"@jridgewell/resolve-uri" "^3.1.0"
997+
"@jridgewell/sourcemap-codec" "^1.4.14"
998+
973999
"@nodelib/fs.scandir@2.1.5":
9741000
version "2.1.5"
9751001
resolved "https://registry.yarnpkg.com/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz#7619c2eb21b25483f6d167548b4cfd5a7488c3d5"

0 commit comments

Comments
 (0)