From 248402ed6561590e368b06435d643e0a7d4dd810 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 7 Mar 2020 02:21:27 +0000 Subject: [PATCH] fix: upgrade @feathersjs/socketio from 4.5.1 to 4.5.2 Snyk has created this PR to upgrade @feathersjs/socketio from 4.5.1 to 4.5.2. See this package in NPM: https://www.npmjs.com/package/@feathersjs/socketio 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 | 37 +++++++++++++++++++++---------------- package.json | 2 +- 2 files changed, 22 insertions(+), 17 deletions(-) diff --git a/package-lock.json b/package-lock.json index b4cb456b..b57c6f81 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1602,37 +1602,37 @@ } }, "@feathersjs/socketio": { - "version": "4.5.1", - "resolved": "https://registry.npmjs.org/@feathersjs/socketio/-/socketio-4.5.1.tgz", - "integrity": "sha512-0YIUn8bowS5vkN1NHGztoCmbrj24pxFcSyFG3h2sTHMOo8706IOt1HEP/AD1rBWvL11o+D5FMcI7bLHt3id87A==", + "version": "4.5.2", + "resolved": "https://registry.npmjs.org/@feathersjs/socketio/-/socketio-4.5.2.tgz", + "integrity": "sha512-Azf1bXrpPxa7q6jbz4+Hhnzyz2EO6Wna3iphEINy5gRvIXHPUZ0yI9BnoxZ3gWzuBUM+4tKwEDQc6F4K43w6Cg==", "requires": { - "@feathersjs/transport-commons": "^4.5.1", + "@feathersjs/transport-commons": "^4.5.2", "@types/socket.io": "^2.1.4", "debug": "^4.1.1", "socket.io": "^2.3.0", - "uberproto": "^2.0.4" + "uberproto": "^2.0.6" }, "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/errors": { - "version": "4.5.1", - "resolved": "https://registry.npmjs.org/@feathersjs/errors/-/errors-4.5.1.tgz", - "integrity": "sha512-ztNL+g7pmZm4xYfmgc9ZtHfuWQl83CpCDtkXk3wZB8h4u4U0j1nUE6/QikmwzLS+/wHOnBDI7qSWV9ZnxzX1ww==", + "version": "4.5.2", + "resolved": "https://registry.npmjs.org/@feathersjs/errors/-/errors-4.5.2.tgz", + "integrity": "sha512-sfjmakwZSqbzeKxYYtuxZGTBCHANwASuqzvn6iJa83epPJFn0m2tkjpvpJujclSU6SNZoKAavG29ZKwPgxkYgA==", "requires": { "debug": "^4.1.1" } }, "@feathersjs/transport-commons": { - "version": "4.5.1", - "resolved": "https://registry.npmjs.org/@feathersjs/transport-commons/-/transport-commons-4.5.1.tgz", - "integrity": "sha512-qgTeluk/+8CsSySrp138RLJbToik/lxLWjrVugpWku1JIYkWc9/IqvevH6B4MZrcNkS9lEwj7WAZq/AYOjiUqw==", + "version": "4.5.2", + "resolved": "https://registry.npmjs.org/@feathersjs/transport-commons/-/transport-commons-4.5.2.tgz", + "integrity": "sha512-H+9RYXaO0Lgz8EN0v1iY4IOf5XPq1jXA+qaCE1Gw1/6iOha8cCLUOFc30fNbnZNmZ3JLBTna8Y8Z9Fx5nSRZrQ==", "requires": { - "@feathersjs/commons": "^4.5.1", - "@feathersjs/errors": "^4.5.1", + "@feathersjs/commons": "^4.5.2", + "@feathersjs/errors": "^4.5.2", "debug": "^4.1.1", "lodash": "^4.17.15", "radix-router": "^3.0.1" @@ -1642,6 +1642,11 @@ "version": "4.17.15", "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz", "integrity": "sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==" + }, + "uberproto": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/uberproto/-/uberproto-2.0.6.tgz", + "integrity": "sha512-68H97HffZoFaa3HFtpstahWorN9dSp5uTU6jo3GjIQ6JkJBR3hC2Nx/e/HFOoYHdUyT/Z1MRWfxN1EiQJZUyCQ==" } } }, diff --git a/package.json b/package.json index 91334319..35e097b3 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "@feathersjs/errors": "4.5.1", "@feathersjs/express": "4.5.1", "@feathersjs/feathers": "4.5.1", - "@feathersjs/socketio": "4.5.1", + "@feathersjs/socketio": "4.5.2", "bunyan": "1.8.12", "create-react-node-app": "3.6.72", "fast-xml-parser": "3.16.0",