Commit 26ff0197 authored by XhmikosR's avatar XhmikosR

Update dependencies.

parent aa2c5b56
...@@ -247,8 +247,8 @@ ...@@ -247,8 +247,8 @@
"resolved": "https://registry.npmjs.org/browserslist/-/browserslist-0.2.0.tgz" "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-0.2.0.tgz"
}, },
"caniuse-db": { "caniuse-db": {
"version": "1.0.30000149", "version": "1.0.30000150",
"resolved": "https://registry.npmjs.org/caniuse-db/-/caniuse-db-1.0.30000149.tgz" "resolved": "https://registry.npmjs.org/caniuse-db/-/caniuse-db-1.0.30000150.tgz"
}, },
"num2fraction": { "num2fraction": {
"version": "1.1.0", "version": "1.1.0",
...@@ -2349,14 +2349,8 @@ ...@@ -2349,14 +2349,8 @@
"resolved": "https://registry.npmjs.org/stringstream/-/stringstream-0.0.4.tgz" "resolved": "https://registry.npmjs.org/stringstream/-/stringstream-0.0.4.tgz"
}, },
"tough-cookie": { "tough-cookie": {
"version": "1.0.0", "version": "1.1.0",
"resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-1.0.0.tgz", "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-1.1.0.tgz"
"dependencies": {
"punycode": {
"version": "1.3.2",
"resolved": "https://registry.npmjs.org/punycode/-/punycode-1.3.2.tgz"
}
}
}, },
"tunnel-agent": { "tunnel-agent": {
"version": "0.4.0", "version": "0.4.0",
...@@ -2679,14 +2673,8 @@ ...@@ -2679,14 +2673,8 @@
"resolved": "https://registry.npmjs.org/stringstream/-/stringstream-0.0.4.tgz" "resolved": "https://registry.npmjs.org/stringstream/-/stringstream-0.0.4.tgz"
}, },
"tough-cookie": { "tough-cookie": {
"version": "1.0.0", "version": "1.1.0",
"resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-1.0.0.tgz", "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-1.1.0.tgz"
"dependencies": {
"punycode": {
"version": "1.3.2",
"resolved": "https://registry.npmjs.org/punycode/-/punycode-1.3.2.tgz"
}
}
}, },
"tunnel-agent": { "tunnel-agent": {
"version": "0.4.0", "version": "0.4.0",
...@@ -3169,16 +3157,16 @@ ...@@ -3169,16 +3157,16 @@
} }
}, },
"grunt-jscs": { "grunt-jscs": {
"version": "1.6.0", "version": "1.8.0",
"resolved": "https://registry.npmjs.org/grunt-jscs/-/grunt-jscs-1.6.0.tgz", "resolved": "https://registry.npmjs.org/grunt-jscs/-/grunt-jscs-1.8.0.tgz",
"dependencies": { "dependencies": {
"hooker": { "hooker": {
"version": "0.2.3", "version": "0.2.3",
"resolved": "https://registry.npmjs.org/hooker/-/hooker-0.2.3.tgz" "resolved": "https://registry.npmjs.org/hooker/-/hooker-0.2.3.tgz"
}, },
"jscs": { "jscs": {
"version": "1.12.0", "version": "1.13.0",
"resolved": "https://registry.npmjs.org/jscs/-/jscs-1.12.0.tgz", "resolved": "https://registry.npmjs.org/jscs/-/jscs-1.13.0.tgz",
"dependencies": { "dependencies": {
"chalk": { "chalk": {
"version": "1.0.0", "version": "1.0.0",
...@@ -3241,8 +3229,8 @@ ...@@ -3241,8 +3229,8 @@
"resolved": "https://registry.npmjs.org/esprima/-/esprima-1.2.5.tgz" "resolved": "https://registry.npmjs.org/esprima/-/esprima-1.2.5.tgz"
}, },
"esprima-harmony-jscs": { "esprima-harmony-jscs": {
"version": "1.1.0-templates", "version": "1.1.0-bin",
"resolved": "https://registry.npmjs.org/esprima-harmony-jscs/-/esprima-harmony-jscs-1.1.0-templates.tgz" "resolved": "https://registry.npmjs.org/esprima-harmony-jscs/-/esprima-harmony-jscs-1.1.0-bin.tgz"
}, },
"estraverse": { "estraverse": {
"version": "1.9.3", "version": "1.9.3",
...@@ -3324,6 +3312,10 @@ ...@@ -3324,6 +3312,10 @@
} }
} }
}, },
"pathval": {
"version": "0.1.1",
"resolved": "https://registry.npmjs.org/pathval/-/pathval-0.1.1.tgz"
},
"prompt": { "prompt": {
"version": "0.2.14", "version": "0.2.14",
"resolved": "https://registry.npmjs.org/prompt/-/prompt-0.2.14.tgz", "resolved": "https://registry.npmjs.org/prompt/-/prompt-0.2.14.tgz",
...@@ -3689,14 +3681,8 @@ ...@@ -3689,14 +3681,8 @@
"resolved": "https://registry.npmjs.org/stringstream/-/stringstream-0.0.4.tgz" "resolved": "https://registry.npmjs.org/stringstream/-/stringstream-0.0.4.tgz"
}, },
"tough-cookie": { "tough-cookie": {
"version": "1.0.0", "version": "1.1.0",
"resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-1.0.0.tgz", "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-1.1.0.tgz"
"dependencies": {
"punycode": {
"version": "1.3.2",
"resolved": "https://registry.npmjs.org/punycode/-/punycode-1.3.2.tgz"
}
}
}, },
"tunnel-agent": { "tunnel-agent": {
"version": "0.4.0", "version": "0.4.0",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment