Skip to content

Commit b036bf4

Browse files
committed
fix: set min mongoose version 4.4.0, more earlier versions are vulnerable to remote memory exposure.
See https://www.npmjs.com/advisories/599
1 parent 1c1bb6d commit b036bf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
},
3838
"peerDependencies": {
3939
"graphql-compose": ">=4.7.1",
40-
"mongoose": ">=4.0.0 || >=5.0.0"
40+
"mongoose": ">=4.4.0 || >=5.0.0"
4141
},
4242
"devDependencies": {
4343
"@types/graphql": "^0.13.4",

0 commit comments

Comments
 (0)