Skip to content

Commit 91a9849

Browse files
Bump @babel/cli from 7.25.9 to 7.26.4 in /backend in the babel group
Bumps the babel group in /backend with 1 update: [@babel/cli](https://github.com/babel/babel/tree/HEAD/packages/babel-cli). Updates `@babel/cli` from 7.25.9 to 7.26.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.26.4/packages/babel-cli) --- updated-dependencies: - dependency-name: "@babel/cli" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: babel ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent bf4f3a8 commit 91a9849

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

backend/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"db:migrate:create": "yarn run __migrate --template-file ./src/db/migrate/template.ts --date-format 'yyyymmddHHmmss' create"
2424
},
2525
"dependencies": {
26-
"@babel/cli": "~7.25.9",
26+
"@babel/cli": "~7.26.4",
2727
"@babel/core": "^7.26.0",
2828
"@babel/node": "~7.26.0",
2929
"@babel/plugin-proposal-throw-expressions": "^7.25.9",

backend/yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,10 @@
5353
dependencies:
5454
xss "^1.0.6"
5555

56-
"@babel/cli@~7.25.9":
57-
version "7.25.9"
58-
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.25.9.tgz#51036166fd0e9cfb26eee1b9ddc264a0d6d5f843"
59-
integrity sha512-I+02IfrTiSanpxJBlZQYb18qCxB6c2Ih371cVpfgIrPQrjAYkf45XxomTJOG8JBWX5GY35/+TmhCMdJ4ZPkL8Q==
56+
"@babel/cli@~7.26.4":
57+
version "7.26.4"
58+
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.26.4.tgz#4101ff8ee5de8447a6c395397a97921056411d20"
59+
integrity sha512-+mORf3ezU3p3qr+82WvJSnQNE1GAYeoCfEv4fik6B5/2cvKZ75AX8oawWQdXtM9MmndooQj15Jr9kelRFWsuRw==
6060
dependencies:
6161
"@jridgewell/trace-mapping" "^0.3.25"
6262
commander "^6.2.0"

0 commit comments

Comments
 (0)