diff --git a/csfieldguide/static/interactives/scene-editor/package-lock.json b/csfieldguide/static/interactives/scene-editor/package-lock.json index 9ed02ffd59..10cd518ba6 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.1", + "mathjs": "12.3.2", "sprintf-js": "1.1.3", "three": "0.161.0" } @@ -64,9 +64,9 @@ "integrity": "sha512-nO6jcEfZWQXDhOiBtG2KvKyEptz7RVbpGP4vTD2hLBdmNQSsCiicO2Ioinv6UI4y9ukqnBpy+XZ9H6uLNgJTlw==" }, "node_modules/mathjs": { - "version": "12.3.1", - "resolved": "https://registry.npmjs.org/mathjs/-/mathjs-12.3.1.tgz", - "integrity": "sha512-Z8G8Cunz97rV32eghW/twFFSY/dmU2eswnh6cAkcQMbbEUUpaweF0li435GkZjRS+G52VYotN+vLx3VTYBf5WA==", + "version": "12.3.2", + "resolved": "https://registry.npmjs.org/mathjs/-/mathjs-12.3.2.tgz", + "integrity": "sha512-o+HwBVD71MHdYpdScDd6CEcdd6CJOF2eXQJE0kNuIkfTjffPyqoeYdYkzVqimTUr1YgIQkNbL8MakHCZ2Ml7mg==", "dependencies": { "@babel/runtime": "^7.23.9", "complex.js": "^2.1.1", @@ -154,9 +154,9 @@ "integrity": "sha512-nO6jcEfZWQXDhOiBtG2KvKyEptz7RVbpGP4vTD2hLBdmNQSsCiicO2Ioinv6UI4y9ukqnBpy+XZ9H6uLNgJTlw==" }, "mathjs": { - "version": "12.3.1", - "resolved": "https://registry.npmjs.org/mathjs/-/mathjs-12.3.1.tgz", - "integrity": "sha512-Z8G8Cunz97rV32eghW/twFFSY/dmU2eswnh6cAkcQMbbEUUpaweF0li435GkZjRS+G52VYotN+vLx3VTYBf5WA==", + "version": "12.3.2", + "resolved": "https://registry.npmjs.org/mathjs/-/mathjs-12.3.2.tgz", + "integrity": "sha512-o+HwBVD71MHdYpdScDd6CEcdd6CJOF2eXQJE0kNuIkfTjffPyqoeYdYkzVqimTUr1YgIQkNbL8MakHCZ2Ml7mg==", "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 9a248011b1..a18b5438c7 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.1", + "mathjs": "12.3.2", "three": "0.161.0", "sprintf-js": "1.1.3" }