diff --git a/csfieldguide/static/interactives/scene-editor/package-lock.json b/csfieldguide/static/interactives/scene-editor/package-lock.json index 10cd518ba6..ab7c804e9d 100644 --- a/csfieldguide/static/interactives/scene-editor/package-lock.json +++ b/csfieldguide/static/interactives/scene-editor/package-lock.json @@ -8,7 +8,7 @@ "name": "csfg-interactive-scene-editor", "version": "1.0.0", "dependencies": { - "mathjs": "12.3.2", + "mathjs": "12.4.0", "sprintf-js": "1.1.3", "three": "0.161.0" } @@ -64,9 +64,9 @@ "integrity": "sha512-nO6jcEfZWQXDhOiBtG2KvKyEptz7RVbpGP4vTD2hLBdmNQSsCiicO2Ioinv6UI4y9ukqnBpy+XZ9H6uLNgJTlw==" }, "node_modules/mathjs": { - "version": "12.3.2", - "resolved": "https://registry.npmjs.org/mathjs/-/mathjs-12.3.2.tgz", - "integrity": "sha512-o+HwBVD71MHdYpdScDd6CEcdd6CJOF2eXQJE0kNuIkfTjffPyqoeYdYkzVqimTUr1YgIQkNbL8MakHCZ2Ml7mg==", + "version": "12.4.0", + "resolved": "https://registry.npmjs.org/mathjs/-/mathjs-12.4.0.tgz", + "integrity": "sha512-4Moy0RNjwMSajEkGGxNUyMMC/CZAcl87WBopvNsJWB4E4EFebpTedr+0/rhqmnOSTH3Wu/3WfiWiw6mqiaHxVw==", "dependencies": { "@babel/runtime": "^7.23.9", "complex.js": "^2.1.1", @@ -154,9 +154,9 @@ "integrity": "sha512-nO6jcEfZWQXDhOiBtG2KvKyEptz7RVbpGP4vTD2hLBdmNQSsCiicO2Ioinv6UI4y9ukqnBpy+XZ9H6uLNgJTlw==" }, "mathjs": { - "version": "12.3.2", - "resolved": "https://registry.npmjs.org/mathjs/-/mathjs-12.3.2.tgz", - "integrity": "sha512-o+HwBVD71MHdYpdScDd6CEcdd6CJOF2eXQJE0kNuIkfTjffPyqoeYdYkzVqimTUr1YgIQkNbL8MakHCZ2Ml7mg==", + "version": "12.4.0", + "resolved": "https://registry.npmjs.org/mathjs/-/mathjs-12.4.0.tgz", + "integrity": "sha512-4Moy0RNjwMSajEkGGxNUyMMC/CZAcl87WBopvNsJWB4E4EFebpTedr+0/rhqmnOSTH3Wu/3WfiWiw6mqiaHxVw==", "requires": { "@babel/runtime": "^7.23.9", "complex.js": "^2.1.1", diff --git a/csfieldguide/static/interactives/scene-editor/package.json b/csfieldguide/static/interactives/scene-editor/package.json index a18b5438c7..14763c1898 100644 --- a/csfieldguide/static/interactives/scene-editor/package.json +++ b/csfieldguide/static/interactives/scene-editor/package.json @@ -3,7 +3,7 @@ "version": "1.0.0", "private": true, "dependencies": { - "mathjs": "12.3.2", + "mathjs": "12.4.0", "three": "0.161.0", "sprintf-js": "1.1.3" }