From 15c41ec86d2a4394d9a568943f3c48e33945110a Mon Sep 17 00:00:00 2001 From: fratzinger <22286818+fratzinger@users.noreply.github.com> Date: Thu, 22 Sep 2022 11:08:43 +0200 Subject: [PATCH] chore: check updates for examples --- examples/js/package.json | 44 ++++++++++++++++++++-------------------- package.json | 3 ++- 2 files changed, 24 insertions(+), 23 deletions(-) diff --git a/examples/js/package.json b/examples/js/package.json index 450bf11..d0719dd 100644 --- a/examples/js/package.json +++ b/examples/js/package.json @@ -37,33 +37,33 @@ "ignore": [] }, "dependencies": { - "@feathersjs/authentication": "^4.5.11", - "@feathersjs/authentication-local": "^4.5.11", - "@feathersjs/authentication-oauth": "^4.5.11", - "@feathersjs/configuration": "^4.5.11", - "@feathersjs/errors": "^4.5.11", - "@feathersjs/express": "^4.5.11", - "@feathersjs/feathers": "^4.5.11", - "@feathersjs/socketio": "^4.5.11", - "@feathersjs/transport-commons": "^4.5.11", + "@feathersjs/authentication": "^4.5.15", + "@feathersjs/authentication-local": "^4.5.15", + "@feathersjs/authentication-oauth": "^4.5.15", + "@feathersjs/configuration": "^4.5.15", + "@feathersjs/errors": "^4.5.15", + "@feathersjs/express": "^4.5.15", + "@feathersjs/feathers": "^4.5.15", + "@feathersjs/socketio": "^4.5.15", + "@feathersjs/transport-commons": "^4.5.15", "compression": "^1.7.4", "cors": "^2.8.5", - "feathers-authentication-management": "^3.1.0", - "feathers-hooks-common": "^5.0.5", - "feathers-mailer": "^3.0.1", - "feathers-sequelize": "^6.2.0", - "helmet": "^4.4.1", + "feathers-authentication-management": "^4.0.0", + "feathers-hooks-common": "^6.1.5", + "feathers-mailer": "^3.1.0", + "feathers-sequelize": "^6.3.4", + "helmet": "^6.0.0", "lodash": "^4.17.21", - "nodemailer": "^6.4.18", - "pg": "^7.18.2", - "sequelize": "^5.22.3", + "nodemailer": "^6.7.8", + "pg": "^8.8.0", + "sequelize": "^6.23.0", "serve-favicon": "^2.5.0", - "winston": "^3.3.3" + "winston": "^3.8.2" }, "devDependencies": { - "axios": "^0.21.1", - "eslint": "^7.20.0", - "mocha": "^8.3.0", - "nodemon": "^2.0.7" + "axios": "^0.27.2", + "eslint": "^8.23.1", + "mocha": "^10.0.0", + "nodemon": "^2.0.20" } } diff --git a/package.json b/package.json index 8a80bfe..57c32d4 100755 --- a/package.json +++ b/package.json @@ -55,7 +55,8 @@ "test": "npm run mocha", "compile": "shx rm -rf dist/ && tsc", "docs": "vitepress dev docs --port 3333 --open", - "docs:build": "vitepress build docs" + "docs:build": "vitepress build docs", + "check-updates": "ncu -u && ncu -u --cwd examples/js" }, "dependencies": { "@feathersjs/authentication": "^4.5.15",