diff --git a/core/package-lock.json b/core/package-lock.json index 126a14ab..060a77ca 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.91.1", "quill-mathlive-blot": "^1.2.0", "quill-mathquill-blot": "^1.8.0", "tinycolor2": "^1.4.1", @@ -1853,9 +1853,9 @@ "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.91.1", + "resolved": "https://registry.npmjs.org/mathlive/-/mathlive-0.91.1.tgz", + "integrity": "sha512-6AbDudZ8vnVZ03ujJ1Cw1NfUgwa50UHNs3yIripa/ebuZDbxRv7f0WpAU3BITWvI2DWpHeSCz8LLvTWvw56WWQ==", "engines": { "node": ">=16.14.2", "npm": ">=8.5.0" @@ -4398,9 +4398,9 @@ "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.91.1", + "resolved": "https://registry.npmjs.org/mathlive/-/mathlive-0.91.1.tgz", + "integrity": "sha512-6AbDudZ8vnVZ03ujJ1Cw1NfUgwa50UHNs3yIripa/ebuZDbxRv7f0WpAU3BITWvI2DWpHeSCz8LLvTWvw56WWQ==" }, "merge2": { "version": "1.4.1", diff --git a/core/package.json b/core/package.json index 1f71bf04..533ec3bb 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.91.1", "quill-mathlive-blot": "^1.2.0", "quill-mathquill-blot": "^1.8.0", "tinycolor2": "^1.4.1",