From 4cf750c0a4bbe11cd3b92732b45d3a7965f784a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Fri, 26 Oct 2018 00:14:12 +0000 Subject: [PATCH] Bump @feathersjs/errors from 3.3.0 to 3.3.4 Bumps [@feathersjs/errors](https://github.com/feathersjs/feathers) from 3.3.0 to 3.3.4. - [Release notes](https://github.com/feathersjs/feathers/releases) - [Commits](https://github.com/feathersjs/feathers/commits/@feathersjs/errors@3.3.4) Signed-off-by: dependabot[bot] --- package-lock.json | 29 +++++++++++++++++++---------- package.json | 2 +- 2 files changed, 20 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3d3c2f08..bf697598 100644 --- a/package-lock.json +++ b/package-lock.json @@ -107,11 +107,26 @@ } }, "@feathersjs/errors": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/@feathersjs/errors/-/errors-3.3.0.tgz", - "integrity": "sha512-9oYAhAj4CKIix5KITRDEzvyNJNIaqNde5lGqmrQLw4pTuyWMvx9tgBhtXPA0l8lS1KnMKw4Qf1gHo6aKrM+OyQ==", + "version": "3.3.4", + "resolved": "https://registry.npmjs.org/@feathersjs/errors/-/errors-3.3.4.tgz", + "integrity": "sha512-yA/HXSWgLiK4ngFslCHxcvnt+gek4fUhJcwpix9Z1jpTnCWW5WqtNxUfUqE1Fj8wKq0Y6VPSaQtE+RZcgryDQQ==", "requires": { - "debug": "^3.1.0" + "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==", + "requires": { + "ms": "^2.1.1" + } + }, + "ms": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.1.tgz", + "integrity": "sha512-tgp+dl5cGk28utYktBsrFqA7HKgrhgPsg6Z/EfhWI4gl1Hwq8B/GmY/0oXZ6nF8hDVesS/FpnYaD/kOWhYQvyg==" + } } }, "@feathersjs/express": { @@ -1510,12 +1525,6 @@ "sshpk": "^1.7.0" } }, - "iconv-lite": { - "version": "0.4.19", - "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.19.tgz", - "integrity": "sha512-oTZqweIP51xaGPI4uPa56/Pri/480R+mo7SeU+YETByQNhDG55ycFyNLIgta9vXhILrxXDmF7ZGhqZIcuN0gJQ==", - "dev": true - }, "ienoopen": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/ienoopen/-/ienoopen-1.0.0.tgz", diff --git a/package.json b/package.json index 8946372b..2a24e57c 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "@feathersjs/authentication-jwt": "^2.0.5", "@feathersjs/authentication-local": "^1.2.1", "@feathersjs/configuration": "^2.0.0", - "@feathersjs/errors": "^3.3.0", + "@feathersjs/errors": "^3.3.4", "@feathersjs/express": "^1.2.7", "@feathersjs/feathers": "^3.1.7", "@feathersjs/socketio": "^3.2.2",