Skip to content

Commit a1cf38f

Browse files
authored
Bump request to production dependencies
``` [...] Jun 22 16:14:39 infra-rackspace-debian8-x64-1 systemd[1]: Starting github-bot... Jun 22 16:14:39 infra-rackspace-debian8-x64-1 systemd[1]: Started github-bot. Jun 22 16:14:39 infra-rackspace-debian8-x64-1 node[28941]: {"name":"bot","hostname":"infra-rackspace-debian8-x64-1","pid":28941,"level":30,"msg":"Loading: ./scripts/attempt-backport.js","time":"2018-06-22T16:14:39.884Z","v":0} Jun 22 16:14:39 infra-rackspace-debian8-x64-1 node[28941]: module.js:478 Jun 22 16:14:39 infra-rackspace-debian8-x64-1 node[28941]: throw err; Jun 22 16:14:39 infra-rackspace-debian8-x64-1 node[28941]: ^ Jun 22 16:14:39 infra-rackspace-debian8-x64-1 node[28941]: Error: Cannot find module 'request' [...] ``` PR-URL: nodejs#186 Reviewed-By: Phillip Johnsen <johphi@gmail.com>
1 parent b617c7b commit a1cf38f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@
2323
"express": "^4.13.4",
2424
"github": "^7.0.1",
2525
"glob": "^7.0.3",
26-
"lru-cache": "^4.0.1"
26+
"lru-cache": "^4.0.1",
27+
"request": "^2.72.0"
2728
},
2829
"devDependencies": {
2930
"eventsource": "^0.2.1",
3031
"lolex": "^1.5.1",
3132
"nock": "^8.0.0",
3233
"nodemon": "^1.9.1",
3334
"proxyquire": "^1.7.10",
34-
"request": "^2.72.0",
3535
"sinon": "^1.17.6",
3636
"standard": "^6.0.7",
3737
"supertest": "^1.2.0",

0 commit comments

Comments
 (0)