Skip to content

Commit 2361e39

Browse files
author
Tom Kirkpatrick
committed
fix: update all dependencies
1 parent ab95c6e commit 2361e39

File tree

1 file changed

+27
-27
lines changed

1 file changed

+27
-27
lines changed

package.json

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -38,36 +38,36 @@
3838
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
3939
},
4040
"devDependencies": {
41-
"chai": "^3.5.0",
42-
"compression": "^1.0.3",
41+
"chai": "3.5.0",
42+
"compression": "1.6.2",
4343
"condition-circle": "1.5.0",
44-
"cors": "^2.5.2",
45-
"coveralls": "^2.11.9",
46-
"eslint": "^2.13.1",
47-
"eslint-config-fullcube": "https://github.com/fullcube/eslint-config-fullcube/tarball/master",
48-
"eslint-config-strict": "https://github.com/fullcube/eslint-config-strict/tarball/f235fa38289b17e305a65be38ff9cfdf4c1eb31c",
49-
"eslint-plugin-filenames": "https://github.com/fullcube/eslint-plugin-filenames/tarball/0123c4bb0034d71cc7a04c25fd63b3ac798052a1",
50-
"helmet": "^1.3.0",
51-
"loglevel": "^1.4.1",
52-
"loopback": "^2.22.0",
53-
"loopback-boot": "^2.6.5",
54-
"loopback-component-explorer": "^2.5.0",
55-
"loopback-component-fixtures": "^1.0.0",
56-
"loopback-datasource-juggler": "^2.39.0",
57-
"mocha": "^2.5.3",
58-
"nodemon": "^1.9.2",
59-
"nyc": "^7.0.0",
60-
"serve-favicon": "^2.0.1",
61-
"sinon": "^1.17.4",
62-
"sinon-as-promised": "^3.0.1",
63-
"sinon-chai": "^2.8.0",
64-
"semantic-release": "^6.3.2"
44+
"cors": "2.8.1",
45+
"coveralls": "2.11.15",
46+
"eslint": "2.13.1",
47+
"eslint-config-fullcube": "latest",
48+
"eslint-plugin-mocha": "4.7.0",
49+
"helmet": "3.1.0",
50+
"loglevel": "1.4.1",
51+
"loopback": "2.36.0",
52+
"loopback-boot": "2.23.0",
53+
"loopback-component-explorer": "2.7.0",
54+
"loopback-component-fixtures": "1.0.2",
55+
"loopback-datasource-juggler": "2.53.0",
56+
"mocha": "3.2.0",
57+
"nodemon": "1.11.0",
58+
"nyc": "10.0.0",
59+
"semantic-release": "6.3.2",
60+
"serve-favicon": "2.3.2",
61+
"sinon": "1.17.6",
62+
"sinon-as-promised": "4.0.2",
63+
"sinon-chai": "2.8.0"
64+
6565
},
6666
"dependencies": {
67-
"bluebird": "^3.4.1",
68-
"debug": "^2.2.0",
69-
"fsm-as-promised": "^0.13.0",
70-
"lodash": "^4.13.1"
67+
"bluebird": "3.4.6",
68+
"debug": "2.4.1",
69+
"fsm-as-promised": "0.14.2",
70+
"lodash": "4.17.2"
7171
},
7272
"release": {
7373
"verifyConditions": "condition-circle"

0 commit comments

Comments
 (0)