Skip to content

Commit c6b3da2

Browse files
authored
Update Sinon (#5472)
1 parent 4e1b234 commit c6b3da2

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
"escape-string-regexp": "4.0.0",
104104
"figures": "3.2.0",
105105
"fn-args": "4.0.0",
106-
"fs-extra": "11.3.3",
106+
"fs-extra": "11.3.4",
107107
"fuse.js": "^7.0.0",
108108
"glob": ">=9.0.0 <12",
109109
"html-minifier-terser": "7.2.0",
@@ -149,14 +149,14 @@
149149
"chai-as-promised": "7.1.2",
150150
"chai-subset": "1.6.0",
151151
"documentation": "14.0.3",
152-
"electron": "40.6.1",
152+
"electron": "40.7.0",
153153
"eslint": "^9.36.0",
154154
"eslint-plugin-import": "2.32.0",
155155
"eslint-plugin-mocha": "11.2.0",
156156
"expect": "30.2.0",
157157
"express": "^5.1.0",
158158
"globals": "17.4.0",
159-
"graphql": "16.13.0",
159+
"graphql": "16.13.1",
160160
"graphql-tag": "^2.12.6",
161161
"husky": "9.1.7",
162162
"inquirer-test": "2.0.1",
@@ -171,7 +171,7 @@
171171
"rosie": "2.1.1",
172172
"runok": "0.9.3",
173173
"semver": "7.7.4",
174-
"sinon": "21.0.1",
174+
"sinon": "21.0.2",
175175
"sinon-chai": "3.7.0",
176176
"testcafe": "3.7.4",
177177
"ts-morph": "26.0.0",

test/helper/webapi.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1480,7 +1480,7 @@ module.exports.tests = function () {
14801480
},
14811481
)
14821482
} catch (e) {
1483-
e.message.should.include('expected all elements ({css: a[href="/codeceptjs/CodeceptJS"]}) to have attributes {"disable":true} "0" to equal "3"')
1483+
e.message.should.include('expected all elements ({css: a[href="/codeceptjs/CodeceptJS"]}) to have attributes {"disable":true} "0"')
14841484
}
14851485
})
14861486

0 commit comments

Comments
 (0)