We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6009463 + 7c1af1f commit 6f53b9bCopy full SHA for 6f53b9b
package.json
@@ -13,18 +13,18 @@
13
"url": "https://github.com/node-red/node-red-node-test-helper.git"
14
},
15
"dependencies": {
16
- "body-parser": "1.20.0",
17
- "express": "4.18.1",
18
- "read-pkg-up": "7.0.1",
19
- "semver": "7.3.7",
+ "body-parser": "^1.20.2",
+ "express": "^4.18.2",
+ "read-pkg-up": "^7.0.1",
+ "semver": "^7.5.4",
20
"should": "^13.2.3",
21
- "should-sinon": "0.0.6",
22
- "sinon": "11.1.2",
23
- "stoppable": "1.1.0",
24
- "supertest": "6.2.3"
+ "should-sinon": "^0.0.6",
+ "sinon": "^11.1.2",
+ "stoppable": "^1.1.0",
+ "supertest": "^6.3.3"
25
26
"devDependencies": {
27
- "mocha": "9.2.2"
+ "mocha": "^9.2.2"
28
29
"contributors": [
30
{
0 commit comments