From a4e0257715b883e2ac9c10be38fad3ae05966479 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Jun 2024 02:49:41 +0000 Subject: [PATCH] Bump the npm_and_yarn group across 1 directory with 2 updates Bumps the npm_and_yarn group with 2 updates in the /jenkins/javascript/karma directory: [karma](https://github.com/karma-runner/karma) and [mathjs](https://github.com/josdejong/mathjs). Updates `karma` from 0.13.22 to 6.4.3 - [Release notes](https://github.com/karma-runner/karma/releases) - [Changelog](https://github.com/karma-runner/karma/blob/master/CHANGELOG.md) - [Commits](https://github.com/karma-runner/karma/compare/v0.13.22...v6.4.3) Updates `mathjs` from 3.20.2 to 13.0.0 - [Changelog](https://github.com/josdejong/mathjs/blob/develop/HISTORY.md) - [Commits](https://github.com/josdejong/mathjs/compare/v3.20.2...v13.0.0) --- updated-dependencies: - dependency-name: karma dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: mathjs dependency-type: direct:development dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- jenkins/javascript/karma/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jenkins/javascript/karma/package.json b/jenkins/javascript/karma/package.json index d897d4484..b9ab26637 100644 --- a/jenkins/javascript/karma/package.json +++ b/jenkins/javascript/karma/package.json @@ -1,7 +1,7 @@ { "devDependencies": { "jquery": "^3.0.0", - "karma": "^0.13.22", + "karma": "^6.4.3", "karma-chrome-launcher": "^1.0.1", "karma-firefox-launcher": "^1.0.0", "karma-jasmine": "^1.0.2", @@ -9,7 +9,7 @@ "karma-junit-reporter": "^1.0.0", "karma-phantomjs-launcher": "^1.0.1", "karma-requirejs": "^1.0.0", - "mathjs": "^3.2.1", + "mathjs": "^13.0.0", "phantomjs-prebuilt": "^2.1.7", "requirejs": "^2.2.0" }