Skip to content

Commit 6f53b9b

Browse files
authored
Merge pull request #70 from Pezmc/chore-compatibility-flag
Use compatible versions rather than specific version of dependencies
2 parents 6009463 + 7c1af1f commit 6f53b9b

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,18 @@
1313
"url": "https://github.com/node-red/node-red-node-test-helper.git"
1414
},
1515
"dependencies": {
16-
"body-parser": "1.20.0",
17-
"express": "4.18.1",
18-
"read-pkg-up": "7.0.1",
19-
"semver": "7.3.7",
16+
"body-parser": "^1.20.2",
17+
"express": "^4.18.2",
18+
"read-pkg-up": "^7.0.1",
19+
"semver": "^7.5.4",
2020
"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"
21+
"should-sinon": "^0.0.6",
22+
"sinon": "^11.1.2",
23+
"stoppable": "^1.1.0",
24+
"supertest": "^6.3.3"
2525
},
2626
"devDependencies": {
27-
"mocha": "9.2.2"
27+
"mocha": "^9.2.2"
2828
},
2929
"contributors": [
3030
{

0 commit comments

Comments
 (0)