From 57bfa44716e0a9665199a7b56535967225229b7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Oct 2023 08:48:13 +0000 Subject: [PATCH] Bump mathjs in /csfieldguide/static/interactives/city-trip Bumps [mathjs](https://github.com/josdejong/mathjs) from 11.11.2 to 11.12.0. - [Changelog](https://github.com/josdejong/mathjs/blob/develop/HISTORY.md) - [Commits](https://github.com/josdejong/mathjs/compare/v11.11.2...v11.12.0) --- updated-dependencies: - dependency-name: mathjs dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .../interactives/city-trip/package-lock.json | 18 +++++++++--------- .../static/interactives/city-trip/package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/csfieldguide/static/interactives/city-trip/package-lock.json b/csfieldguide/static/interactives/city-trip/package-lock.json index 6ad02b6173..617b603141 100644 --- a/csfieldguide/static/interactives/city-trip/package-lock.json +++ b/csfieldguide/static/interactives/city-trip/package-lock.json @@ -11,7 +11,7 @@ "cytoscape": "3.26.0", "cytoscape-automove": "1.10.3", "cytoscape-no-overlap": "1.0.1", - "mathjs": "11.11.2" + "mathjs": "11.12.0" } }, "node_modules/@babel/runtime": { @@ -106,11 +106,11 @@ "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" }, "node_modules/mathjs": { - "version": "11.11.2", - "resolved": "https://registry.npmjs.org/mathjs/-/mathjs-11.11.2.tgz", - "integrity": "sha512-SL4/0Fxm9X4sgovUpJTeyVeZ2Ifnk4tzLPTYWDyR3AIx9SabnXYqtCkyJtmoF3vZrDPKGkLvrhbIL4YN2YbXLQ==", + "version": "11.12.0", + "resolved": "https://registry.npmjs.org/mathjs/-/mathjs-11.12.0.tgz", + "integrity": "sha512-UGhVw8rS1AyedyI55DGz9q1qZ0p98kyKPyc9vherBkoueLntPfKtPBh14x+V4cdUWK0NZV2TBwqRFlvadscSuw==", "dependencies": { - "@babel/runtime": "^7.23.1", + "@babel/runtime": "^7.23.2", "complex.js": "^2.1.1", "decimal.js": "^10.4.3", "escape-latex": "^1.2.0", @@ -224,11 +224,11 @@ "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" }, "mathjs": { - "version": "11.11.2", - "resolved": "https://registry.npmjs.org/mathjs/-/mathjs-11.11.2.tgz", - "integrity": "sha512-SL4/0Fxm9X4sgovUpJTeyVeZ2Ifnk4tzLPTYWDyR3AIx9SabnXYqtCkyJtmoF3vZrDPKGkLvrhbIL4YN2YbXLQ==", + "version": "11.12.0", + "resolved": "https://registry.npmjs.org/mathjs/-/mathjs-11.12.0.tgz", + "integrity": "sha512-UGhVw8rS1AyedyI55DGz9q1qZ0p98kyKPyc9vherBkoueLntPfKtPBh14x+V4cdUWK0NZV2TBwqRFlvadscSuw==", "requires": { - "@babel/runtime": "^7.23.1", + "@babel/runtime": "^7.23.2", "complex.js": "^2.1.1", "decimal.js": "^10.4.3", "escape-latex": "^1.2.0", diff --git a/csfieldguide/static/interactives/city-trip/package.json b/csfieldguide/static/interactives/city-trip/package.json index a0e082b0a9..237ac5ab59 100644 --- a/csfieldguide/static/interactives/city-trip/package.json +++ b/csfieldguide/static/interactives/city-trip/package.json @@ -6,6 +6,6 @@ "cytoscape": "3.26.0", "cytoscape-no-overlap": "1.0.1", "cytoscape-automove": "1.10.3", - "mathjs": "11.11.2" + "mathjs": "11.12.0" } }