Skip to content

Commit 835530e

Browse files
authored
Update supertest dependency
fixes #75 Major version bump drops support for Node <14.16.0 so no need for a big jump as this package is already <14
1 parent 8d82fbf commit 835530e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-red-node-test-helper",
3-
"version": "0.3.3",
3+
"version": "0.3.4",
44
"description": "A test framework for Node-RED nodes",
55
"main": "index.js",
66
"scripts": {
@@ -21,7 +21,7 @@
2121
"should-sinon": "^0.0.6",
2222
"sinon": "^11.1.2",
2323
"stoppable": "^1.1.0",
24-
"supertest": "^6.3.3"
24+
"supertest": "^7.0.0"
2525
},
2626
"devDependencies": {
2727
"mocha": "^9.2.2"

0 commit comments

Comments
 (0)