From 78dacf125b54b3967eb20845be14aa7868616b95 Mon Sep 17 00:00:00 2001 From: Thomas Hohn Date: Thu, 5 Mar 2026 08:56:48 +0100 Subject: [PATCH 1/5] Update Sinon --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index eeb3bf6c1..7dd2f2858 100644 --- a/package.json +++ b/package.json @@ -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", From 35503c646cb51031faec3721dac4cbff7c067984 Mon Sep 17 00:00:00 2001 From: Thomas Hohn Date: Thu, 5 Mar 2026 12:07:43 +0100 Subject: [PATCH 2/5] Fix UT --- test/helper/webapi.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"') } }) From d18e815ae9473ba74c217e9d4dbdc87d59274ad8 Mon Sep 17 00:00:00 2001 From: Thomas Hohn Date: Thu, 5 Mar 2026 12:28:59 +0100 Subject: [PATCH 3/5] Update more deps --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 7dd2f2858..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", From 1fb005498bcecb48c6a899a1dee9244ca6683aba Mon Sep 17 00:00:00 2001 From: Thomas Hohn Date: Thu, 5 Mar 2026 12:56:37 +0100 Subject: [PATCH 4/5] Update parse5 to ^8 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 27c2ca34e..0c9efcef9 100644 --- a/package.json +++ b/package.json @@ -120,7 +120,7 @@ "multer": "^2.0.2", "ora-classic": "5.4.2", "parse-function": "5.6.10", - "parse5": "7.3.0", + "parse5": "8.0.0", "promise-retry": "1.1.1", "resq": "1.11.0", "sprintf-js": "1.1.3", From e9127d1b819c193f5fb637ab295c817b392c15b8 Mon Sep 17 00:00:00 2001 From: Thomas Hohn Date: Thu, 5 Mar 2026 13:08:09 +0100 Subject: [PATCH 5/5] Back on 7.x version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0c9efcef9..27c2ca34e 100644 --- a/package.json +++ b/package.json @@ -120,7 +120,7 @@ "multer": "^2.0.2", "ora-classic": "5.4.2", "parse-function": "5.6.10", - "parse5": "8.0.0", + "parse5": "7.3.0", "promise-retry": "1.1.1", "resq": "1.11.0", "sprintf-js": "1.1.3",