From 6aeaeb31922e6d90ee76c39a0a3bd0966b3ba2b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Sat, 5 Jan 2019 15:17:40 +0000 Subject: [PATCH] Bump @feathersjs/express from 1.3.0 to 1.3.1 Bumps [@feathersjs/express](https://github.com/feathersjs/feathers) from 1.3.0 to 1.3.1. - [Release notes](https://github.com/feathersjs/feathers/releases) - [Commits](https://github.com/feathersjs/feathers/compare/@feathersjs/express@1.3.0...@feathersjs/express@1.3.1) Signed-off-by: dependabot[bot] --- package-lock.json | 25 ++++++++++++++----------- package.json | 2 +- 2 files changed, 15 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index c2ec3500..c9f753df 100644 --- a/package-lock.json +++ b/package-lock.json @@ -230,26 +230,29 @@ } }, "@feathersjs/express": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/@feathersjs/express/-/express-1.3.0.tgz", - "integrity": "sha512-IBjjY5x8iGQkZpAGQe7AYlEkhhwPOfx0wDf1Ben0EXwKFWLs+hkux9CJN2yQGRG61k9g8VVc79F4639FWrm3Mw==", + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/@feathersjs/express/-/express-1.3.1.tgz", + "integrity": "sha512-7Bj3pWj0/p2G5bpK9+0b4D9SR6LnpDxkWQcrkFQrHuMuiuPMZlnxfVgNogUUj5CaKNAKiRpXe+g/qwQGw60J6A==", "requires": { "@feathersjs/commons": "^4.0.0", - "@feathersjs/errors": "^3.3.5", + "@feathersjs/errors": "^3.3.6", "debug": "^4.0.0", "express": "^4.16.2", "uberproto": "^2.0.0" }, "dependencies": { - "@feathersjs/commons": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/@feathersjs/commons/-/commons-4.0.0.tgz", - "integrity": "sha512-hyCLse4RiNt7WLPQ0KSudjoVnwiRykhYzIZdtDon9i2usPaoYkFw/fEYZrkE5HVB+sUTwphZoZ1oOntRk1MShg==" + "@feathersjs/errors": { + "version": "3.3.6", + "resolved": "https://registry.npmjs.org/@feathersjs/errors/-/errors-3.3.6.tgz", + "integrity": "sha512-VCohY/AQU13xYyZGl6rfdUgE+2bjaI76a4aEb6reIphHKgb4mnjYlg2PzS1/hcU1qUNi515kY9yQa5HsE7J1dQ==", + "requires": { + "debug": "^4.0.0" + } }, "debug": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.1.0.tgz", - "integrity": "sha512-heNPJUJIqC+xB6ayLAMHaIrmN9HKa7aQO8MGqKpvCA+uJYVcvR6l5kgdrhRuwPFHU7P5/A1w0BjByPHwpfTDKg==", + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.1.1.tgz", + "integrity": "sha512-pYAIzeRo8J6KPEaJ0VWOh5Pzkbw/RetuzehGM7QRRX5he4fPHx2rdKMB256ehJCkX+XRQm16eZLqLNS8RSZXZw==", "requires": { "ms": "^2.1.1" } diff --git a/package.json b/package.json index defe9237..16597188 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "@feathersjs/authentication-local": "^1.2.8", "@feathersjs/configuration": "^2.0.5", "@feathersjs/errors": "^3.3.5", - "@feathersjs/express": "^1.3.0", + "@feathersjs/express": "^1.3.1", "@feathersjs/feathers": "^3.3.0", "@feathersjs/socketio": "^3.2.8", "compression": "^1.7.3",