Skip to content

Commit

Permalink
⬆️ Update feathersjs
Browse files Browse the repository at this point in the history
  • Loading branch information
timmo001 committed Sep 21, 2019
1 parent 15e5327 commit 3905525
Show file tree
Hide file tree
Showing 4 changed files with 185 additions and 79 deletions.
16 changes: 8 additions & 8 deletions api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@
"compile": "shx rm -rf lib/ && tsc"
},
"dependencies": {
"@feathersjs/authentication": "4.3.2",
"@feathersjs/authentication-local": "4.3.2",
"@feathersjs/authentication-oauth": "4.3.2",
"@feathersjs/configuration": "4.3.2",
"@feathersjs/errors": "4.3.2",
"@feathersjs/express": "4.3.2",
"@feathersjs/feathers": "4.3.2",
"@feathersjs/socketio": "4.3.2",
"@feathersjs/authentication": "4.3.3",
"@feathersjs/authentication-local": "4.3.3",
"@feathersjs/authentication-oauth": "4.3.3",
"@feathersjs/configuration": "4.3.3",
"@feathersjs/errors": "4.3.3",
"@feathersjs/express": "4.3.3",
"@feathersjs/feathers": "4.3.3",
"@feathersjs/socketio": "4.3.3",
"compression": "1.7.4",
"cors": "2.8.5",
"feathers-nedb": "5.0.1",
Expand Down
95 changes: 50 additions & 45 deletions api/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -148,37 +148,41 @@
"@feathersjs/errors" "^4.3.0"
"@feathersjs/feathers" "^4.3.0"

"@feathersjs/authentication-local@4.3.2":
version "4.3.2"
resolved "https://registry.yarnpkg.com/@feathersjs/authentication-local/-/authentication-local-4.3.2.tgz#b578afd46c76862bada22a960a444d56da176b65"
integrity sha512-nZKWwi/99zPqFIZ+0RUBx65iatayyXNkD9ekyNy+1pC5DqmC4FK+5LbJqBF4zSBSRnfAARFW2qehfKn4AY/eBQ==
"@feathersjs/authentication-local@4.3.3":
version "4.3.3"
resolved "https://registry.yarnpkg.com/@feathersjs/authentication-local/-/authentication-local-4.3.3.tgz#a8ebeeaa3ec0308570a9949fbca0ea1ea0489382"
integrity sha512-MqCFmtPeFOzpok7suToiO8aRtfENHgL45/HxTGI6+EXwifDO1wAEPl98YqPm7DUCL+ww/atopohBhoTA6R6Jdw==
dependencies:
"@feathersjs/errors" "^4.3.2"
"@feathersjs/authentication" "^4.3.3"
"@feathersjs/errors" "^4.3.3"
"@feathersjs/feathers" "^4.3.3"
bcryptjs "^2.4.3"
debug "^4.1.1"
lodash "^4.17.15"

"@feathersjs/authentication-oauth@4.3.2":
version "4.3.2"
resolved "https://registry.yarnpkg.com/@feathersjs/authentication-oauth/-/authentication-oauth-4.3.2.tgz#5225d5f27cf528302b76605fd8aedf932f257deb"
integrity sha512-BqDT1q95BNaXEMi2t1U+m8p0C/c12GPkP/FgRy13SWLQDpHfKtttjRfRFynVHGQfqoQszvvZruVp1a5zohMoUg==
"@feathersjs/authentication-oauth@4.3.3":
version "4.3.3"
resolved "https://registry.yarnpkg.com/@feathersjs/authentication-oauth/-/authentication-oauth-4.3.3.tgz#157db73fe263621c386451e04ec696ecdd62405a"
integrity sha512-Hv7Y8NUVj3r2xZVLqnrYmsE+ogmAOMMuFANWaxBZHT9zZ2/TaqV8xXO4dNzIABvvQiEIT8dnqrYTls53AMpbxQ==
dependencies:
"@feathersjs/authentication" "^4.3.2"
"@feathersjs/errors" "^4.3.2"
"@feathersjs/express" "^4.3.2"
"@feathersjs/authentication" "^4.3.3"
"@feathersjs/errors" "^4.3.3"
"@feathersjs/express" "^4.3.3"
"@feathersjs/feathers" "^4.3.3"
debug "^4.1.1"
express-session "^1.16.2"
grant "^4.6.2"
grant-profile "^0.0.5"
lodash "^4.17.15"

"@feathersjs/authentication@4.3.2", "@feathersjs/authentication@^4.3.2":
version "4.3.2"
resolved "https://registry.yarnpkg.com/@feathersjs/authentication/-/authentication-4.3.2.tgz#9a07f28eeecb85efa1612bed6aeedf2911347ee7"
integrity sha512-c87AtOD09SO7LitbxYwRezrrEOJDzKTjoLcR5770YbgJMBdOPJ/PdO49Ti0Ux6lef41klhhgAUS9ShlxcsWXkQ==
"@feathersjs/authentication@4.3.3", "@feathersjs/authentication@^4.3.3":
version "4.3.3"
resolved "https://registry.yarnpkg.com/@feathersjs/authentication/-/authentication-4.3.3.tgz#66f59fb6082646087d4c186d5cbae8131b2d5fb0"
integrity sha512-r2UvjP53lCwjYsvdhLR+qKMqhSRdbTi8EGdi8DQKPBHRjyo4lIW9jZIgHdMWH8nH5+1wjJ1dcRJhG968MI9TOg==
dependencies:
"@feathersjs/errors" "^4.3.2"
"@feathersjs/transport-commons" "^4.3.2"
"@feathersjs/errors" "^4.3.3"
"@feathersjs/feathers" "^4.3.3"
"@feathersjs/transport-commons" "^4.3.3"
debug "^4.1.1"
jsonwebtoken "^8.5.1"
lodash "^4.17.15"
Expand All @@ -190,18 +194,19 @@
resolved "https://registry.yarnpkg.com/@feathersjs/commons/-/commons-4.3.0.tgz#6b0993ac790382aa28ec8a138f3e91501973b418"
integrity sha512-N3CDavCNRp+usgyfDSFXCwETnp4nIEevl5v1nqULGhPYco0SjF15zu4hYyd3GCn0aAwzaIehYyaMcdee9Eo1KQ==

"@feathersjs/configuration@4.3.2":
version "4.3.2"
resolved "https://registry.yarnpkg.com/@feathersjs/configuration/-/configuration-4.3.2.tgz#30d79fd24ee0b8cc2d635267aa703d0235d2a9d6"
integrity sha512-2MuExqWLyr0JF1MXOdKHeeGPlHX/EOQAvq3GgrLStnGOyhZVVNeVdYcbEHm8GKlgaI3T55Ghb+973GjGZX/vfQ==
"@feathersjs/configuration@4.3.3":
version "4.3.3"
resolved "https://registry.yarnpkg.com/@feathersjs/configuration/-/configuration-4.3.3.tgz#4b76fe265339fbc0a6729182604386c14019bad5"
integrity sha512-xiQmrwKNw4m/ArPVIBLpe/BkpvaH+OHYvgICRRXlV+H4HHDqi1GCEhUhmpku/UhkOY9ova4dQ0Kgk77KMDV7VQ==
dependencies:
"@feathersjs/feathers" "^4.3.3"
config "^3.2.2"
debug "^4.1.1"

"@feathersjs/errors@4.3.2", "@feathersjs/errors@^4.3.2":
version "4.3.2"
resolved "https://registry.yarnpkg.com/@feathersjs/errors/-/errors-4.3.2.tgz#409dd433862047aae864b71c3d9352379c7a6b67"
integrity sha512-rfwBrtXejz1qLSsw6NtwfeXOAyAHu6D2rRCaWCsa6paPmhbArifHIDuEVaTCJqRySzGnwiuG+pQfQ5wMPXvOyA==
"@feathersjs/errors@4.3.3", "@feathersjs/errors@^4.3.3":
version "4.3.3"
resolved "https://registry.yarnpkg.com/@feathersjs/errors/-/errors-4.3.3.tgz#4fc2956013e3599999fd8a14d5b61deb61a21476"
integrity sha512-vqW6TDZIj7x77qenghGrWVhURN/SRYg9DjnE9aWoR4TPv9z+w3UzDl5luUW/KhHa7+2wh/TDGIdfUF5PTv8Mpg==
dependencies:
debug "^4.1.1"

Expand All @@ -212,23 +217,23 @@
dependencies:
debug "^4.1.1"

"@feathersjs/express@4.3.2", "@feathersjs/express@^4.3.2":
version "4.3.2"
resolved "https://registry.yarnpkg.com/@feathersjs/express/-/express-4.3.2.tgz#078baef632b787adf34aa7c7326cbce366aca7ce"
integrity sha512-PKxkcckgb2dMp9Sa9UroEpIlM5qNlPkE0p6oZs0UztqWsR19tBew1PC9lv2FoKdT6JrQqSlO8jcmXBPpKyL8Cg==
"@feathersjs/express@4.3.3", "@feathersjs/express@^4.3.3":
version "4.3.3"
resolved "https://registry.yarnpkg.com/@feathersjs/express/-/express-4.3.3.tgz#c8e57ed7a900d2ba4f43c08fe642eab2c53af5e4"
integrity sha512-ad37G2X+GimDuH7E3tOMi+u1szlK9xrmgfvoQXKyHosAxtkq2i2eq9mv1IfuKSyU85Y7DT2KlUE+5ostUBjTWg==
dependencies:
"@feathersjs/commons" "^4.3.0"
"@feathersjs/errors" "^4.3.2"
"@feathersjs/errors" "^4.3.3"
"@types/express" "^4.17.1"
debug "^4.1.1"
express "^4.17.1"
lodash "^4.17.15"
uberproto "^2.0.4"

"@feathersjs/feathers@4.3.2":
version "4.3.2"
resolved "https://registry.yarnpkg.com/@feathersjs/feathers/-/feathers-4.3.2.tgz#191fdae84b79a23c610ea56a65b83957c46e403f"
integrity sha512-hrj8nzdJk0qd7sz5ObmHGoYAdh57sGpD+scHeggPmIXY3LlkJNq4riyYitKeGSYs2cU4CMsq4JHfCb1Qq6Rdeg==
"@feathersjs/feathers@4.3.3", "@feathersjs/feathers@^4.3.3":
version "4.3.3"
resolved "https://registry.yarnpkg.com/@feathersjs/feathers/-/feathers-4.3.3.tgz#6870a6400e3ccaf8d8611168b28eff6631c2ef5d"
integrity sha512-FHbKn9XdUjZlXUvszn1sVamPWk2X/UBEpPHD6XyGq9kXa66fm9rqbEFueZ3MXc6Jsva+uW1m+CLQBYUvaTJhLQ==
dependencies:
"@feathersjs/commons" "^4.3.0"
debug "^4.1.1"
Expand All @@ -245,24 +250,24 @@
events "^3.0.0"
uberproto "^2.0.4"

"@feathersjs/socketio@4.3.2":
version "4.3.2"
resolved "https://registry.yarnpkg.com/@feathersjs/socketio/-/socketio-4.3.2.tgz#a0d8fcbc5f859b7b1372a97b586a14512622d1cd"
integrity sha512-DYtUrZq4I8AD74z3OxuM+hNXlSB6+2QH9ehu+PEw5B+GaYASzQ7fWVRwZcQZBebiqZURPmhJxWg8Ux1UlUL7VQ==
"@feathersjs/socketio@4.3.3":
version "4.3.3"
resolved "https://registry.yarnpkg.com/@feathersjs/socketio/-/socketio-4.3.3.tgz#44dead08e536d14b4f4ed22e9ac1b869c960a46a"
integrity sha512-hAYU7rg5SYG2wKjrDEb7O7C65yRxAFceFaB8i2u7jnuzlfQBEFktuX2K5u/Q8bChpoP6mvysVutFC1K/9rVIhw==
dependencies:
"@feathersjs/transport-commons" "^4.3.2"
"@feathersjs/transport-commons" "^4.3.3"
"@types/socket.io" "^2.1.2"
debug "^4.1.1"
socket.io "^2.2.0"
uberproto "^2.0.4"

"@feathersjs/transport-commons@^4.3.2":
version "4.3.2"
resolved "https://registry.yarnpkg.com/@feathersjs/transport-commons/-/transport-commons-4.3.2.tgz#f4708c3f9b52964ba8a15ea8516ae56b687f8f17"
integrity sha512-8DSoxioqSeJ86i47Rcdp9SShRwhLQP19WcRdypCyIl/yTCwPd0l5OCzQyVgk37EeWxV/CliGHdIuZxvKU+1Xdw==
"@feathersjs/transport-commons@^4.3.3":
version "4.3.3"
resolved "https://registry.yarnpkg.com/@feathersjs/transport-commons/-/transport-commons-4.3.3.tgz#1244cff4a0c5a72832e300b2f1985c2d6784db99"
integrity sha512-jSH0v4Twg1y9vBkHzeOVHzjHYv5ahaZQVathRmoiHWi/f5JZqwx01+lEBhHkDFJU9tH3BpnjctAdb8BVOz2FFQ==
dependencies:
"@feathersjs/commons" "^4.3.0"
"@feathersjs/errors" "^4.3.2"
"@feathersjs/errors" "^4.3.3"
debug "^4.1.1"
lodash "^4.17.15"
radix-router "^3.0.1"
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"license": "MIT",
"homepage": ".",
"dependencies": {
"@feathersjs/authentication-client": "4.3.2",
"@feathersjs/feathers": "4.3.2",
"@feathersjs/socketio-client": "4.3.2",
"@feathersjs/authentication-client": "4.3.3",
"@feathersjs/feathers": "4.3.3",
"@feathersjs/socketio-client": "4.3.3",
"@material-ui/core": "4.4.2",
"@material-ui/icons": "4.4.1",
"@mdi/font": "4.4.95",
Expand Down
Loading

0 comments on commit 3905525

Please sign in to comment.