chore(dependencies): Update lodash version to ~4.17.0 as in unit tests · mgonto/restangular@e0b68a0

2 files changed

lines changed

Original file line numberDiff line numberDiff line change

@@ -7,7 +7,7 @@

77

"url": "git://github.com/mgonto/restangular.git"

88

},

99

"dependencies": {

10-

"lodash": ">=1.3.0",

10+

"lodash": "~4.17.0",

1111

"angular": "~1.x"

1212

},

1313

"ignore": [

Original file line numberDiff line numberDiff line change

@@ -29,7 +29,7 @@

2929

}

3030

],

3131

"dependencies": {

32-

"lodash": ">=1.3.0"

32+

"lodash": "~4.17.0"

3333

},

3434

"peerDependencies": {

3535

"angular": ">=1.3.12"

@@ -57,4 +57,4 @@

5757

"test": "grunt test --verbose"

5858

},

5959

"license": "MIT"

60-

}

60+

}