We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d82fbf commit 835530eCopy full SHA for 835530e
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "node-red-node-test-helper",
3
- "version": "0.3.3",
+ "version": "0.3.4",
4
"description": "A test framework for Node-RED nodes",
5
"main": "index.js",
6
"scripts": {
@@ -21,7 +21,7 @@
21
"should-sinon": "^0.0.6",
22
"sinon": "^11.1.2",
23
"stoppable": "^1.1.0",
24
- "supertest": "^6.3.3"
+ "supertest": "^7.0.0"
25
},
26
"devDependencies": {
27
"mocha": "^9.2.2"
0 commit comments