1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00

revert Cheerio to somewhat smaller version

This commit is contained in:
Dave Conway-Jones 2016-02-23 09:47:49 +00:00
parent b89e866d39
commit ad10125303

View File

@ -1,6 +1,6 @@
{ {
"name" : "node-red", "name" : "node-red",
"version" : "0.13.2", "version" : "0.13.3",
"description" : "A visual tool for wiring the Internet of Things", "description" : "A visual tool for wiring the Internet of Things",
"homepage" : "http://nodered.org", "homepage" : "http://nodered.org",
"license" : "Apache-2.0", "license" : "Apache-2.0",
@ -28,7 +28,7 @@
"basic-auth": "1.0.3", "basic-auth": "1.0.3",
"bcryptjs": "2.3.0", "bcryptjs": "2.3.0",
"body-parser": "1.15.0", "body-parser": "1.15.0",
"cheerio":"0.20.0", "cheerio":"0.19.0",
"clone": "1.0.2", "clone": "1.0.2",
"cors":"2.7.1", "cors":"2.7.1",
"cron":"1.1.0", "cron":"1.1.0",