From ee517783037c820cfe969561326240266484a768 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Feb 2024 08:49:16 +0000 Subject: [PATCH] build(deps): bump mathjs Bumps [mathjs](https://github.com/josdejong/mathjs) from 12.3.1 to 12.3.2. - [Changelog](https://github.com/josdejong/mathjs/blob/develop/HISTORY.md) - [Commits](https://github.com/josdejong/mathjs/compare/v12.3.1...v12.3.2) --- updated-dependencies: - dependency-name: mathjs dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .../interactives/scene-editor/package-lock.json | 14 +++++++------- .../static/interactives/scene-editor/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) 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" }