From f0f1a6aa64469cbd1f8339c3aba347ab650f5551 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 7 Jul 2024 05:01:32 +0000 Subject: [PATCH] Bump grunt-contrib-qunit in /testing/wicket-js-tests Bumps [grunt-contrib-qunit](https://github.com/gruntjs/grunt-contrib-qunit) from 9.1.1 to 10.0.0. - [Release notes](https://github.com/gruntjs/grunt-contrib-qunit/releases) - [Changelog](https://github.com/gruntjs/grunt-contrib-qunit/blob/main/CHANGELOG) - [Commits](https://github.com/gruntjs/grunt-contrib-qunit/compare/v9.1.1...v10.0.0) --- updated-dependencies: - dependency-name: grunt-contrib-qunit dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- testing/wicket-js-tests/package-lock.json | 8 ++++---- testing/wicket-js-tests/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/testing/wicket-js-tests/package-lock.json b/testing/wicket-js-tests/package-lock.json index 6aaa6dbc94..43b2e9ba58 100644 --- a/testing/wicket-js-tests/package-lock.json +++ b/testing/wicket-js-tests/package-lock.json @@ -14,7 +14,7 @@ "grunt-contrib-connect": "5.0.0", "grunt-contrib-jshint": "3.2.0", "grunt-contrib-nodeunit": "5.0.0", - "grunt-contrib-qunit": "9.1.1" + "grunt-contrib-qunit": "10.0.0" } }, "node_modules/@ampproject/remapping": { @@ -2373,9 +2373,9 @@ } }, "node_modules/grunt-contrib-qunit": { - "version": "9.1.1", - "resolved": "https://registry.npmjs.org/grunt-contrib-qunit/-/grunt-contrib-qunit-9.1.1.tgz", - "integrity": "sha512-bzDpYgw3le3N6FuTvI28A5kkk1D14GC1wrj8kzykflAfjg+IYm9euoG9AwgixIYmBSdq3pqBNQbQAlOI8hW0wg==", + "version": "10.0.0", + "resolved": "https://registry.npmjs.org/grunt-contrib-qunit/-/grunt-contrib-qunit-10.0.0.tgz", + "integrity": "sha512-CUGMTiJVKR69jUoo6vETlZ0XXZXZPxxqtyD5e2kisE3WKX3RQn1axaof7DRZaZOiX+nl7yzyI1jiSGRJKsT40A==", "dev": true, "dependencies": { "eventemitter2": "^6.4.9", diff --git a/testing/wicket-js-tests/package.json b/testing/wicket-js-tests/package.json index 38e687d9e9..93d6ec0586 100644 --- a/testing/wicket-js-tests/package.json +++ b/testing/wicket-js-tests/package.json @@ -13,7 +13,7 @@ "grunt-contrib-connect": "5.0.0", "grunt-contrib-jshint": "3.2.0", "grunt-contrib-nodeunit": "5.0.0", - "grunt-contrib-qunit": "9.1.1" + "grunt-contrib-qunit": "10.0.0" }, "scripts": { "test": "grunt --verbose"