aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--grunt/npm-shrinkwrap.json6
-rw-r--r--package.json2
2 files changed, 4 insertions, 4 deletions
diff --git a/grunt/npm-shrinkwrap.json b/grunt/npm-shrinkwrap.json
index cfc670cd6..c9c390a21 100644
--- a/grunt/npm-shrinkwrap.json
+++ b/grunt/npm-shrinkwrap.json
@@ -916,9 +916,9 @@
"resolved": "https://registry.npmjs.org/escope/-/escope-3.6.0.tgz"
},
"eslint": {
- "version": "2.5.3",
- "from": "[email protected]",
- "resolved": "https://registry.npmjs.org/eslint/-/eslint-2.5.3.tgz",
+ "version": "2.7.0",
+ "from": "[email protected]",
+ "resolved": "https://registry.npmjs.org/eslint/-/eslint-2.7.0.tgz",
"dependencies": {
"argparse": {
"version": "1.0.7",
diff --git a/package.json b/package.json
index d5f02993f..117bfc64b 100644
--- a/package.json
+++ b/package.json
@@ -38,7 +38,7 @@
"devDependencies": {
"autoprefixer": "^6.0.3",
"babel-eslint": "^6.0.4",
- "eslint": "^2.5.3",
+ "eslint": "^2.7.0",
"grunt": "^0.4.5",
"grunt-babel": "^5.0.3",
"grunt-build-control": "^0.6.0",