Skip to content

Commit 3b58061

Browse files
chore(deps)(deps-dev): bump @babel/core from 7.28.4 to 7.28.5
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.28.4 to 7.28.5. - [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.5/packages/babel-core) --- updated-dependencies: - dependency-name: "@babel/core" dependency-version: 7.28.5 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a68c04c commit 3b58061

File tree

2 files changed

+13
-52
lines changed

2 files changed

+13
-52
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"singleQuote": true
3434
},
3535
"devDependencies": {
36-
"@babel/core": "^7.28.4",
36+
"@babel/core": "^7.28.5",
3737
"@babel/eslint-parser": "^7.28.4",
3838
"@babel/preset-env": "^7.28.5",
3939
"@eslint/eslintrc": "^3.3.1",

yarn.lock

Lines changed: 12 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -27,20 +27,20 @@
2727
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.28.5.tgz#a8a4962e1567121ac0b3b487f52107443b455c7f"
2828
integrity sha512-6uFXyCayocRbqhZOB+6XcuZbkMNimwfVGFji8CTZnCzOHVGvDqzvitu1re2AU5LROliz7eQPhB8CpAMvnx9EjA==
2929

30-
"@babel/core@^7.23.9", "@babel/core@^7.27.4", "@babel/core@^7.28.4":
31-
version "7.28.4"
32-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.28.4.tgz#12a550b8794452df4c8b084f95003bce1742d496"
33-
integrity sha512-2BCOP7TN8M+gVDj7/ht3hsaO/B/n5oDbiAyyvnRlNOs+u1o+JWNYTQrmpuNp1/Wq2gcFrI01JAW+paEKDMx/CA==
30+
"@babel/core@^7.23.9", "@babel/core@^7.27.4", "@babel/core@^7.28.5":
31+
version "7.28.5"
32+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.28.5.tgz#4c81b35e51e1b734f510c99b07dfbc7bbbb48f7e"
33+
integrity sha512-e7jT4DxYvIDLk1ZHmU/m/mB19rex9sv0c2ftBtjSBv+kVM/902eh0fINUzD7UwLLNR+jU585GxUJ8/EBfAM5fw==
3434
dependencies:
3535
"@babel/code-frame" "^7.27.1"
36-
"@babel/generator" "^7.28.3"
36+
"@babel/generator" "^7.28.5"
3737
"@babel/helper-compilation-targets" "^7.27.2"
3838
"@babel/helper-module-transforms" "^7.28.3"
3939
"@babel/helpers" "^7.28.4"
40-
"@babel/parser" "^7.28.4"
40+
"@babel/parser" "^7.28.5"
4141
"@babel/template" "^7.27.2"
42-
"@babel/traverse" "^7.28.4"
43-
"@babel/types" "^7.28.4"
42+
"@babel/traverse" "^7.28.5"
43+
"@babel/types" "^7.28.5"
4444
"@jridgewell/remapping" "^2.3.5"
4545
convert-source-map "^2.0.0"
4646
debug "^4.1.0"
@@ -57,18 +57,7 @@
5757
eslint-visitor-keys "^2.1.0"
5858
semver "^6.3.1"
5959

60-
"@babel/generator@^7.27.5", "@babel/generator@^7.28.3":
61-
version "7.28.3"
62-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.28.3.tgz#9626c1741c650cbac39121694a0f2d7451b8ef3e"
63-
integrity sha512-3lSpxGgvnmZznmBkCRnVREPUFJv2wrv9iAoFDvADJc0ypmdOxdUtcLeBgBJ6zE0PMeTKnxeQzyk0xTBq4Ep7zw==
64-
dependencies:
65-
"@babel/parser" "^7.28.3"
66-
"@babel/types" "^7.28.2"
67-
"@jridgewell/gen-mapping" "^0.3.12"
68-
"@jridgewell/trace-mapping" "^0.3.28"
69-
jsesc "^3.0.2"
70-
71-
"@babel/generator@^7.28.5":
60+
"@babel/generator@^7.27.5", "@babel/generator@^7.28.5":
7261
version "7.28.5"
7362
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.28.5.tgz#712722d5e50f44d07bc7ac9fe84438742dd61298"
7463
integrity sha512-3EwLFhZ38J4VyIP6WNtt2kUdW9dokXA9Cr4IVIFHuCpZ3H8/YFOl5JjZHisrn1fATPBmKKqXzDFvh9fUwHz6CQ==
@@ -235,14 +224,7 @@
235224
"@babel/template" "^7.27.2"
236225
"@babel/types" "^7.28.4"
237226

238-
"@babel/parser@^7.1.0", "@babel/parser@^7.20.7", "@babel/parser@^7.23.9", "@babel/parser@^7.27.2", "@babel/parser@^7.28.3", "@babel/parser@^7.28.4":
239-
version "7.28.4"
240-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.28.4.tgz#da25d4643532890932cc03f7705fe19637e03fa8"
241-
integrity sha512-yZbBqeM6TkpP9du/I2pUZnJsRMGGvOuIrhjzC1AwHwW+6he4mni6Bp/m8ijn0iOuZuPI2BfkCoSRunpyjnrQKg==
242-
dependencies:
243-
"@babel/types" "^7.28.4"
244-
245-
"@babel/parser@^7.28.5":
227+
"@babel/parser@^7.1.0", "@babel/parser@^7.20.7", "@babel/parser@^7.23.9", "@babel/parser@^7.27.2", "@babel/parser@^7.28.5":
246228
version "7.28.5"
247229
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.28.5.tgz#0b0225ee90362f030efd644e8034c99468893b08"
248230
integrity sha512-KKBU1VGYR7ORr3At5HAtUQ+TV3SzRCXmA/8OdDZiLDBIZxVyzXuztPjfLd3BV1PRAQGCMWWSHYhL0F8d5uHBDQ==
@@ -923,20 +905,7 @@
923905
"@babel/parser" "^7.27.2"
924906
"@babel/types" "^7.27.1"
925907

926-
"@babel/traverse@^7.27.1", "@babel/traverse@^7.28.0", "@babel/traverse@^7.28.3", "@babel/traverse@^7.28.4":
927-
version "7.28.4"
928-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.28.4.tgz#8d456101b96ab175d487249f60680221692b958b"
929-
integrity sha512-YEzuboP2qvQavAcjgQNVgsvHIDv6ZpwXvcvjmyySP2DIMuByS/6ioU5G9pYrWHM6T2YDfc7xga9iNzYOs12CFQ==
930-
dependencies:
931-
"@babel/code-frame" "^7.27.1"
932-
"@babel/generator" "^7.28.3"
933-
"@babel/helper-globals" "^7.28.0"
934-
"@babel/parser" "^7.28.4"
935-
"@babel/template" "^7.27.2"
936-
"@babel/types" "^7.28.4"
937-
debug "^4.3.1"
938-
939-
"@babel/traverse@^7.28.5":
908+
"@babel/traverse@^7.27.1", "@babel/traverse@^7.28.0", "@babel/traverse@^7.28.3", "@babel/traverse@^7.28.4", "@babel/traverse@^7.28.5":
940909
version "7.28.5"
941910
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.28.5.tgz#450cab9135d21a7a2ca9d2d35aa05c20e68c360b"
942911
integrity sha512-TCCj4t55U90khlYkVV/0TfkJkAkUg3jZFA3Neb7unZT8CPok7iiRfaX0F+WnqWqt7OxhOn0uBKXCw4lbL8W0aQ==
@@ -949,15 +918,7 @@
949918
"@babel/types" "^7.28.5"
950919
debug "^4.3.1"
951920

952-
"@babel/types@^7.0.0", "@babel/types@^7.20.7", "@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":
953-
version "7.28.4"
954-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.28.4.tgz#0a4e618f4c60a7cd6c11cb2d48060e4dbe38ac3a"
955-
integrity sha512-bkFqkLhh3pMBUQQkpVgWDWq/lqzc2678eUyDlTBhRqhCHFguYYGM0Efga7tYk4TogG/3x0EEl66/OQ+WGbWB/Q==
956-
dependencies:
957-
"@babel/helper-string-parser" "^7.27.1"
958-
"@babel/helper-validator-identifier" "^7.27.1"
959-
960-
"@babel/types@^7.28.5":
921+
"@babel/types@^7.0.0", "@babel/types@^7.20.7", "@babel/types@^7.27.1", "@babel/types@^7.27.3", "@babel/types@^7.28.2", "@babel/types@^7.28.4", "@babel/types@^7.28.5", "@babel/types@^7.4.4":
961922
version "7.28.5"
962923
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.28.5.tgz#10fc405f60897c35f07e85493c932c7b5ca0592b"
963924
integrity sha512-qQ5m48eI/MFLQ5PxQj4PFaprjyCTLI37ElWMmNs0K8Lk3dVeOdNpB3ks8jc7yM5CDmVC73eMVk/trk3fgmrUpA==

0 commit comments

Comments
 (0)