From 1b86dcef9fd537db800e0df2c2f3889ffbc69723 Mon Sep 17 00:00:00 2001 From: eug-vs Date: Sun, 14 Mar 2021 06:44:05 +0300 Subject: feat: add products service --- yarn.lock | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) (limited to 'yarn.lock') diff --git a/yarn.lock b/yarn.lock index f20e005..0a638b6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2,12 +2,21 @@ # yarn lockfile v1 -"@feathersjs/commons@^4.5.11": +"@feathersjs/adapter-commons@^4.4.3": + version "4.5.11" + resolved "https://registry.yarnpkg.com/@feathersjs/adapter-commons/-/adapter-commons-4.5.11.tgz#b7eaa9a9124591aa639f9080a7522fa60fb29915" + integrity sha512-qJ+P/6GLR3KfXhzgRkvl3p66YmaTxLO1js1Jzs+d5QnnUYx+jWSV7tzYVZoVjQSlF8ht/zh9N5qfh0RV9w1E+w== + dependencies: + "@feathersjs/commons" "^4.5.11" + "@feathersjs/errors" "^4.5.11" + "@feathersjs/feathers" "^4.5.11" + +"@feathersjs/commons@^4.4.3", "@feathersjs/commons@^4.5.11": version "4.5.11" resolved "https://registry.yarnpkg.com/@feathersjs/commons/-/commons-4.5.11.tgz#4c9d04e6996b823981b714312f7915c4469f0ffd" integrity sha512-it/9lc0OER36+2zidopWo6Z4xRqNImQ+qegyQdHEuIDpEsYLXAv6MVHuDccaW2x2UmW5pce75UB7DhQ8yh8J/Q== -"@feathersjs/errors@^4.5.11": +"@feathersjs/errors@^4.4.3", "@feathersjs/errors@^4.5.11": version "4.5.11" resolved "https://registry.yarnpkg.com/@feathersjs/errors/-/errors-4.5.11.tgz#419b4dd9b557fe7a87978363175cbd5e06f8b3b9" integrity sha512-KzkUqmaV7/SGK6SM/ILXjMI/EHOGKQE4GgDHCsB4+mcIwb8IZboeHL6IkYjh6MvwjKNDyS728McZvcflDGn/fA== @@ -468,6 +477,15 @@ express@^4.17.1: utils-merge "1.0.1" vary "~1.1.2" +feathers-mongoose@^8.3.1: + version "8.3.1" + resolved "https://registry.yarnpkg.com/feathers-mongoose/-/feathers-mongoose-8.3.1.tgz#240ecb746e1da26e05fb85d16148c84ec41f8a80" + integrity sha512-N89kOOp06PaYwyK2REI56fDSPDBKYuJc/E6uqCUu4+nQ6wvM3m+L4aX6lfXWBowD7MWpFzNDG/T9GOGjzrQ55g== + dependencies: + "@feathersjs/adapter-commons" "^4.4.3" + "@feathersjs/commons" "^4.4.3" + "@feathersjs/errors" "^4.4.3" + finalhandler@~1.1.2: version "1.1.2" resolved "https://registry.yarnpkg.com/finalhandler/-/finalhandler-1.1.2.tgz#b7e7d000ffd11938d0fdb053506f6ebabe9f587d" -- cgit v1.2.3