From 704906b5202762ac7fb7a79e58e2278d41803151 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Feb 2024 08:40:25 +0000 Subject: [PATCH] build(deps): bump mathjs Bumps [mathjs](https://github.com/josdejong/mathjs) from 12.3.2 to 12.4.0. - [Changelog](https://github.com/josdejong/mathjs/blob/develop/HISTORY.md) - [Commits](https://github.com/josdejong/mathjs/compare/v12.3.2...v12.4.0) --- updated-dependencies: - dependency-name: mathjs dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .../interactives/algorithm-timer/package-lock.json | 14 +++++++------- .../interactives/algorithm-timer/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/csfieldguide/static/interactives/algorithm-timer/package-lock.json b/csfieldguide/static/interactives/algorithm-timer/package-lock.json index f51c299060..bc8169a829 100644 --- a/csfieldguide/static/interactives/algorithm-timer/package-lock.json +++ b/csfieldguide/static/interactives/algorithm-timer/package-lock.json @@ -8,7 +8,7 @@ "name": "csfg-interactive-algorithm-timer", "version": "1.0.0", "dependencies": { - "mathjs": "12.3.2" + "mathjs": "12.4.0" } }, "node_modules/@babel/runtime": { @@ -62,9 +62,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", @@ -142,9 +142,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/algorithm-timer/package.json b/csfieldguide/static/interactives/algorithm-timer/package.json index b93ba2b931..319356f3cc 100644 --- a/csfieldguide/static/interactives/algorithm-timer/package.json +++ b/csfieldguide/static/interactives/algorithm-timer/package.json @@ -3,6 +3,6 @@ "version": "1.0.0", "private": true, "dependencies": { - "mathjs": "12.3.2" + "mathjs": "12.4.0" } }