Skip to content

Commit 074912c

Browse files
deps: upgrade @cypress/request
Added request to devDeps for test because @cypress/request-promise require it but not autoinstall it for the tests
1 parent cb21b01 commit 074912c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"node": ">=0.12"
3030
},
3131
"dependencies": {
32-
"@cypress/request": "^3.0.1",
32+
"@cypress/request": "^3.0.8",
3333
"@cypress/request-promise": "^5.0.0",
3434
"array.prototype.findindex": "^2.0.2",
3535
"bl": "^1.2.3",
@@ -61,7 +61,8 @@
6161
"jsdoc-to-markdown": "^3.0.3",
6262
"mocha": "^3.5.3",
6363
"mocha-lcov-reporter": "^1.3.0",
64-
"node-static": "^0.7.10"
64+
"node-static": "^0.7.10",
65+
"request": "^2.88.2"
6566
},
6667
"repository": {
6768
"type": "git",

0 commit comments

Comments
 (0)