Skip to content

Commit 33ca470

Browse files
fix(deps): update dependency @babel/core to v7.28.4 (#685)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f7f7c04 commit 33ca470

File tree

16 files changed

+295
-311
lines changed

16 files changed

+295
-311
lines changed

apps/25--5-clock/package-lock.json

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

apps/25--5-clock/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"express": "4.21.2"
1414
},
1515
"devDependencies": {
16-
"@babel/core": "7.28.3",
16+
"@babel/core": "7.28.4",
1717
"@babel/preset-env": "7.28.3",
1818
"@babel/preset-react": "7.27.1",
1919
"@rollup/plugin-babel": "6.0.4",

apps/american-british-translator/package-lock.json

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

apps/american-british-translator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"test": "mocha --timeout 5000 --require @babel/register --recursive --exit --ui tdd tests/"
99
},
1010
"dependencies": {
11-
"@babel/core": "7.28.3",
11+
"@babel/core": "7.28.4",
1212
"@babel/preset-env": "7.28.3",
1313
"@babel/register": "7.28.3",
1414
"body-parser": "1.20.3",

0 commit comments

Comments
 (0)