diff --git a/package.json b/package.json index 822cb28..cd3d2ff 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cf-client", - "version": "0.13.26", + "version": "0.13.27", "description": "A Cloud Foundry Client for Node.js", "author": "Juan Antonio BreƱa Moral ", "license": "Apache-2.0", @@ -31,11 +31,11 @@ "lib" ], "dependencies": { - "bluebird": "3.0.6", - "protobufjs": "5.0.1", - "request": "2.67.0", - "restler": "3.4.0", - "ws": "1.1.1" + "bluebird": "^3.0.6", + "protobufjs": "^5.0.1", + "request": "^2.67.0", + "restler": "^3.4.0", + "ws": "^1.1.1" }, "devDependencies": { "archiver": "0.20.0",