Skip to content

Commit f6dd451

Browse files
committed
fix: upgrade to the latest version of @babel/runtime
1 parent 4a087f8 commit f6dd451

File tree

3 files changed

+64
-61
lines changed

3 files changed

+64
-61
lines changed

HISTORY.md

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
- Fix: #3422 allow dot operators after symbol E (#3425).
99
- Fix: issue in the `nthRoots` latex function template string (#3427).
1010
Thanks @aitee.
11+
- Fix: upgrade to the latest version of `@babel/runtime`.
1112

1213
# 2025-03-06, 14.3.1
1314

package-lock.json

+62-60
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"unit"
2626
],
2727
"dependencies": {
28-
"@babel/runtime": "^7.25.7",
28+
"@babel/runtime": "^7.26.10",
2929
"complex.js": "^2.2.5",
3030
"decimal.js": "^10.4.3",
3131
"escape-latex": "^1.2.0",

0 commit comments

Comments
 (0)