Skip to content

Commit 5493726

Browse files
author
Christian Hüning
committed
updated packages to latest stable version
1 parent 28d5735 commit 5493726

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,10 @@ figo Node.js SDK is released under the [MIT License](http://opensource.org/licen
237237
Changelog and New Features
238238
--------------------------
239239

240+
### 3.1.2
241+
242+
- updated dependencies to current stable versions
243+
240244
### 3.1.1
241245

242246
- Dropped support for node.js 4.0

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "figo",
33
"description": "API wrapper for figo Connect.",
4-
"version": "3.1.1",
4+
"version": "3.1.2",
55
"author": "figo <dev@figo.io>",
66
"license": "MIT",
77
"main": "./lib/figo.js",
@@ -18,10 +18,10 @@
1818
"mocha": ""
1919
},
2020
"engines": {
21-
"node": ">=4.2.0"
21+
"node": ">=6.17.0"
2222
},
2323
"dependencies": {
24-
"clone": "^1.0.2",
25-
"winston": "^2.3.0"
24+
"clone": "^2.1.2",
25+
"winston": "^3.2.1"
2626
}
2727
}

0 commit comments

Comments
 (0)