chore: update devDependencies

This commit is contained in:
Jos de Jong 2025-05-21 15:17:11 +02:00
parent 35c616942a
commit eed5314cbb
2 changed files with 658 additions and 703 deletions

1329
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -36,21 +36,21 @@
"typed-function": "^4.2.1"
},
"devDependencies": {
"@babel/core": "7.26.10",
"@babel/plugin-transform-object-assign": "7.25.9",
"@babel/plugin-transform-optional-catch-binding": "7.25.9",
"@babel/plugin-transform-runtime": "7.26.10",
"@babel/preset-env": "7.26.9",
"@babel/register": "7.25.9",
"@babel/core": "7.27.1",
"@babel/plugin-transform-object-assign": "7.27.1",
"@babel/plugin-transform-optional-catch-binding": "7.27.1",
"@babel/plugin-transform-runtime": "7.27.1",
"@babel/preset-env": "7.27.2",
"@babel/register": "7.27.1",
"@types/assert": "1.5.11",
"@types/mocha": "10.0.10",
"@typescript-eslint/eslint-plugin": "8.27.0",
"@typescript-eslint/parser": "8.27.0",
"@typescript-eslint/eslint-plugin": "8.32.1",
"@typescript-eslint/parser": "8.32.1",
"assert": "2.1.0",
"babel-loader": "10.0.0",
"c8": "10.1.3",
"codecov": "3.8.3",
"core-js": "3.41.0",
"core-js": "3.42.0",
"del": "8.0.0",
"dtslint": "4.2.1",
"eigen": "0.2.2",
@ -60,12 +60,12 @@
"eslint-plugin-import": "2.31.0",
"eslint-plugin-mocha": "10.5.0",
"eslint-plugin-n": "16.6.2",
"eslint-plugin-prettier": "5.2.4",
"eslint-plugin-prettier": "5.4.0",
"eslint-plugin-promise": "6.6.0",
"expect-type": "1.2.0",
"expect-type": "1.2.1",
"expr-eval": "2.0.2",
"fancy-log": "2.0.0",
"glob": "11.0.1",
"glob": "11.0.2",
"gulp": "5.0.0",
"gulp-babel": "8.0.0",
"handlebars": "4.7.8",
@ -78,7 +78,7 @@
"karma-webdriver-launcher": "1.0.8",
"karma-webpack": "5.0.1",
"mkdirp": "3.0.1",
"mocha": "11.1.0",
"mocha": "11.4.0",
"mocha-junit-reporter": "2.2.1",
"ndarray": "1.0.19",
"ndarray-determinant": "1.0.0",
@ -88,12 +88,12 @@
"numericjs": "1.2.6",
"prettier": "3.5.3",
"process": "0.11.10",
"sinon": "19.0.4",
"sinon": "20.0.0",
"sylvester": "0.0.21",
"tinybench": "4.0.1",
"ts-node": "10.9.2",
"typescript": "5.8.2",
"webpack": "5.98.0",
"typescript": "5.8.3",
"webpack": "5.99.9",
"zeros": "1.0.0"
},
"type": "module",