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

Commit 8c93479

Browse files
Merge pull request #137 from Human-Connection/dependabot/npm_and_yarn/feathers-mongodb-3.3.0
2 parents 18f0285 + 5f60fb6 commit 8c93479

File tree

2 files changed

+16
-8
lines changed

2 files changed

+16
-8
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"feathers-logger": "0.3.2",
7171
"feathers-mailer": "~2.0.0",
7272
"feathers-memory": "~2.1.3",
73-
"feathers-mongodb": "~3.2.0",
73+
"feathers-mongodb": "~3.3.0",
7474
"feathers-mongodb-fuzzy-search": "~1.1.1",
7575
"feathers-mongoose": "~6.1.2",
7676
"feathers-profiler": "^0.1.5",

yarn.lock

+15-7
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"
@@ -2907,14 +2911,14 @@ feathers-mongodb-fuzzy-search@~1.1.1:
29072911
feathers-commons "^0.8.7"
29082912
feathers-errors "^2.9.1"
29092913

2910-
feathers-mongodb@~3.2.0:
2911-
version "3.2.0"
2912-
resolved "https://registry.yarnpkg.com/feathers-mongodb/-/feathers-mongodb-3.2.0.tgz#6df807c36733e70a8c5f8a1e9cb9cd1074e14aa5"
2914+
feathers-mongodb@~3.3.0:
2915+
version "3.3.0"
2916+
resolved "https://registry.yarnpkg.com/feathers-mongodb/-/feathers-mongodb-3.3.0.tgz#5d24e285182bca03e1e994d17be5eb767588d962"
29132917
dependencies:
2914-
"@feathersjs/commons" "^1.3.0"
2915-
"@feathersjs/errors" "^3.2.0"
2916-
lodash.omit "^4.3.0"
2917-
uberproto "^2.0.0"
2918+
"@feathersjs/commons" "^1.4.4"
2919+
"@feathersjs/errors" "^3.3.0"
2920+
lodash.omit "^4.5.0"
2921+
uberproto "^2.0.4"
29182922

29192923
feathers-mongoose@~6.1.2:
29202924
version "6.1.2"
@@ -7118,6 +7122,10 @@ uberproto@^2.0.0, uberproto@^2.0.1, uberproto@^2.0.2:
71187122
version "2.0.3"
71197123
resolved "https://registry.yarnpkg.com/uberproto/-/uberproto-2.0.3.tgz#3414e4b63c1eafc65e2a21217b93ee553b2ca6e2"
71207124

7125+
uberproto@^2.0.4:
7126+
version "2.0.4"
7127+
resolved "https://registry.yarnpkg.com/uberproto/-/uberproto-2.0.4.tgz#f215bcc227c1b8fd8fccd8d701b9c96dd71ff85d"
7128+
71217129
uglify-js@^2.6:
71227130
version "2.8.29"
71237131
resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-2.8.29.tgz#29c5733148057bb4e1f75df35b7a9cb72e6a59dd"

0 commit comments

Comments
 (0)