From b421580ce7856033caf9802ce012045e4cf0eb77 Mon Sep 17 00:00:00 2001 From: snyk-bot <snyk-bot@snyk.io> Date: Sat, 7 Mar 2020 02:21:16 +0000 Subject: [PATCH] fix: upgrade @feathersjs/configuration from 4.5.1 to 4.5.2 Snyk has created this PR to upgrade @feathersjs/configuration from 4.5.1 to 4.5.2. See this package in NPM: https://www.npmjs.com/package/@feathersjs/configuration See this project in Snyk: https://app.snyk.io/org/saiichihashimoto/project/8595585a-7e50-4017-9a23-2ac5ed90e41e?utm_source=github&utm_medium=upgrade-pr --- package-lock.json | 40 ++++++++++++++++++++-------------------- package.json | 2 +- 2 files changed, 21 insertions(+), 21 deletions(-) diff --git a/package-lock.json b/package-lock.json index b4cb456b..2991c808 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1517,35 +1517,35 @@ "integrity": "sha512-AX7fh88MUW3d5T+Zb0lVvwrWqioOhtsCwk9LJtQvexS3CTK6E/xzf6qKFfOv3IQ8x82/6OtMW+F2Yjc3clMFiw==" }, "@feathersjs/configuration": { - "version": "4.5.1", - "resolved": "https://registry.npmjs.org/@feathersjs/configuration/-/configuration-4.5.1.tgz", - "integrity": "sha512-EfPKiGztnZ+Y31XI5ENZkCz9GDxUT6F9SHaVXDzm7v7e+ZTNZreu7sP7215s5oJ9kWP+uSChPKhT/6WTlljFkg==", + "version": "4.5.2", + "resolved": "https://registry.npmjs.org/@feathersjs/configuration/-/configuration-4.5.2.tgz", + "integrity": "sha512-0FID0+sh2AF0jfayD9yFnfziSJFrC7jyiwTTB0yS2OCSSoueLqyVEKJDlgopcjzDvycdx8LotFVBvJuaSvVDng==", "requires": { - "@feathersjs/feathers": "^4.5.1", - "config": "^3.2.5", + "@feathersjs/feathers": "^4.5.2", + "config": "^3.2.6", "debug": "^4.1.1" }, "dependencies": { "@feathersjs/commons": { - "version": "4.5.1", - "resolved": "https://registry.npmjs.org/@feathersjs/commons/-/commons-4.5.1.tgz", - "integrity": "sha512-wSanrV1Tvqf4U8PE4bx+gEdLT0cCuusuoVOvyK4uOlTIOgT85qJMw9MBa99jF7BFF022EzHrpo0CjzwqcMBMIA==" + "version": "4.5.2", + "resolved": "https://registry.npmjs.org/@feathersjs/commons/-/commons-4.5.2.tgz", + "integrity": "sha512-nlgDnM4wxjJdernzNjDMn592H6YKKOhnwFOAkM7rJvFU/qfagBJtbFh1Q4ylRhMd+zK0u/Dg2nV3D5GxJNyDBA==" }, "@feathersjs/feathers": { - "version": "4.5.1", - "resolved": "https://registry.npmjs.org/@feathersjs/feathers/-/feathers-4.5.1.tgz", - "integrity": "sha512-fR+JjdW6HN0LgZzlS0TatyYhtr0Hu7Zh5/uJWbDVQ1+3Eqe3IFeqQzXXIVWipnFUEZ0Pw9d2n7TFvtMCkgHu3Q==", + "version": "4.5.2", + "resolved": "https://registry.npmjs.org/@feathersjs/feathers/-/feathers-4.5.2.tgz", + "integrity": "sha512-wkT8F5K00/wTmUuWayNmOWnyLSbhvhr20aHOkTdWu+TUS12LLvpwcZtZdT0ARWQdG9GUo7Z+oA8JCQp07RwQag==", "requires": { - "@feathersjs/commons": "^4.5.1", + "@feathersjs/commons": "^4.5.2", "debug": "^4.1.1", "events": "^3.1.0", - "uberproto": "^2.0.4" + "uberproto": "^2.0.6" } }, - "events": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/events/-/events-3.1.0.tgz", - "integrity": "sha512-Rv+u8MLHNOdMjTAFeT3nCjHn2aGlx435FP/sDHNaRhDEMwyI/aB22Kj2qIN8R0cw3z28psEQLYwxVKLsKrMgWg==" + "uberproto": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/uberproto/-/uberproto-2.0.6.tgz", + "integrity": "sha512-68H97HffZoFaa3HFtpstahWorN9dSp5uTU6jo3GjIQ6JkJBR3hC2Nx/e/HFOoYHdUyT/Z1MRWfxN1EiQJZUyCQ==" } } }, @@ -5768,9 +5768,9 @@ } }, "config": { - "version": "3.2.5", - "resolved": "https://registry.npmjs.org/config/-/config-3.2.5.tgz", - "integrity": "sha512-8itpjyR01lAJanhAlPncBngYRZez/LoRLW8wnGi+6SEcsUyA1wvHvbpIrAJYDJT+W9BScnj4mYoUgbtp9I+0+Q==", + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/config/-/config-3.3.0.tgz", + "integrity": "sha512-Xw++JjmYOLLX2HaYpySAveO8a9o+Af0jpDdEt1st8xtLeZI0bDfNsI90DGFyE/7mNnEjHiI8ivp/PieM6ODtdw==", "requires": { "json5": "^1.0.1" } diff --git a/package.json b/package.json index 91334319..e4910812 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "@feathersjs/authentication": "4.5.1", "@feathersjs/authentication-oauth": "4.5.1", "@feathersjs/client": "4.5.1", - "@feathersjs/configuration": "4.5.1", + "@feathersjs/configuration": "4.5.2", "@feathersjs/errors": "4.5.1", "@feathersjs/express": "4.5.1", "@feathersjs/feathers": "4.5.1",