Skip to content

Commit eef0034

Browse files
committed
Update dev dependency versions. Lock down query-string version
1 parent 8f70ad9 commit eef0034

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "protractor-http-mock",
3-
"version": "0.9.1",
3+
"version": "0.9.2",
44
"description": "Mock HTTP calls in your protractor specs.",
55
"main": "index.js",
66
"scripts": {
@@ -15,9 +15,9 @@
1515
"grunt-browserify": "^5.0.0",
1616
"grunt-contrib-connect": "^1.0.2",
1717
"grunt-contrib-jasmine": "^1.0.3",
18-
"grunt-contrib-jshint": "~1.0.0",
18+
"grunt-contrib-jshint": "~1.1.0",
1919
"grunt-jasmine-nodejs": "^1.5.2",
20-
"grunt-protractor-runner": "^3.1.0",
20+
"grunt-protractor-runner": "^4.0.0",
2121
"phantomjs-prebuilt": "^2.1.3",
2222
"protractor-http-mock-sample-plugin": "0.0.1"
2323
},
@@ -26,7 +26,7 @@
2626
"url": "https://github.com/atecarlos/protractor-http-mock"
2727
},
2828
"dependencies": {
29-
"query-string": "^4.1.0"
29+
"query-string": "<=4.2.3"
3030
},
3131
"engines": {
3232
"node": ">=4.0.0"

0 commit comments

Comments
 (0)