mongoose-gridfs 1.2.44 → 1.2.48

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +24 -0
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,3 +1,27 @@
1
+ #### 1.2.48 (2020-08-08)
2
+
3
+ ##### Chores
4
+
5
+ * **deps:** force latest version & audit fix ([4e6c051e](https://github.com/lykmapipo/mongoose-gridfs/commit/4e6c051e19c713e2e86293c83e2516d78f3c743d))
6
+
7
+ #### 1.2.47 (2020-07-29)
8
+
9
+ ##### Chores
10
+
11
+ * **deps:** force latest version & audit fix ([77ae882c](https://github.com/lykmapipo/mongoose-gridfs/commit/77ae882c89e00e287ca784085af257e96470b805))
12
+
13
+ #### 1.2.46 (2020-07-14)
14
+
15
+ ##### Chores
16
+
17
+ * **deps:** force latest version & audit fix ([0fc08b42](https://github.com/lykmapipo/mongoose-gridfs/commit/0fc08b42f360ac80835679fc2aa123a0b03a2670))
18
+
19
+ #### 1.2.45 (2020-07-02)
20
+
21
+ ##### Chores
22
+
23
+ * **deps:** force latest version & audit fix ([e01a5738](https://github.com/lykmapipo/mongoose-gridfs/commit/e01a5738fea7eb9149af9d36e1307735ef1646cc))
24
+
1
25
  #### 1.2.44 (2020-06-26)
2
26
 
3
27
  ##### Chores
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mongoose-gridfs",
3
- "version": "1.2.44",
3
+ "version": "1.2.48",
4
4
  "description": "mongoose gridfs on top of gridfs-stream",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -33,15 +33,15 @@
33
33
  "url": "https://github.com/lykmapipo/mongoose-gridfs/issues"
34
34
  },
35
35
  "dependencies": {
36
- "@lykmapipo/mongoose-common": ">=0.38.0",
37
- "lodash": ">=4.17.15",
36
+ "@lykmapipo/mongoose-common": ">=0.38.4",
37
+ "lodash": ">=4.17.19",
38
38
  "stream-read": ">=1.1.2"
39
39
  },
40
40
  "peerDependencies": {
41
- "mongoose": ">=5.9.20"
41
+ "mongoose": ">=5.9.28"
42
42
  },
43
43
  "devDependencies": {
44
- "@lykmapipo/mongoose-test-helpers": ">=0.8.0",
44
+ "@lykmapipo/mongoose-test-helpers": ">=0.8.4",
45
45
  "async": ">=3.2.0",
46
46
  "body-parser": "^1.19.0",
47
47
  "chai": "^4.2.0",
@@ -49,7 +49,7 @@
49
49
  "doxdox": "^3.0.0",
50
50
  "express": "^4.17.1",
51
51
  "form-data": "^3.0.0",
52
- "grunt": "^1.1.0",
52
+ "grunt": "^1.2.1",
53
53
  "grunt-contrib-jshint": "^2.1.0",
54
54
  "grunt-contrib-watch": "^1.1.0",
55
55
  "grunt-mocha-test": "^0.13.3",
@@ -58,9 +58,9 @@
58
58
  "jshint-stylish": "^2.2.1",
59
59
  "load-grunt-tasks": "^5.1.0",
60
60
  "mime": "^2.4.6",
61
- "mocha": "^8.0.1",
62
- "mongoose": ">=5.9.20",
63
- "mongoose-rest-actions": "^0.30.1",
61
+ "mocha": "^8.1.1",
62
+ "mongoose": ">=5.9.28",
63
+ "mongoose-rest-actions": "^0.30.5",
64
64
  "multer": "^1.4.2",
65
65
  "on-finished": "^2.3.0",
66
66
  "shelljs": "^0.8.4"