Skip to content

Commit

Permalink
Merge pull request #76 from hardillb/patch-1
Browse files Browse the repository at this point in the history
Update supertest dependency
  • Loading branch information
knolleary authored May 3, 2024
2 parents 8d82fbf + 835530e commit 560a3f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-red-node-test-helper",
"version": "0.3.3",
"version": "0.3.4",
"description": "A test framework for Node-RED nodes",
"main": "index.js",
"scripts": {
Expand All @@ -21,7 +21,7 @@
"should-sinon": "^0.0.6",
"sinon": "^11.1.2",
"stoppable": "^1.1.0",
"supertest": "^6.3.3"
"supertest": "^7.0.0"
},
"devDependencies": {
"mocha": "^9.2.2"
Expand Down

0 comments on commit 560a3f1

Please sign in to comment.