diff --git a/package-lock.json b/package-lock.json index 69223e7..d97cfc0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "sails-hook-sockets", - "version": "0.13.14", + "version": "0.14.0", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -3284,6 +3284,7 @@ "requires": { "@sailshq/lodash": "^3.10.2", "machine": "^13.0.0-10", + "machinepack-urls": "^6.0.0-2", "request": "2.81.0" }, "dependencies": { @@ -3413,8 +3414,8 @@ } }, "machinepack-urls": { - "version": "git+https://github.com/mobilusoss/machinepack-urls.git#6a83b1b3abeb8b45e50eae1d60f77081156e4aff", - "from": "git+https://github.com/mobilusoss/machinepack-urls.git#master", + "version": "git+https://github.com/mobilusoss/machinepack-urls.git#7f2305795235d0304d07226b893da284022632ed", + "from": "git+https://github.com/mobilusoss/machinepack-urls.git#v6.1.0", "requires": { "lodash": "^4.17.15", "machine": "^15.2.2" diff --git a/package.json b/package.json index 8a8b125..5d563e5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sails-hook-sockets", - "version": "0.13.14", + "version": "0.14.0", "description": "Implements socket.io support in Sails", "keywords": [ "socket.io", @@ -11,7 +11,7 @@ "dependencies": { "async": "^3.1.0", "lodash": "^4.17.15", - "machinepack-urls": "git+https://github.com/mobilusoss/machinepack-urls.git#master", + "machinepack-urls": "git+https://github.com/mobilusoss/machinepack-urls.git#v6.1.0", "semver": "^4.3.4", "socket.io": "^2.3.0", "uid2": "0.0.3"