Skip to content

Commit d0cdbd4

Browse files
Bump the babel group across 1 directory with 2 updates
Bumps the babel group with 2 updates in the /backend directory: [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) and [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env). Updates `@babel/core` from 7.26.0 to 7.26.9 - [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.26.9/packages/babel-core) Updates `@babel/preset-env` from 7.26.0 to 7.26.9 - [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.26.9/packages/babel-preset-env) --- updated-dependencies: - dependency-name: "@babel/core" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: babel - dependency-name: "@babel/preset-env" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: babel ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8499654 commit d0cdbd4

File tree

2 files changed

+181
-181
lines changed

2 files changed

+181
-181
lines changed

backend/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@
2424
},
2525
"dependencies": {
2626
"@babel/cli": "~7.26.4",
27-
"@babel/core": "^7.26.0",
27+
"@babel/core": "^7.26.9",
2828
"@babel/node": "~7.26.0",
2929
"@babel/plugin-proposal-throw-expressions": "^7.25.9",
30-
"@babel/preset-env": "~7.26.0",
30+
"@babel/preset-env": "~7.26.9",
3131
"@babel/register": "^7.23.7",
3232
"@sentry/node": "^5.15.4",
3333
"apollo-cache-inmemory": "~1.6.6",

0 commit comments

Comments
 (0)