Skip to content
This repository was archived by the owner on Jun 27, 2019. It is now read-only.

Commit 5f60fb6

Browse files
1 parent 86ac186 commit 5f60fb6

File tree

2 files changed

+16
-8
lines changed

2 files changed

+16
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"feathers-logger": "0.3.2",
7979
"feathers-mailer": "~2.0.0",
8080
"feathers-memory": "~2.1.3",
81-
"feathers-mongodb": "~3.2.0",
81+
"feathers-mongodb": "~3.3.0",
8282
"feathers-mongodb-fuzzy-search": "~1.1.1",
8383
"feathers-mongoose": "~6.1.2",
8484
"feathers-profiler": "^0.1.5",

yarn.lock

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,10 @@
217217
version "1.4.1"
218218
resolved "https://registry.yarnpkg.com/@feathersjs/commons/-/commons-1.4.1.tgz#81f19ffb83eac6afd33c629d4d0cad57441fbede"
219219

220+
"@feathersjs/commons@^1.4.4":
221+
version "1.4.4"
222+
resolved "https://registry.yarnpkg.com/@feathersjs/commons/-/commons-1.4.4.tgz#cd8c0a4dfc7ba1027d359ae80542381241564728"
223+
220224
"@feathersjs/configuration@^1.0.2":
221225
version "1.0.2"
222226
resolved "https://registry.yarnpkg.com/@feathersjs/configuration/-/configuration-1.0.2.tgz#18da733e908fc39726233dbae867c6b0eb3920cd"
@@ -2897,14 +2901,14 @@ feathers-mongodb-fuzzy-search@~1.1.1:
28972901
feathers-commons "^0.8.7"
28982902
feathers-errors "^2.9.1"
28992903

2900-
feathers-mongodb@~3.2.0:
2901-
version "3.2.0"
2902-
resolved "https://registry.yarnpkg.com/feathers-mongodb/-/feathers-mongodb-3.2.0.tgz#6df807c36733e70a8c5f8a1e9cb9cd1074e14aa5"
2904+
feathers-mongodb@~3.3.0:
2905+
version "3.3.0"
2906+
resolved "https://registry.yarnpkg.com/feathers-mongodb/-/feathers-mongodb-3.3.0.tgz#5d24e285182bca03e1e994d17be5eb767588d962"
29032907
dependencies:
2904-
"@feathersjs/commons" "^1.3.0"
2905-
"@feathersjs/errors" "^3.2.0"
2906-
lodash.omit "^4.3.0"
2907-
uberproto "^2.0.0"
2908+
"@feathersjs/commons" "^1.4.4"
2909+
"@feathersjs/errors" "^3.3.0"
2910+
lodash.omit "^4.5.0"
2911+
uberproto "^2.0.4"
29082912

29092913
feathers-mongoose@~6.1.2:
29102914
version "6.1.2"
@@ -7070,6 +7074,10 @@ uberproto@^2.0.0, uberproto@^2.0.1, uberproto@^2.0.2:
70707074
version "2.0.3"
70717075
resolved "https://registry.yarnpkg.com/uberproto/-/uberproto-2.0.3.tgz#3414e4b63c1eafc65e2a21217b93ee553b2ca6e2"
70727076

7077+
uberproto@^2.0.4:
7078+
version "2.0.4"
7079+
resolved "https://registry.yarnpkg.com/uberproto/-/uberproto-2.0.4.tgz#f215bcc227c1b8fd8fccd8d701b9c96dd71ff85d"
7080+
70737081
uglify-js@^2.6:
70747082
version "2.8.29"
70757083
resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-2.8.29.tgz#29c5733148057bb4e1f75df35b7a9cb72e6a59dd"

0 commit comments

Comments
 (0)