|
1 | 1 | { |
2 | 2 | "name": "mathjs", |
3 | | - "version": "15.1.0", |
| 3 | + "version": "15.1.1", |
4 | 4 | "description": "Math.js is an extensive math library for JavaScript and Node.js. It features a flexible expression parser with support for symbolic computation, comes with a large set of built-in functions and constants, and offers an integrated solution to work with different data types like numbers, big numbers, complex numbers, fractions, units, and matrices.", |
5 | 5 | "author": "Jos de Jong <wjosdejong@gmail.com> (https://github.com/josdejong)", |
6 | 6 | "homepage": "https://mathjs.org", |
|
36 | 36 | "typed-function": "^4.2.1" |
37 | 37 | }, |
38 | 38 | "devDependencies": { |
39 | | - "@babel/core": "7.28.5", |
| 39 | + "@babel/core": "7.29.0", |
40 | 40 | "@babel/plugin-transform-object-assign": "7.27.1", |
41 | | - "@babel/plugin-transform-optional-catch-binding": "7.27.1", |
42 | | - "@babel/plugin-transform-runtime": "7.28.5", |
43 | | - "@babel/preset-env": "7.28.5", |
44 | | - "@babel/register": "7.28.3", |
| 41 | + "@babel/plugin-transform-optional-catch-binding": "7.28.6", |
| 42 | + "@babel/plugin-transform-runtime": "7.29.0", |
| 43 | + "@babel/preset-env": "7.29.0", |
| 44 | + "@babel/register": "7.28.6", |
45 | 45 | "@types/assert": "1.5.11", |
46 | 46 | "@types/mocha": "10.0.10", |
47 | | - "@typescript-eslint/eslint-plugin": "8.46.3", |
48 | | - "@typescript-eslint/parser": "8.46.3", |
| 47 | + "@typescript-eslint/eslint-plugin": "8.55.0", |
| 48 | + "@typescript-eslint/parser": "8.55.0", |
49 | 49 | "assert": "2.1.0", |
50 | 50 | "babel-loader": "10.0.0", |
51 | 51 | "c8": "10.1.3", |
52 | 52 | "codecov": "3.8.3", |
53 | 53 | "del": "8.0.1", |
54 | 54 | "eigen": "0.2.2", |
55 | | - "es-check": "9.4.4", |
| 55 | + "es-check": "9.5.4", |
56 | 56 | "eslint": "8.57.1", |
57 | 57 | "eslint-config-prettier": "9.1.0", |
58 | 58 | "eslint-config-standard": "17.1.0", |
|
61 | 61 | "eslint-plugin-n": "16.6.2", |
62 | 62 | "eslint-plugin-prettier": "5.5.4", |
63 | 63 | "eslint-plugin-promise": "6.6.0", |
64 | | - "expect-type": "1.2.2", |
| 64 | + "expect-type": "1.3.0", |
65 | 65 | "expr-eval": "2.0.2", |
66 | 66 | "fancy-log": "2.0.0", |
67 | 67 | "glob": "11.0.3", |
|
85 | 85 | "ndarray-ops": "1.2.2", |
86 | 86 | "ndarray-pack": "1.2.1", |
87 | 87 | "numericjs": "1.2.6", |
88 | | - "prettier": "3.6.2", |
| 88 | + "prettier": "3.8.1", |
89 | 89 | "process": "0.11.10", |
90 | | - "sinon": "21.0.0", |
| 90 | + "sinon": "21.0.1", |
91 | 91 | "sylvester": "0.0.21", |
92 | | - "tinybench": "5.1.0", |
| 92 | + "tinybench": "6.0.0", |
93 | 93 | "ts-node": "10.9.2", |
94 | 94 | "typescript": "5.9.3", |
95 | | - "webpack": "5.102.1", |
| 95 | + "webpack": "5.105.0", |
96 | 96 | "zeros": "1.0.0" |
97 | 97 | }, |
98 | 98 | "type": "module", |
|
0 commit comments