From 394888b02d7d4ccfbafb39ed6e48ea7b6a683479 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2025 01:35:43 +0000 Subject: [PATCH] Bump the npm_and_yarn group across 1 directory with 4 updates Bumps the npm_and_yarn group with 4 updates in the / directory: [grunt](https://github.com/gruntjs/grunt), [grunt-karma](https://github.com/karma-runner/grunt-karma), [karma](https://github.com/karma-runner/karma) and [requirejs](https://github.com/jrburke/r.js). Updates `grunt` from 1.0.1 to 1.5.3 - [Release notes](https://github.com/gruntjs/grunt/releases) - [Changelog](https://github.com/gruntjs/grunt/blob/main/CHANGELOG) - [Commits](https://github.com/gruntjs/grunt/compare/v1.0.1...v1.5.3) Updates `grunt-karma` from 2.0.0 to 4.0.2 - [Release notes](https://github.com/karma-runner/grunt-karma/releases) - [Changelog](https://github.com/karma-runner/grunt-karma/blob/master/CHANGELOG.md) - [Commits](https://github.com/karma-runner/grunt-karma/compare/v2.0.0...v4.0.2) Updates `karma` from 1.7.0 to 6.3.16 - [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/v1.7.0...v6.3.16) Updates `requirejs` from 2.3.3 to 2.3.7 - [Commits](https://github.com/jrburke/r.js/compare/2.3.3...2.3.7) --- updated-dependencies: - dependency-name: grunt dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: grunt-karma dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: karma dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: requirejs dependency-type: direct:development dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 3603d613e3..74a6bbdb35 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "commitplease": "2.7.10", "core-js": "2.4.1", "eslint-config-jquery": "1.0.1", - "grunt": "1.0.1", + "grunt": "1.5.3", "grunt-babel": "7.0.0", "grunt-cli": "1.2.0", "grunt-compare-size": "0.4.2", @@ -39,14 +39,14 @@ "grunt-eslint": "20.0.0", "grunt-git-authors": "3.2.0", "grunt-jsonlint": "1.1.0", - "grunt-karma": "2.0.0", + "grunt-karma": "4.0.2", "grunt-newer": "1.3.0", "grunt-npmcopy": "0.1.0", "gzip-js": "0.3.2", "husky": "0.14.3", "insight": "0.8.4", "jsdom": "5.6.1", - "karma": "1.7.0", + "karma": "6.3.16", "karma-browserstack-launcher": "1.3.0", "karma-chrome-launcher": "2.2.0", "karma-firefox-launcher": "1.0.1", @@ -58,7 +58,7 @@ "qunit-assert-step": "1.0.3", "qunitjs": "1.23.1", "raw-body": "2.2.0", - "requirejs": "2.3.3", + "requirejs": "2.3.7", "sinon": "2.3.7", "sizzle": "2.3.3", "strip-json-comments": "2.0.1",