diff --git a/package-lock.json b/package-lock.json index b2c57e8..0d97ba9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "karma-rollup-preprocessor": "^7.0.8", "minimist": "^1.2.5", "prettier": "^3.3.3", - "qunit": "2.19.4", + "qunit": "2.23.1", "rollup": "^2.32.1", "rollup-plugin-node-globals": "^1.4.0", "rollup-plugin-terser": "^7.0.2", @@ -5516,11 +5516,10 @@ "license": "MIT" }, "node_modules/qunit": { - "version": "2.19.4", - "resolved": "https://registry.npmjs.org/qunit/-/qunit-2.19.4.tgz", - "integrity": "sha512-aqUzzUeCqlleWYKlpgfdHHw9C6KxkB9H3wNfiBg5yHqQMzy0xw/pbCRHYFkjl8MsP/t8qkTQE+JTYL71azgiew==", + "version": "2.23.1", + "resolved": "https://registry.npmjs.org/qunit/-/qunit-2.23.1.tgz", + "integrity": "sha512-CGrsGy7NhkQmfiyOixBpbexh2PT7ekIb35uWiBi/hBNdTJF1W98UonyACFJJs8UmcP96lH+YJlX99dYZi5rZkg==", "dev": true, - "license": "MIT", "dependencies": { "commander": "7.2.0", "node-watch": "0.7.3", diff --git a/package.json b/package.json index a810e2e..fe87b67 100644 --- a/package.json +++ b/package.json @@ -84,7 +84,7 @@ "karma-rollup-preprocessor": "^7.0.8", "minimist": "^1.2.5", "prettier": "^3.3.3", - "qunit": "2.19.4", + "qunit": "2.23.1", "rollup": "^2.32.1", "rollup-plugin-node-globals": "^1.4.0", "rollup-plugin-terser": "^7.0.2",