Skip to content

Commit 94dd2fb

Browse files
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:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4cd8479 commit 94dd2fb

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
},
3131
"homepage": "https://github.com/DMPRoadmap/roadmap#readme",
3232
"dependencies": {
33-
"@babel/core": "7.28.4",
33+
"@babel/core": "7.28.5",
3434
"@babel/plugin-syntax-dynamic-import": "7.8.3",
3535
"@babel/plugin-transform-class-properties": "7.27.1",
3636
"@babel/plugin-transform-object-rest-spread": "7.28.4",

yarn.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,20 +16,20 @@
1616
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.28.5.tgz#a8a4962e1567121ac0b3b487f52107443b455c7f"
1717
integrity sha512-6uFXyCayocRbqhZOB+6XcuZbkMNimwfVGFji8CTZnCzOHVGvDqzvitu1re2AU5LROliz7eQPhB8CpAMvnx9EjA==
1818

19-
"@babel/[email protected].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==
19+
"@babel/[email protected].5":
20+
version "7.28.5"
21+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.28.5.tgz#4c81b35e51e1b734f510c99b07dfbc7bbbb48f7e"
22+
integrity sha512-e7jT4DxYvIDLk1ZHmU/m/mB19rex9sv0c2ftBtjSBv+kVM/902eh0fINUzD7UwLLNR+jU585GxUJ8/EBfAM5fw==
2323
dependencies:
2424
"@babel/code-frame" "^7.27.1"
25-
"@babel/generator" "^7.28.3"
25+
"@babel/generator" "^7.28.5"
2626
"@babel/helper-compilation-targets" "^7.27.2"
2727
"@babel/helper-module-transforms" "^7.28.3"
2828
"@babel/helpers" "^7.28.4"
29-
"@babel/parser" "^7.28.4"
29+
"@babel/parser" "^7.28.5"
3030
"@babel/template" "^7.27.2"
31-
"@babel/traverse" "^7.28.4"
32-
"@babel/types" "^7.28.4"
31+
"@babel/traverse" "^7.28.5"
32+
"@babel/types" "^7.28.5"
3333
"@jridgewell/remapping" "^2.3.5"
3434
convert-source-map "^2.0.0"
3535
debug "^4.1.0"
@@ -46,7 +46,7 @@
4646
eslint-visitor-keys "^2.1.0"
4747
semver "^6.3.1"
4848

49-
"@babel/generator@^7.28.3", "@babel/generator@^7.28.5":
49+
"@babel/generator@^7.28.5":
5050
version "7.28.5"
5151
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.28.5.tgz#712722d5e50f44d07bc7ac9fe84438742dd61298"
5252
integrity sha512-3EwLFhZ38J4VyIP6WNtt2kUdW9dokXA9Cr4IVIFHuCpZ3H8/YFOl5JjZHisrn1fATPBmKKqXzDFvh9fUwHz6CQ==
@@ -208,7 +208,7 @@
208208
"@babel/template" "^7.27.2"
209209
"@babel/types" "^7.28.4"
210210

211-
"@babel/parser@^7.27.2", "@babel/parser@^7.28.4", "@babel/parser@^7.28.5":
211+
"@babel/parser@^7.27.2", "@babel/parser@^7.28.5":
212212
version "7.28.5"
213213
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.28.5.tgz#0b0225ee90362f030efd644e8034c99468893b08"
214214
integrity sha512-KKBU1VGYR7ORr3At5HAtUQ+TV3SzRCXmA/8OdDZiLDBIZxVyzXuztPjfLd3BV1PRAQGCMWWSHYhL0F8d5uHBDQ==

0 commit comments

Comments
 (0)