mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-03-21 19:45:19 +00:00
Use ^ dependencies for request and bluebird.
This commit is contained in:
parent
f552afd7b8
commit
6c81066796
@ -8,7 +8,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"JSONStream": "~0.7.1",
|
||||
"bluebird": "~2.2.2",
|
||||
"bluebird": "^2.6.0",
|
||||
"coffee-script": "~1.8.0",
|
||||
"csr-gen": "~0.2.1",
|
||||
"dockerode": "~2.0.0",
|
||||
@ -19,7 +19,7 @@
|
||||
"mixpanel": "0.0.20",
|
||||
"ngrok": "~0.1.97",
|
||||
"pubnub": "~3.6.4",
|
||||
"request": "~2.22.0",
|
||||
"request": "^2.51.0",
|
||||
"pinejs-client-js": "git+ssh://git@bitbucket.org:rulemotion/pinejs-client-js.git#v0.3.1",
|
||||
"sqlite3": "~2.1.19",
|
||||
"tty.js": "~0.2.13",
|
||||
|
Loading…
x
Reference in New Issue
Block a user