From 4c098397410f7e9d27024f58910e9d6b1c5425bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Sat, 5 Jan 2019 15:36:45 +0000 Subject: [PATCH] Bump @feathersjs/errors from 3.3.5 to 3.3.6 Bumps [@feathersjs/errors](https://github.com/feathersjs/feathers) from 3.3.5 to 3.3.6. - [Release notes](https://github.com/feathersjs/feathers/releases) - [Commits](https://github.com/feathersjs/feathers/commits) Signed-off-by: dependabot[bot] --- package-lock.json | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 10e81bf0..4e771065 100644 --- a/package-lock.json +++ b/package-lock.json @@ -207,17 +207,17 @@ } }, "@feathersjs/errors": { - "version": "3.3.5", - "resolved": "https://registry.npmjs.org/@feathersjs/errors/-/errors-3.3.5.tgz", - "integrity": "sha512-Nc4SxKJ7xQk5RZ3M68/Oj5c2uB/VrUATd4dLEdSGHf9j+qvajZVmBPjqDPYfY4IeTnYNhvwTmuyCulD0bCL4ZQ==", + "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" }, "dependencies": { "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 208d5f88..909ccf57 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "@feathersjs/authentication-jwt": "^2.0.9", "@feathersjs/authentication-local": "^1.2.9", "@feathersjs/configuration": "^2.0.6", - "@feathersjs/errors": "^3.3.5", + "@feathersjs/errors": "^3.3.6", "@feathersjs/express": "^1.3.1", "@feathersjs/feathers": "^3.3.1", "@feathersjs/socketio": "^3.2.9",