mongoose-gridfs
Advanced tools
Comparing version 1.2.28 to 1.2.29
@@ -0,1 +1,7 @@ | ||
#### 1.2.29 (2020-02-28) | ||
##### Chores | ||
* **deps:** force latest version & audit fix ([2da2619e](https://github.com/lykmapipo/mongoose-gridfs/commit/2da2619e03a31b22ac276ec7656a730a8ffdd7a3)) | ||
#### 1.2.28 (2020-02-16) | ||
@@ -2,0 +8,0 @@ |
{ | ||
"name": "mongoose-gridfs", | ||
"version": "1.2.28", | ||
"version": "1.2.29", | ||
"description": "mongoose gridfs on top of gridfs-stream", | ||
@@ -36,3 +36,3 @@ "main": "index.js", | ||
"dependencies": { | ||
"@lykmapipo/mongoose-common": ">=0.29.4", | ||
"@lykmapipo/mongoose-common": ">=0.29.5", | ||
"lodash": ">=4.17.15", | ||
@@ -42,7 +42,7 @@ "stream-read": ">=1.1.2" | ||
"peerDependencies": { | ||
"mongoose": ">=5.9.1" | ||
"mongoose": ">=5.9.2" | ||
}, | ||
"devDependencies": { | ||
"@lykmapipo/mongoose-test-helpers": ">=0.7.36", | ||
"async": ">=3.1.1", | ||
"@lykmapipo/mongoose-test-helpers": ">=0.7.37", | ||
"async": ">=3.2.0", | ||
"body-parser": "^1.19.0", | ||
@@ -63,5 +63,5 @@ "chai": "^4.2.0", | ||
"mime": "^2.4.4", | ||
"mocha": "^7.0.1", | ||
"mongoose": ">=5.9.1", | ||
"mongoose-rest-actions": "^0.29.15", | ||
"mocha": "^7.1.0", | ||
"mongoose": ">=5.9.2", | ||
"mongoose-rest-actions": "^0.29.16", | ||
"multer": "^1.4.2", | ||
@@ -68,0 +68,0 @@ "on-finished": "^2.3.0", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
71988