From de99ff6c537eebce9d0db6b692725902145ddbf7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Oct 2023 08:47:47 +0000 Subject: [PATCH] Bump mathjs in /csfieldguide/static/interactives/city-trip Bumps [mathjs](https://github.com/josdejong/mathjs) from 11.12.0 to 12.0.0. - [Changelog](https://github.com/josdejong/mathjs/blob/develop/HISTORY.md) - [Commits](https://github.com/josdejong/mathjs/compare/v11.12.0...v12.0.0) --- updated-dependencies: - dependency-name: mathjs dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .../interactives/city-trip/package-lock.json | 16 ++++++++-------- .../static/interactives/city-trip/package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/csfieldguide/static/interactives/city-trip/package-lock.json b/csfieldguide/static/interactives/city-trip/package-lock.json index 4eb0354403..f59f8aef9f 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.27.0", "cytoscape-automove": "1.10.3", "cytoscape-no-overlap": "1.0.1", - "mathjs": "11.12.0" + "mathjs": "12.0.0" } }, "node_modules/@babel/runtime": { @@ -106,9 +106,9 @@ "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" }, "node_modules/mathjs": { - "version": "11.12.0", - "resolved": "https://registry.npmjs.org/mathjs/-/mathjs-11.12.0.tgz", - "integrity": "sha512-UGhVw8rS1AyedyI55DGz9q1qZ0p98kyKPyc9vherBkoueLntPfKtPBh14x+V4cdUWK0NZV2TBwqRFlvadscSuw==", + "version": "12.0.0", + "resolved": "https://registry.npmjs.org/mathjs/-/mathjs-12.0.0.tgz", + "integrity": "sha512-Oz3swPplNPe7taoP6WrkKhQzhDE2SwvOgLzu8H3EN+hEadw2GjEJUm6Xl+hrioHoB8g2BYb3gfw1glSzhdBKYw==", "dependencies": { "@babel/runtime": "^7.23.2", "complex.js": "^2.1.1", @@ -124,7 +124,7 @@ "mathjs": "bin/cli.js" }, "engines": { - "node": ">= 14" + "node": ">= 18" } }, "node_modules/regenerator-runtime": { @@ -224,9 +224,9 @@ "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" }, "mathjs": { - "version": "11.12.0", - "resolved": "https://registry.npmjs.org/mathjs/-/mathjs-11.12.0.tgz", - "integrity": "sha512-UGhVw8rS1AyedyI55DGz9q1qZ0p98kyKPyc9vherBkoueLntPfKtPBh14x+V4cdUWK0NZV2TBwqRFlvadscSuw==", + "version": "12.0.0", + "resolved": "https://registry.npmjs.org/mathjs/-/mathjs-12.0.0.tgz", + "integrity": "sha512-Oz3swPplNPe7taoP6WrkKhQzhDE2SwvOgLzu8H3EN+hEadw2GjEJUm6Xl+hrioHoB8g2BYb3gfw1glSzhdBKYw==", "requires": { "@babel/runtime": "^7.23.2", "complex.js": "^2.1.1", diff --git a/csfieldguide/static/interactives/city-trip/package.json b/csfieldguide/static/interactives/city-trip/package.json index e38d93b5b8..827d7a17d5 100644 --- a/csfieldguide/static/interactives/city-trip/package.json +++ b/csfieldguide/static/interactives/city-trip/package.json @@ -6,6 +6,6 @@ "cytoscape": "3.27.0", "cytoscape-no-overlap": "1.0.1", "cytoscape-automove": "1.10.3", - "mathjs": "11.12.0" + "mathjs": "12.0.0" } }