diff --git a/package.json b/package.json index eeb3bf6c1..27c2ca34e 100644 --- a/package.json +++ b/package.json @@ -103,7 +103,7 @@ "escape-string-regexp": "4.0.0", "figures": "3.2.0", "fn-args": "4.0.0", - "fs-extra": "11.3.3", + "fs-extra": "11.3.4", "fuse.js": "^7.0.0", "glob": ">=9.0.0 <12", "html-minifier-terser": "7.2.0", @@ -149,14 +149,14 @@ "chai-as-promised": "7.1.2", "chai-subset": "1.6.0", "documentation": "14.0.3", - "electron": "40.6.1", + "electron": "40.7.0", "eslint": "^9.36.0", "eslint-plugin-import": "2.32.0", "eslint-plugin-mocha": "11.2.0", "expect": "30.2.0", "express": "^5.1.0", "globals": "17.4.0", - "graphql": "16.13.0", + "graphql": "16.13.1", "graphql-tag": "^2.12.6", "husky": "9.1.7", "inquirer-test": "2.0.1", @@ -171,7 +171,7 @@ "rosie": "2.1.1", "runok": "0.9.3", "semver": "7.7.4", - "sinon": "21.0.1", + "sinon": "21.0.2", "sinon-chai": "3.7.0", "testcafe": "3.7.4", "ts-morph": "26.0.0", diff --git a/test/helper/webapi.js b/test/helper/webapi.js index cd9b58b39..888406a8a 100644 --- a/test/helper/webapi.js +++ b/test/helper/webapi.js @@ -1480,7 +1480,7 @@ module.exports.tests = function () { }, ) } catch (e) { - e.message.should.include('expected all elements ({css: a[href="/codeceptjs/CodeceptJS"]}) to have attributes {"disable":true} "0" to equal "3"') + e.message.should.include('expected all elements ({css: a[href="/codeceptjs/CodeceptJS"]}) to have attributes {"disable":true} "0"') } })