Skip to content

Commit 5b60ed8

Browse files
build(deps): bump the babel group with 4 updates (#7654)
Bumps the babel group with 4 updates: [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime), [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core), [@babel/plugin-transform-runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-runtime) and [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env). Updates `@babel/runtime` from 7.28.2 to 7.28.3 - [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.3/packages/babel-runtime) Updates `@babel/core` from 7.28.0 to 7.28.3 - [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.3/packages/babel-core) Updates `@babel/plugin-transform-runtime` from 7.28.0 to 7.28.3 - [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.3/packages/babel-plugin-transform-runtime) Updates `@babel/preset-env` from 7.28.0 to 7.28.3 - [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.3/packages/babel-preset-env) --- updated-dependencies: - dependency-name: "@babel/runtime" dependency-version: 7.28.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: babel - dependency-name: "@babel/core" dependency-version: 7.28.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: babel - dependency-name: "@babel/plugin-transform-runtime" dependency-version: 7.28.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: babel - dependency-name: "@babel/preset-env" dependency-version: 7.28.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: babel ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ae4a3ac commit 5b60ed8

File tree

2 files changed

+86
-76
lines changed

2 files changed

+86
-76
lines changed

package-lock.json

Lines changed: 82 additions & 72 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "MarkUs",
33
"dependencies": {
4-
"@babel/runtime": "^7.28.2",
4+
"@babel/runtime": "^7.28.3",
55
"@fortawesome/fontawesome-svg-core": "^6.7.2",
66
"@fortawesome/free-brands-svg-icons": "^6.7.2",
77
"@fortawesome/free-regular-svg-icons": "^6.7.2",
@@ -41,9 +41,9 @@
4141
"ui-contextmenu": "^1.18.1"
4242
},
4343
"devDependencies": {
44-
"@babel/core": "^7.28.0",
45-
"@babel/plugin-transform-runtime": "^7.28.0",
46-
"@babel/preset-env": "^7.28.0",
44+
"@babel/core": "^7.28.3",
45+
"@babel/plugin-transform-runtime": "^7.28.3",
46+
"@babel/preset-env": "^7.28.3",
4747
"@babel/preset-react": "^7.27.1",
4848
"@testing-library/dom": "^10.4.1",
4949
"@testing-library/jest-dom": "^6.6.3",

0 commit comments

Comments
 (0)