From 89223a9f18082945eb77bebb020493e3f6673b7f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2026 23:02:00 +0000 Subject: [PATCH] Bump mathjs from 3.10.1 to 15.2.0 in /ctf/CTF-web-to-system-01 Bumps [mathjs](https://github.com/josdejong/mathjs) from 3.10.1 to 15.2.0. - [Changelog](https://github.com/josdejong/mathjs/blob/develop/HISTORY.md) - [Commits](https://github.com/josdejong/mathjs/compare/v3.10.1...v15.2.0) --- updated-dependencies: - dependency-name: mathjs dependency-version: 15.2.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- ctf/CTF-web-to-system-01/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ctf/CTF-web-to-system-01/package.json b/ctf/CTF-web-to-system-01/package.json index 05e1adc..e155f00 100644 --- a/ctf/CTF-web-to-system-01/package.json +++ b/ctf/CTF-web-to-system-01/package.json @@ -18,7 +18,7 @@ "express-flash": "0.0.2", "express-session": "^1.15.6", "flash": "^1.1.0", - "mathjs": "3.10.1", + "mathjs": "15.2.0", "md5": "^2.2.1", "morgan": "^1.9.0", "mysql2": "^1.4.2",