From be4b034e268897ae41c87d17807bafb185118a01 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 May 2023 08:57:00 +0000 Subject: [PATCH] Bump mathlive from 0.89.4 to 0.94.6 in /core Bumps [mathlive](https://github.com/arnog/mathlive) from 0.89.4 to 0.94.6. - [Release notes](https://github.com/arnog/mathlive/releases) - [Changelog](https://github.com/arnog/mathlive/blob/master/CHANGELOG.md) - [Commits](https://github.com/arnog/mathlive/commits) --- updated-dependencies: - dependency-name: mathlive dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- core/package-lock.json | 69 +++++++++++++++++++++++++++++++++++++----- core/package.json | 2 +- 2 files changed, 63 insertions(+), 8 deletions(-) diff --git a/core/package-lock.json b/core/package-lock.json index 126a14ab..451517b1 100644 --- a/core/package-lock.json +++ b/core/package-lock.json @@ -14,7 +14,7 @@ "html2canvas": "^1.0.0-rc.5", "html2pdf.js": "^0.10.1", "jspdf": "^2.0.0", - "mathlive": "^0.89.4", + "mathlive": "^0.94.6", "quill-mathlive-blot": "^1.2.0", "quill-mathquill-blot": "^1.8.0", "tinycolor2": "^1.4.1", @@ -154,6 +154,19 @@ "node": ">=6.9.0" } }, + "node_modules/@cortex-js/compute-engine": { + "version": "0.12.3", + "resolved": "https://registry.npmjs.org/@cortex-js/compute-engine/-/compute-engine-0.12.3.tgz", + "integrity": "sha512-LuiSWMSlgsLFcRWm5ifR8ZeE9HXWOrJ+hE6F211eVI+S+w9SQQvZhhCdUCBusyspW0+29R8lksJPH4qFFr3Xag==", + "dependencies": { + "complex.js": "^2.1.1", + "decimal.js": "^10.4.0" + }, + "engines": { + "node": ">=16.14.2", + "npm": ">=8.5.0" + } + }, "node_modules/@daybrush/utils": { "version": "1.10.3", "resolved": "https://registry.npmjs.org/@daybrush/utils/-/utils-1.10.3.tgz", @@ -579,6 +592,18 @@ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", "dev": true }, + "node_modules/complex.js": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/complex.js/-/complex.js-2.1.1.tgz", + "integrity": "sha512-8njCHOTtFFLtegk6zQo0kkVX1rngygb/KQI6z1qZxlFI3scluC+LVTCFbrkWjBv4vvLlbQ9t88IPMC6k95VTTg==", + "engines": { + "node": "*" + }, + "funding": { + "type": "patreon", + "url": "https://www.patreon.com/infusion" + } + }, "node_modules/concat-map": { "version": "0.0.1", "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", @@ -673,6 +698,11 @@ } } }, + "node_modules/decimal.js": { + "version": "10.4.3", + "resolved": "https://registry.npmjs.org/decimal.js/-/decimal.js-10.4.3.tgz", + "integrity": "sha512-VBBaLc1MgL5XpzgIP7ny5Z6Nx3UrRkIViUkPUdtl9aya5amy3De1gsUUSB1g3+3sExYNjCAsAznmukyxCb1GRA==" + }, "node_modules/deep-equal": { "version": "1.1.1", "resolved": "https://registry.npmjs.org/deep-equal/-/deep-equal-1.1.1.tgz", @@ -1853,9 +1883,12 @@ "integrity": "sha512-6qE4B9deFBIa9YSpOc9O0Sgc43zTeVYbgDT5veRKSlB2+ZuHNoVVxA1L/ckMUayV9Ay9y7Z/SZCLcGteW9i7bg==" }, "node_modules/mathlive": { - "version": "0.89.4", - "resolved": "https://registry.npmjs.org/mathlive/-/mathlive-0.89.4.tgz", - "integrity": "sha512-mvWDdUOkhWKPXxQRKWbLFHARAnA81WSq5LB1d06nXcvIgGx3SiGdfmAGteFLkObWRFFVPlS44T0IWIQOchL8jg==", + "version": "0.94.6", + "resolved": "https://registry.npmjs.org/mathlive/-/mathlive-0.94.6.tgz", + "integrity": "sha512-hiFtauIew87cTmQ6xzDB31hiV+cdQLog522ybNB4Oj0Mxf06+zqQa7uK1jGsiNKqA3+3+Znq6e16q7P5MjYyhg==", + "dependencies": { + "@cortex-js/compute-engine": "^0.12.2" + }, "engines": { "node": ">=16.14.2", "npm": ">=8.5.0" @@ -3080,6 +3113,15 @@ "regenerator-runtime": "^0.13.4" } }, + "@cortex-js/compute-engine": { + "version": "0.12.3", + "resolved": "https://registry.npmjs.org/@cortex-js/compute-engine/-/compute-engine-0.12.3.tgz", + "integrity": "sha512-LuiSWMSlgsLFcRWm5ifR8ZeE9HXWOrJ+hE6F211eVI+S+w9SQQvZhhCdUCBusyspW0+29R8lksJPH4qFFr3Xag==", + "requires": { + "complex.js": "^2.1.1", + "decimal.js": "^10.4.0" + } + }, "@daybrush/utils": { "version": "1.10.3", "resolved": "https://registry.npmjs.org/@daybrush/utils/-/utils-1.10.3.tgz", @@ -3407,6 +3449,11 @@ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", "dev": true }, + "complex.js": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/complex.js/-/complex.js-2.1.1.tgz", + "integrity": "sha512-8njCHOTtFFLtegk6zQo0kkVX1rngygb/KQI6z1qZxlFI3scluC+LVTCFbrkWjBv4vvLlbQ9t88IPMC6k95VTTg==" + }, "concat-map": { "version": "0.0.1", "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", @@ -3476,6 +3523,11 @@ "ms": "2.1.2" } }, + "decimal.js": { + "version": "10.4.3", + "resolved": "https://registry.npmjs.org/decimal.js/-/decimal.js-10.4.3.tgz", + "integrity": "sha512-VBBaLc1MgL5XpzgIP7ny5Z6Nx3UrRkIViUkPUdtl9aya5amy3De1gsUUSB1g3+3sExYNjCAsAznmukyxCb1GRA==" + }, "deep-equal": { "version": "1.1.1", "resolved": "https://registry.npmjs.org/deep-equal/-/deep-equal-1.1.1.tgz", @@ -4398,9 +4450,12 @@ "integrity": "sha512-6qE4B9deFBIa9YSpOc9O0Sgc43zTeVYbgDT5veRKSlB2+ZuHNoVVxA1L/ckMUayV9Ay9y7Z/SZCLcGteW9i7bg==" }, "mathlive": { - "version": "0.89.4", - "resolved": "https://registry.npmjs.org/mathlive/-/mathlive-0.89.4.tgz", - "integrity": "sha512-mvWDdUOkhWKPXxQRKWbLFHARAnA81WSq5LB1d06nXcvIgGx3SiGdfmAGteFLkObWRFFVPlS44T0IWIQOchL8jg==" + "version": "0.94.6", + "resolved": "https://registry.npmjs.org/mathlive/-/mathlive-0.94.6.tgz", + "integrity": "sha512-hiFtauIew87cTmQ6xzDB31hiV+cdQLog522ybNB4Oj0Mxf06+zqQa7uK1jGsiNKqA3+3+Znq6e16q7P5MjYyhg==", + "requires": { + "@cortex-js/compute-engine": "^0.12.2" + } }, "merge2": { "version": "1.4.1", diff --git a/core/package.json b/core/package.json index 1f71bf04..159ce674 100644 --- a/core/package.json +++ b/core/package.json @@ -32,7 +32,7 @@ "html2canvas": "^1.0.0-rc.5", "html2pdf.js": "^0.10.1", "jspdf": "^2.0.0", - "mathlive": "^0.89.4", + "mathlive": "^0.94.6", "quill-mathlive-blot": "^1.2.0", "quill-mathquill-blot": "^1.8.0", "tinycolor2": "^1.4.1",