Skip to content

Commit 28f0ebf

Browse files
Bump @babel/core from 7.28.3 to 7.28.4 in the babel group
Bumps the babel group with 1 update: [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core). Updates `@babel/core` from 7.28.3 to 7.28.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.28.4/packages/babel-core) --- updated-dependencies: - dependency-name: "@babel/core" dependency-version: 7.28.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: babel ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 778b138 commit 28f0ebf

File tree

2 files changed

+38
-38
lines changed

2 files changed

+38
-38
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.28.3",
10+
"@babel/core": "^7.28.4",
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: 37 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,6 @@
22
# yarn lockfile v1
33

44

5-
"@ampproject/remapping@^2.2.0":
6-
version "2.3.0"
7-
resolved "https://registry.yarnpkg.com/@ampproject/remapping/-/remapping-2.3.0.tgz#ed441b6fa600072520ce18b43d2c8cc8caecc7f4"
8-
integrity sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==
9-
dependencies:
10-
"@jridgewell/gen-mapping" "^0.3.5"
11-
"@jridgewell/trace-mapping" "^0.3.24"
12-
135
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.27.1":
146
version "7.27.1"
157
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.27.1.tgz#200f715e66d52a23b221a9435534a91cc13ad5be"
@@ -24,21 +16,21 @@
2416
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.27.5.tgz#7d0658ec1a8420fc866d1df1b03bea0e79934c82"
2517
integrity sha512-KiRAp/VoJaWkkte84TvUd9qjdbZAdiqyvMxrGl1N6vzFogKmaLgoM3L1kgtLicp2HP5fBJS8JrZKLVIZGVJAVg==
2618

27-
"@babel/core@^7.15.0", "@babel/core@^7.28.3":
28-
version "7.28.3"
29-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.28.3.tgz#aceddde69c5d1def69b839d09efa3e3ff59c97cb"
30-
integrity sha512-yDBHV9kQNcr2/sUr9jghVyz9C3Y5G2zUM2H2lo+9mKv4sFgbA8s8Z9t8D1jiTkGoO/NoIfKMyKWr4s6CN23ZwQ==
19+
"@babel/core@^7.15.0", "@babel/core@^7.28.4":
20+
version "7.28.4"
21+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.28.4.tgz#12a550b8794452df4c8b084f95003bce1742d496"
22+
integrity sha512-2BCOP7TN8M+gVDj7/ht3hsaO/B/n5oDbiAyyvnRlNOs+u1o+JWNYTQrmpuNp1/Wq2gcFrI01JAW+paEKDMx/CA==
3123
dependencies:
32-
"@ampproject/remapping" "^2.2.0"
3324
"@babel/code-frame" "^7.27.1"
3425
"@babel/generator" "^7.28.3"
3526
"@babel/helper-compilation-targets" "^7.27.2"
3627
"@babel/helper-module-transforms" "^7.28.3"
37-
"@babel/helpers" "^7.28.3"
38-
"@babel/parser" "^7.28.3"
28+
"@babel/helpers" "^7.28.4"
29+
"@babel/parser" "^7.28.4"
3930
"@babel/template" "^7.27.2"
40-
"@babel/traverse" "^7.28.3"
41-
"@babel/types" "^7.28.2"
31+
"@babel/traverse" "^7.28.4"
32+
"@babel/types" "^7.28.4"
33+
"@jridgewell/remapping" "^2.3.5"
4234
convert-source-map "^2.0.0"
4335
debug "^4.1.0"
4436
gensync "^1.0.0-beta.2"
@@ -199,20 +191,20 @@
199191
"@babel/traverse" "^7.27.1"
200192
"@babel/types" "^7.27.1"
201193

202-
"@babel/helpers@^7.28.3":
203-
version "7.28.3"
204-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.28.3.tgz#b83156c0a2232c133d1b535dd5d3452119c7e441"
205-
integrity sha512-PTNtvUQihsAsDHMOP5pfobP8C6CM4JWXmP8DrEIt46c3r2bf87Ua1zoqevsMo9g+tWDwgWrFP5EIxuBx5RudAw==
194+
"@babel/helpers@^7.28.4":
195+
version "7.28.4"
196+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.28.4.tgz#fe07274742e95bdf7cf1443593eeb8926ab63827"
197+
integrity sha512-HFN59MmQXGHVyYadKLVumYsA9dBFun/ldYxipEjzA4196jpLZd8UjEEBLkbEkvfYreDqJhZxYAWFPtrfhNpj4w==
206198
dependencies:
207199
"@babel/template" "^7.27.2"
208-
"@babel/types" "^7.28.2"
200+
"@babel/types" "^7.28.4"
209201

210-
"@babel/parser@^7.27.2", "@babel/parser@^7.28.3":
211-
version "7.28.3"
212-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.28.3.tgz#d2d25b814621bca5fe9d172bc93792547e7a2a71"
213-
integrity sha512-7+Ey1mAgYqFAx2h0RuoxcQT5+MlG3GTV0TQrgr7/ZliKsm/MNDxVVutlWaziMq7wJNAz8MTqz55XLpWvva6StA==
202+
"@babel/parser@^7.27.2", "@babel/parser@^7.28.3", "@babel/parser@^7.28.4":
203+
version "7.28.4"
204+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.28.4.tgz#da25d4643532890932cc03f7705fe19637e03fa8"
205+
integrity sha512-yZbBqeM6TkpP9du/I2pUZnJsRMGGvOuIrhjzC1AwHwW+6he4mni6Bp/m8ijn0iOuZuPI2BfkCoSRunpyjnrQKg==
214206
dependencies:
215-
"@babel/types" "^7.28.2"
207+
"@babel/types" "^7.28.4"
216208

217209
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.27.1":
218210
version "7.27.1"
@@ -835,23 +827,23 @@
835827
"@babel/parser" "^7.27.2"
836828
"@babel/types" "^7.27.1"
837829

838-
"@babel/traverse@^7.27.1", "@babel/traverse@^7.28.3":
839-
version "7.28.3"
840-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.28.3.tgz#6911a10795d2cce43ec6a28cffc440cca2593434"
841-
integrity sha512-7w4kZYHneL3A6NP2nxzHvT3HCZ7puDZZjFMqDpBPECub79sTtSO5CGXDkKrTQq8ksAwfD/XI2MRFX23njdDaIQ==
830+
"@babel/traverse@^7.27.1", "@babel/traverse@^7.28.3", "@babel/traverse@^7.28.4":
831+
version "7.28.4"
832+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.28.4.tgz#8d456101b96ab175d487249f60680221692b958b"
833+
integrity sha512-YEzuboP2qvQavAcjgQNVgsvHIDv6ZpwXvcvjmyySP2DIMuByS/6ioU5G9pYrWHM6T2YDfc7xga9iNzYOs12CFQ==
842834
dependencies:
843835
"@babel/code-frame" "^7.27.1"
844836
"@babel/generator" "^7.28.3"
845837
"@babel/helper-globals" "^7.28.0"
846-
"@babel/parser" "^7.28.3"
838+
"@babel/parser" "^7.28.4"
847839
"@babel/template" "^7.27.2"
848-
"@babel/types" "^7.28.2"
840+
"@babel/types" "^7.28.4"
849841
debug "^4.3.1"
850842

851-
"@babel/types@^7.27.1", "@babel/types@^7.27.3", "@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==
843+
"@babel/types@^7.27.1", "@babel/types@^7.27.3", "@babel/types@^7.28.2", "@babel/types@^7.28.4", "@babel/types@^7.4.4":
844+
version "7.28.4"
845+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.28.4.tgz#0a4e618f4c60a7cd6c11cb2d48060e4dbe38ac3a"
846+
integrity sha512-bkFqkLhh3pMBUQQkpVgWDWq/lqzc2678eUyDlTBhRqhCHFguYYGM0Efga7tYk4TogG/3x0EEl66/OQ+WGbWB/Q==
855847
dependencies:
856848
"@babel/helper-string-parser" "^7.27.1"
857849
"@babel/helper-validator-identifier" "^7.27.1"
@@ -952,6 +944,14 @@
952944
"@jridgewell/sourcemap-codec" "^1.4.10"
953945
"@jridgewell/trace-mapping" "^0.3.24"
954946

947+
"@jridgewell/remapping@^2.3.5":
948+
version "2.3.5"
949+
resolved "https://registry.yarnpkg.com/@jridgewell/remapping/-/remapping-2.3.5.tgz#375c476d1972947851ba1e15ae8f123047445aa1"
950+
integrity sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==
951+
dependencies:
952+
"@jridgewell/gen-mapping" "^0.3.5"
953+
"@jridgewell/trace-mapping" "^0.3.24"
954+
955955
"@jridgewell/resolve-uri@^3.1.0":
956956
version "3.1.2"
957957
resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz#7a0ee601f60f99a20c7c7c5ff0c80388c1189bd6"

0 commit comments

Comments
 (0)